mirror of https://github.com/ARMmbed/mbed-os.git
				
				
				
			
		
			
				
	
	
		
			55 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
			
		
		
	
	
			55 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
{
 | 
						|
    "name": "nsapi",
 | 
						|
    "config": {
 | 
						|
        "present": 1,
 | 
						|
        "default-stack": "LWIP",
 | 
						|
        "default-wifi-ssid": null,
 | 
						|
        "default-wifi-password": null,
 | 
						|
        "default-wifi-security": "NONE",
 | 
						|
        "default-cellular-plmn": null,
 | 
						|
        "default-cellular-sim-pin": null,
 | 
						|
        "default-cellular-apn": null,
 | 
						|
        "default-cellular-username": null,
 | 
						|
        "default-cellular-password": null,
 | 
						|
        "default-mesh-type": {
 | 
						|
            "help": "Configuration type for MeshInterface::get_default_instance(). [LOWPAN/THREAD]",
 | 
						|
            "value": "THREAD"
 | 
						|
        },
 | 
						|
        "dns-response-wait-time": {
 | 
						|
            "help": "How long the DNS translator waits for a reply from a server in milliseconds",
 | 
						|
            "value": 5000
 | 
						|
        },
 | 
						|
        "dns-total-attempts": {
 | 
						|
            "help": "Number of total DNS query attempts that the DNS translator makes",
 | 
						|
            "value": 3
 | 
						|
        },
 | 
						|
        "dns-retries": {
 | 
						|
            "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.",
 | 
						|
            "value": 0
 | 
						|
        },
 | 
						|
        "dns-cache-size": {
 | 
						|
            "help": "Number of cached host name resolutions",
 | 
						|
            "value": 3
 | 
						|
        },
 | 
						|
        "socket-stats-enable": {
 | 
						|
            "help": "Enable network socket statistics",
 | 
						|
            "value": false
 | 
						|
        },
 | 
						|
        "socket-stats-max-count": {
 | 
						|
            "help": "Maximum number of socket statistics cached",
 | 
						|
            "value": 10
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "target_overrides": {
 | 
						|
        "KW24D": {
 | 
						|
            "nsapi.default-mesh-type": "LOWPAN"
 | 
						|
        },
 | 
						|
        "NCS36510": {
 | 
						|
            "nsapi.default-mesh-type": "LOWPAN"
 | 
						|
        },
 | 
						|
        "TB_SENSE_12": {
 | 
						|
            "nsapi.default-mesh-type": "LOWPAN"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |