Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: libnsdl EthernetInterface mbed-rtos
Dependents: IoT_LED_demo ServoTest uWater_Project hackathon ... more
Diff: NSDL/nsdl_support.h
- Revision:
- 1:cb681dfa1678
- Parent:
- 0:31292d956e92
- Child:
- 3:3e1ad8ab5071
--- a/NSDL/nsdl_support.h Sun Feb 01 18:24:03 2015 +0000 +++ b/NSDL/nsdl_support.h Mon Feb 02 06:12:30 2015 +0000 @@ -18,6 +18,7 @@ extern uint8_t NSP_address_bytes[NSP_IP_ADDRESS_LENGTH]; // which MDS instance we want to bind to... extern uint8_t endpoint_name[NODE_NAME_LENGTH]; // our NODE name extern uint8_t domain_name[NSP_DOMAIN_LENGTH]; // our MDS domain name +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
