Example showing the ublox Cellular GPS/GNSS module with the HTTPClient library to fetch and upload web pages.

Dependencies:   C027_Support HTTPClient mbed

Revision:
12:63012ae3b90b
Parent:
11:101705d43c92
--- a/main.cpp	Thu Jul 03 17:26:22 2014 +0000
+++ b/main.cpp	Wed Oct 01 10:18:12 2014 +0000
@@ -11,7 +11,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         NULL
+#define APN         "online.telia.se"
 //! 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