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: mbed SocketModem nanoservice_client_1_12
Diff: config.h
- Revision:
- 7:d2c5894dcd5e
- Parent:
- 1:5147d3fa7816
- Child:
- 13:fbb719dc3ec4
diff -r b486ff43b38e -r d2c5894dcd5e config.h --- a/config.h Tue Feb 18 01:11:28 2014 +0000 +++ b/config.h Tue Feb 18 01:50:19 2014 +0000 @@ -4,8 +4,8 @@ #define RD_UPDATE_PERIOD 60 // The number of seconds between NSP registration messages #define CELLULAR_APN "wap.cingular" // AT&T APN setting -#define NSP_ADDRESS "208.111.39.209" // MWC hosted NSP demo -#define NSP_PORT 5683 // NSP port for CoAP/TCP interface -#define EP_PORT 8000 // Port to bind CoAP/TCP socket to +//#define NSP_ADDRESS "208.111.39.209" // MWC hosted NSP demo +//#define NSP_PORT 5683 // NSP port for CoAP/TCP interface +#define EP_PORT 5683 // Port to bind CoAP/TCP socket to #endif // CONFIG_H \ No newline at end of file
