Multitech + KL46Z NanoService example with the RTOS

Dependencies:   mbed SocketModem nanoservice_client_1_12

Committer:
zdshelby
Date:
Fri Mar 28 16:45:52 2014 +0000
Revision:
14:63c1fd3c95a6
Parent:
13:fbb719dc3ec4
- Minor resource updates

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 1:5147d3fa7816 6 #define CELLULAR_APN "wap.cingular" // AT&T APN setting
zdshelby 7:d2c5894dcd5e 7 #define EP_PORT 5683 // Port to bind CoAP/TCP socket to
zdshelby 0:f739ace74102 8
zdshelby 0:f739ace74102 9 #endif // CONFIG_H