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

Files at this revision

API Documentation at this revision

Comitter:
donatien
Date:
Wed Aug 29 11:50:50 2012 +0000
Parent:
2:d1a092234f72
Child:
4:47a1a2527e25
Commit message:
Updated HTTPClient

Changed in this revision

HTTPClient.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/HTTPClient.lib	Fri Aug 17 15:56:22 2012 +0000
+++ b/HTTPClient.lib	Wed Aug 29 11:50:50 2012 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/donatien/code/HTTPClient/#be61104f4e91
+http://mbed.org/users/donatien/code/HTTPClient/#5ad07f90e895
--- a/main.cpp	Fri Aug 17 15:56:22 2012 +0000
+++ b/main.cpp	Wed Aug 29 11:50:50 2012 +0000
@@ -8,7 +8,8 @@
     HTTPClient http;
     char str[512];
     
-    int ret = modem.connect("pp.vodafone.co.uk");
+    //int ret = modem.connect("pp.vodafone.co.uk");
+    int ret = modem.connect("SMART");
     if(ret)
     {
       printf("Could not connect\n");