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.
Dependents: IoT_LED_demo ServoTest uWater_Project hackathon ... more
Revision 39:ecd93f60bd6a, committed 2015-04-11
- Comitter:
- ansond
- Date:
- Sat Apr 11 18:14:36 2015 +0000
- Parent:
- 38:96d15287b6f9
- Child:
- 40:bb551b9f4522
- Commit message:
- updates
Changed in this revision
| mbedConnectorInterface.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/mbedConnectorInterface.h Sat Apr 11 17:20:56 2015 +0000 +++ b/mbedConnectorInterface.h Sat Apr 11 18:14:36 2015 +0000 @@ -31,6 +31,7 @@ // NSP Configuration #define NSP_LIFE_TIME_LENGTH 24 #define NSP_LIFE_TIME "120" // seconds +#define NSP_REREGISTER_TIME 60 // 1/2 of NSP_LIFE_TIME as int in seconds... #define NSP_COAP_UDP_PORT 5683 #define NSP_RD_UPDATE_PERIOD 30000 // (in ms) - 30 seconds
