6LowPAN mesh-based network support for mbedConnectorInterface. The Atmel-based mbed 6LowPAN shield is the assumed network hardware.
Dependencies: libnsdl Nanostack_lib
Revision 13:17948fd0fe32, committed 2015-11-03
- Comitter:
- ansond
- Date:
- Tue Nov 03 17:07:01 2015 +0000
- Parent:
- 12:cdc0826b3d9b
- Commit message:
- updated buffer sizes, updated
Changed in this revision
configuration.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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 ***********************/