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
config.h@7:d2c5894dcd5e, 2014-02-18 (annotated)
- Committer:
- zdshelby
- Date:
- Tue Feb 18 01:50:19 2014 +0000
- Revision:
- 7:d2c5894dcd5e
- Parent:
- 1:5147d3fa7816
- Child:
- 13:fbb719dc3ec4
- NSP registration working, need to add TCP length bytes
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| zdshelby | 0:f739ace74102 | 1 | #ifndef CONFIG_H |
| zdshelby | 0:f739ace74102 | 2 | #define CONFIG_H |
| zdshelby | 0:f739ace74102 | 3 | |
| zdshelby | 0:f739ace74102 | 4 | #define RD_UPDATE_PERIOD 60 // The number of seconds between NSP registration messages |
| zdshelby | 0:f739ace74102 | 5 | |
| zdshelby | 1:5147d3fa7816 | 6 | #define CELLULAR_APN "wap.cingular" // AT&T APN setting |
| zdshelby | 7:d2c5894dcd5e | 7 | //#define NSP_ADDRESS "208.111.39.209" // MWC hosted NSP demo |
| zdshelby | 7:d2c5894dcd5e | 8 | //#define NSP_PORT 5683 // NSP port for CoAP/TCP interface |
| zdshelby | 7:d2c5894dcd5e | 9 | #define EP_PORT 5683 // Port to bind CoAP/TCP socket to |
| zdshelby | 0:f739ace74102 | 10 | |
| zdshelby | 0:f739ace74102 | 11 | #endif // CONFIG_H |
