2016-08-04 16:07:33 +00:00
{
"name" : "nsapi" ,
"config" : {
2017-08-15 12:55:30 +00:00
"present" : 1 ,
2019-02-21 09:50:51 +00:00
"default-stack" : {
"help" : "Default stack to be used, valid values: LWIP, NANOSTACK." ,
"value" : "LWIP"
} ,
"default-wifi-ssid" : {
2019-02-25 12:54:18 +00:00
"help" : "Default Wi-Fi SSID." ,
2019-02-21 09:50:51 +00:00
"value" : null
} ,
"default-wifi-password" : {
2019-02-25 12:54:18 +00:00
"help" : "Password for the default Wi-Fi network." ,
2019-02-21 09:50:51 +00:00
"value" : null
} ,
"default-wifi-security" : {
2019-02-25 12:54:18 +00:00
"help" : "Wi-Fi security protocol, valid values are WEP, WPA, WPA2, WPA/WPA2." ,
2019-02-21 09:50:51 +00:00
"value" : "NONE"
} ,
"default-cellular-plmn" : {
"help" : "Default Public Land Mobile Network for cellular connection." ,
"value" : null
} ,
"default-cellular-sim-pin" : {
"help" : "PIN for the default SIM card." ,
"value" : null
} ,
"default-cellular-apn" : {
"help" : "Default cellular Access Point Name." ,
"value" : null
} ,
"default-cellular-username" : {
"help" : "Username for the default cellular network." ,
"value" : null
} ,
"default-cellular-password" : {
"help" : "Password for the default cellular network." ,
"value" : null
} ,
2018-08-13 15:25:16 +00:00
"default-mesh-type" : {
2019-05-02 10:58:38 +00:00
"help" : "Configuration type for MeshInterface::get_default_instance(). [LOWPAN/THREAD/WISUN]" ,
2018-08-13 15:25:16 +00:00
"value" : "THREAD"
} ,
2018-05-03 13:13:10 +00:00
"dns-response-wait-time" : {
2018-05-09 13:07:53 +00:00
"help" : "How long the DNS translator waits for a reply from a server in milliseconds" ,
2019-06-27 12:24:40 +00:00
"value" : 10000
2018-05-03 13:13:10 +00:00
} ,
2018-05-09 13:07:53 +00:00
"dns-total-attempts" : {
"help" : "Number of total DNS query attempts that the DNS translator makes" ,
2019-08-16 10:51:24 +00:00
"value" : 10
2018-05-03 13:13:10 +00:00
} ,
"dns-retries" : {
2018-05-09 13:07:53 +00:00
"help" : "Number of DNS query retries that the DNS translator makes per server, before moving on to the next server. Total retries/attempts is always limited by dns-total-attempts." ,
2019-08-16 10:51:24 +00:00
"value" : 1
2018-05-03 13:13:10 +00:00
} ,
"dns-cache-size" : {
"help" : "Number of cached host name resolutions" ,
"value" : 3
2018-11-16 22:55:36 +00:00
} ,
2019-10-08 14:21:52 +00:00
"dns-addresses-limit" : {
"help" : "Max number IP addresses returned by multiple DNS query" ,
"value" : 10
} ,
2018-12-12 00:09:40 +00:00
"socket-stats-enabled" : {
2018-11-16 22:55:36 +00:00
"help" : "Enable network socket statistics" ,
"value" : false
} ,
"socket-stats-max-count" : {
"help" : "Maximum number of socket statistics cached" ,
"value" : 10
2019-08-26 09:54:20 +00:00
} ,
"offload-tlssocket" : {
"help" : "Use external TLSSocket implementation. Used network stack must support external TLSSocket setsockopt values (see nsapi_types.h)" ,
"value" : null
2018-05-03 13:13:10 +00:00
}
2018-08-31 12:14:21 +00:00
} ,
"target_overrides" : {
"KW24D" : {
"nsapi.default-mesh-type" : "LOWPAN"
} ,
"NCS36510" : {
"nsapi.default-mesh-type" : "LOWPAN"
2018-09-06 19:49:06 +00:00
} ,
"TB_SENSE_12" : {
"nsapi.default-mesh-type" : "LOWPAN"
2018-08-31 12:14:21 +00:00
}
2016-08-04 16:07:33 +00:00
}
}