============================================== Read me note for this binary evaluation SDK v3.1.0 for ARM32 ============================================== Date: June 11, 2026 Copyright NuDesign Technologies Inc. 2026 - Download this SDK's image onto the target ARM32 device. - copy your evaluation license file for this SDK to '/etc'. note: the licensing for this evaluation requires that the device either has network time established prior to running the test agent or that the device has a real time clock. Failure to provide one of these will result in the software not starting. - Navigate to the 'bin' directory of that image, From there you can execute the various applications provided in this SDK. The primary executables are: - 'teststart', which starts 'testagent', the primary CLI Yang test server. - 'ndconfsvrstart' which starts 'ndconfsvr', the and primary CLI Yang server (optionally in the background). - 'ncclientstart' which starts the provided netconf client 'ncclient'. - 'ndcliclientstart' which starts 'ndcliclient' which provides an interface to ndconfsvr's CLI when it is run in the background. - See documentation in the x86_64 ndConf evaluation SDK for this product for more information regarding platform requirements, configuration and the executable identified about and other uses. - note: contents were built on debian 12 - contents ├── bin │   ├── config │   │   ├── cfgparams.xml │   │   ├── m2y_IF-MIB.xml.bak │   │   ├── m2y_ndGarageMib.xml │   │   ├── m2y_openconfigInterfaces.xml │   │   ├── m2y_rcvlan.xml │   │   ├── mib_IANAifType-MIB.xml │   │   ├── mib_IF-MIB.xml │   │   ├── mib_ND-GARAGE-MIB.xml │   │   ├── mib_RCVLAN.xml │   │   ├── mib_SNMPv2-MIB.xml │   │   ├── ndconf_cli.xml │   │   ├── ndconf-err.xml │   │   ├── ndconf-original.xml │   │   ├── ndconf.xml │   │   ├── ndtaasnmp.xnv │   │   ├── startup-cfg.xml │   │   └── yp-capabilities.xml │   ├── init.cli │   ├── log │   ├── ncclient │   ├── ncclientstart │   ├── ncclient-startup2.cli │   ├── nccliout │   ├── ndcliclient │   ├── ndcliclientstart │   ├── ndconfsvr │   ├── ndconfsvrstart │   ├── ndncsub │   ├── ndrcstream │   ├── ndtrdsclient │   ├── rcclient │   ├── testagent │   └── teststart ├── lib │   ├── libietfCliSrv.so.0 │   ├── libietfInterfaces11.so.0 │   ├── libietfInterfaces.so.0 │   ├── libietfIp.so.0 │   ├── libietfNetconfCliSrv.so.0 │   ├── libietfRestconfCliSrv.so.0 │   ├── libietfSubscribedNotifications.so.0 │   ├── libietfYangLibrary11.so.0 │   ├── libietfYangLibrary.so.0 │   ├── libietfYangPush.so.0 │   ├── libndGarageMib.so.0 │   ├── libndtaacli.so.0 │   ├── libndtaanc.so.0 │   ├── libndtaarestconf.so.0 │   ├── libndtaasnmp.so.0 │   ├── libndtbase.so.0 │   ├── libndtcert.so.0 │   ├── libndtcli.so.0 │   ├── libndtmibh.so.0 │   ├── libndtsnmp.so.0 │   ├── libndtsocket.so.0 │   ├── libndtsysgbl.so.0 │   ├── libndtsys.so.0 │   ├── libndtxml.so.0 │   ├── libopenconfigExtensions.so │   ├── libopenconfigInterfaces.so │   ├── libopenconfigTypes.so │   ├── libopenconfigYangTypes.so │   ├── librcvlan.so.0 │   └── libsyslogMsgMib.so ├── ndconf │   ├── config │   │   ├── cfgparams.xml │   │   ├── edit-config │   │   │   ├── a1.xml │   │   │   ├── c1.xml │   │   │   ├── d1.xml │   │   │   └── g1.xml │   │   ├── edit-data │   │   │   └── c1.xml │   │   ├── factory-cfg.xml │   │   ├── m2y_IF-MIB.xml │   │   ├── m2y_IF-MIB.xml.bak │   │   ├── m2y_ndGarageMib.xml │   │   ├── m2y_openconfigInterfaces.xml │   │   ├── m2y_rcvlan.xml │   │   ├── mib_IANAifType-MIB.xml │   │   ├── mib_IF-MIB.xml │   │   ├── mib_ND-GARAGE-MIB.xml │   │   ├── mib_RCVLAN.xml │   │   ├── mib_SNMPv2-MIB.xml │   │   ├── ndconf_cli.xml │   │   ├── ndconf-err.xml │   │   ├── ndconf-original.xml │   │   ├── ndconf.xml │   │   ├── ndtaasnmp.xnv │   │   ├── rpc │   │   │   └── a1.xml │   │   ├── ssh │   │   │   ├── authorized_keys │   │   │   ├── known_hosts │   │   │   ├── ndchsshd_config │   │   │   ├── NDTCA.pub │   │   │   ├── ssh_host_ndt │   │   │   ├── ssh_host_ndt-cert.pub │   │   │   └── ssh_host_ndt.pub │   │   ├── sshcert │   │   │   ├── CA.pub │   │   │   ├── ndchsshd_config │   │   │   ├── ssh_host_f36ec │   │   │   ├── ssh_host_f36ec-cert.pub │   │   │   ├── ssh_host_f36ec.pub │   │   │   ├── ssh_host_fed36 │   │   │   ├── ssh_host_fed36-cert.pub │   │   │   └── ssh_host_fed36.pub │   │   ├── startup-cfg-empty.xml │   │   ├── startup-cfg.xml │   │   ├── stream-filter │   │   │   ├── f0.xml │   │   │   ├── f1.xml │   │   │   ├── f2.xml │   │   │   ├── f3.xml │   │   │   ├── f4.xml │   │   │   └── f5.xml │   │   ├── tls │   │   │   ├── ca-certs │   │   │   │   └── ca-chain.pem │   │   │   ├── certs │   │   │   │   └── ndconfsrv.pem │   │   │   └── private │   │   │   └── ndconfsrv.key │   │   ├── yangpush │   │   │   ├── filt0.xml │   │   │   ├── filt1.xml │   │   │   ├── filt2.xml │   │   │   ├── filt3.xml │   │   │   ├── trig0.xml │   │   │   ├── trig1.xml │   │   │   └── trig2.xml │   │   └── yp-capabilities.xml │   ├── log │   │   ├── testagent-260520150505.log │   │   ├── testagent-260520151404.log │   │   ├── testagent-260520151622.log │   │   └── testagent-260520152732.log │   ├── ncclient │   │   ├── config │   │   │   ├── cfgparams.xml │   │   │   ├── edit-config │   │   │   │   ├── c1.xml │   │   │   │   ├── c2.xml │   │   │   │   ├── d1.xml │   │   │   │   ├── d2.xml │   │   │   │   └── v2.xml │   │   │   ├── edit-data │   │   │   │   └── c1.xml │   │   │   ├── namespaces.xml │   │   │   ├── NcClient.xml │   │   │   ├── ndconf-err.xml │   │   │   ├── ndconf.xml │   │   │   ├── rpc │   │   │   │   ├── a1.xml │   │   │   │   ├── e1.xml │   │   │   │   ├── f1.xml │   │   │   │   └── x1.xml │   │   │   ├── startup-cfg.xml │   │   │   ├── stream-filter │   │   │   │   ├── f0.xml │   │   │   │   ├── f1.xml │   │   │   │   ├── f2.xml │   │   │   │   ├── f3.xml │   │   │   │   └── f4.xml │   │   │   ├── tls │   │   │   │   ├── ca-certs │   │   │   │   │   └── ca-chain.pem │   │   │   │   ├── certs │   │   │   │   │   ├── cliadmin.pem │   │   │   │   │   ├── clisan1.pem │   │   │   │   │   ├── clisan2.pem │   │   │   │   │   ├── clisan3.pem │   │   │   │   │   └── clisan4.pem │   │   │   │   └── private │   │   │   │   ├── cliadmin.key │   │   │   │   ├── clisan1.key │   │   │   │   ├── clisan2.key │   │   │   │   ├── clisan3.key │   │   │   │   └── clisan4.key │   │   │   └── yangpush │   │   │   ├── filt0.xml │   │   │   ├── filt1.xml │   │   │   ├── filt2.xml │   │   │   ├── filt3.xml │   │   │   ├── filt5.xml │   │   │   ├── trig0.xml │   │   │   ├── trig1.xml │   │   │   ├── trig2.xml │   │   │   └── trig3.xml │   │   └── log │   └── schema │   ├── iana-crypt-hash.yang │   ├── IANAifType-MIB.yang │   ├── iana-if-type.yang │   ├── ietf-inet-types.yang │   ├── ietf-interfaces.yang │   ├── ietf-netconf-acm.yang │   ├── ietf-netconf-monitoring.yang │   ├── ietf-netconf-notifications.yang │   ├── ietf-netconf-partial-lock.yang │   ├── ietf-netconf-with-defaults.yang │   ├── ietf-netconf.yang │   ├── ietf-restconf-monitoring.yang │   ├── ietf-restconf.yang │   ├── ietf-snmp-common.yang │   ├── ietf-snmp-community.yang │   ├── ietf-snmp-engine.yang │   ├── ietf-snmp-notification.yang │   ├── ietf-snmp-proxy.yang │   ├── ietf-snmp-ssh.yang │   ├── ietf-snmp-target.yang │   ├── ietf-snmp-tls.yang │   ├── ietf-snmp-tsm.yang │   ├── ietf-snmp-usm.yang │   ├── ietf-snmp-vacm.yang │   ├── ietf-snmp.yang │   ├── ietf-x509-cert-to-name.yang │   ├── ietf-yang-smiv2.yang │   ├── ietf-yang-types.yang │   ├── nc-notifications.yang │   ├── ND-GARAGE-MIB.yang │   ├── ndt-ietf-snmp-usm-ext.yang │   ├── ndt-mgmt.yang │   ├── ndt-rest.yang │   ├── ndt-snmp.yang │   ├── ndt-tags.yang │   ├── ndt-x509.yang │   ├── notifications.yang │   ├── openconfig-extensions.yang │   ├── openconfig-interfaces.yang │   ├── openconfig-types.yang │   ├── openconfig-yang-types.yang │   ├── RAPID-CITY.yang │   ├── rcvlan.yang │   ├── SNMP-FRAMEWORK-MIB.yang │   ├── SNMPv2-MIB.yang │   ├── SNMPv2-TC.yang │   ├── SNMPv2-TM.yang │   ├── SYSLOG-MSG-MIB.yang │   └── SYSLOG-TC-MIB.yang ├── readme.txt