6LowPAN mesh-based network support for mbedConnectorInterface. The Atmel-based mbed 6LowPAN shield is the assumed network hardware.
Dependencies: libnsdl Nanostack_lib
Diff: configuration.h
- Revision:
- 13:17948fd0fe32
- Parent:
- 11:c6bc7543f72f
--- a/configuration.h Mon Jul 27 03:19:59 2015 +0000 +++ b/configuration.h Tue Nov 03 17:07:01 2015 +0000 @@ -41,7 +41,7 @@ /************* NSP CONFIGURATION DEFAULTS ***********************/ // NSP node name -#define NODE_NAME_LENGTH 32 +#define NODE_NAME_LENGTH 128 #define NODE_NAME "mbed-endpoint" // NSP Address (4 bytes for IPV4, 16 bytes for IPV6) @@ -49,11 +49,11 @@ #define NSP_IP_ADDRESS {0x20,0x02,0x0d,0xb4,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x26} // NSP Endpoint Type specification -#define NSP_ENDPOINT_TYPE_LENGTH 32 +#define NSP_ENDPOINT_TYPE_LENGTH 128 #define NSP_ENDPOINT_TYPE "mbed-device" // NSP Domain used -#define NSP_DOMAIN_LENGTH 48 +#define NSP_DOMAIN_LENGTH 128 #define NSP_DOMAIN "domain" /************* NSP CONFIGURATION DEFAULTS ***********************/