Example showing the ublox Cellular GPS/GNSS module with the online PubNub service on an LPC4088 Experiment Base Board

Dependencies:   C027_Support C12832 EALib LM75B MMA7660 PubNub mbed-rtos mbed picojson

Revision:
8:ad3a3cffc336
Parent:
5:6cf75d71d7b9
Child:
10:cbefe5a22319
Child:
12:fd1dbd9b27fe
--- a/PubNubDemo.cpp	Tue May 27 09:25:36 2014 +0000
+++ b/PubNubDemo.cpp	Fri Jun 06 15:20:06 2014 +0000
@@ -18,7 +18,7 @@
 /*! The APN of your network operator SIM, sometimes it is "internet" check your 
     contract with the network operator. You can also try to look-up your settings in 
     google: https://www.google.de/search?q=APN+list */
-#define APN         "gprs.swisscom.ch"
+#define APN         NULL
 //! Set the user name for your APN, or NULL if not needed
 #define USERNAME    NULL
 //! Set the password for your APN, or NULL if not needed