Zach Shelby / Mbed 2 deprecated NanoService_MTS_Cellular_Simple

Dependencies:   mbed SocketModem nanoservice_client_1_12

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers config.h Source File

config.h

00001 #ifndef CONFIG_H
00002 #define CONFIG_H
00003 
00004 #define RD_UPDATE_PERIOD  60 // The number of seconds between NSP registration messages
00005 
00006 #define  CELLULAR_APN   "wap.cingular" // AT&T APN setting
00007 #define  EP_PORT        5683 // Port to bind CoAP/TCP socket to
00008 
00009 #endif // CONFIG_H