Multitech + KL46Z NanoService example with the RTOS

Dependencies:   mbed SocketModem nanoservice_client_1_12

Committer:
zdshelby
Date:
Mon Feb 17 21:39:28 2014 +0000
Revision:
0:f739ace74102
Child:
1:5147d3fa7816
- Initial commit with config and debug setup

Who changed what in which revision?

UserRevisionLine numberNew 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 0:f739ace74102 6 #define NSP_ADDRESS "208.111.39.209" // MWC hosted NSP demo
zdshelby 0:f739ace74102 7 #define NSP_PORT 5683 // NSP port for CoAP/TCP interface
zdshelby 0:f739ace74102 8 #define EP_PORT 8000 // Port to bind CoAP/TCP socket to
zdshelby 0:f739ace74102 9
zdshelby 0:f739ace74102 10 #endif // CONFIG_H