Example demonstrating the use of the Vodafone USB Modem library with the HTTP Client

Dependencies:   HTTPClient VodafoneUSBModem mbed-rtos mbed

Fork of VodafoneK3770HTTPClientTestBeta by Donatien Garnier

Revision:
2:d1a092234f72
Parent:
1:6ea9ac27702c
Child:
3:d104a904eeed
--- a/main.cpp	Fri Aug 17 15:53:46 2012 +0000
+++ b/main.cpp	Fri Aug 17 15:56:22 2012 +0000
@@ -8,9 +8,7 @@
     HTTPClient http;
     char str[512];
     
-    //int ret = modem.connect("pp.vodafone.co.uk");
-    //int ret = modem.connect("SMART");
-    int ret = modem.connect("websfr");
+    int ret = modem.connect("pp.vodafone.co.uk");
     if(ret)
     {
       printf("Could not connect\n");