Ethernet-based network support for mbedConnectorInterface.
Dependencies: libnsdl EthernetInterface mbed-rtos
Dependents: IoT_LED_demo ServoTest uWater_Project hackathon ... more
Revision 24:f19463dbc73f, committed 2015-10-28
- Comitter:
- ansond
- Date:
- Wed Oct 28 18:15:23 2015 +0000
- Parent:
- 23:809b15882cb0
- Child:
- 25:8fc6d34ad527
- Commit message:
- updated with extended endpoint name length to enable mDS v2.5 and beyond ...
Changed in this revision
configuration.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/configuration.h Tue Sep 01 21:19:01 2015 +0000 +++ b/configuration.h Wed Oct 28 18:15:23 2015 +0000 @@ -33,7 +33,7 @@ /************* NSP CONFIGURATION DEFAULTS ***********************/ // NSP node name - #define NODE_NAME_LENGTH 32 + #define NODE_NAME_LENGTH 64 #define NODE_NAME "mbed-endpoint" // NSP Address (4 bytes for IPV4, 16 bytes for IPV6) @@ -45,7 +45,7 @@ #define NSP_ENDPOINT_TYPE "mbed-device" // NSP Domain used - #define NSP_DOMAIN_LENGTH 48 + #define NSP_DOMAIN_LENGTH 64 #define NSP_DOMAIN "domain" /************* NSP CONFIGURATION DEFAULTS ***********************/