Ethernet-based network support for mbedConnectorInterface.
Dependencies: libnsdl EthernetInterface mbed-rtos
Dependents: IoT_LED_demo ServoTest uWater_Project hackathon ... more
Revision 14:8655dff00fbf, committed 2015-04-09
- Comitter:
- ansond
- Date:
- Thu Apr 09 03:03:25 2015 +0000
- Parent:
- 13:8d864e72cc68
- Child:
- 15:dace8614ff9e
- Commit message:
- updates
Changed in this revision
NSDL/nsdl_support.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/NSDL/nsdl_support.h Thu Apr 09 03:00:47 2015 +0000 +++ b/NSDL/nsdl_support.h Thu Apr 09 03:03:25 2015 +0000 @@ -21,7 +21,6 @@ extern int nsp_port; // our MDS UDP port number extern uint8_t ep_type[NSP_ENDPOINT_TYPE_LENGTH]; // our NODE type extern uint8_t lifetime_ptr[NSP_LIFE_TIME_LENGTH]; // MDS lifetime -extern bool endpoint_registered; // endpoint has been registered // ************************* MDS CONFIGURATION *********************************