Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: HTTPClient VodafoneUSBModem mbed-rtos mbed
Fork of VodafoneUSBModemHTTPClientTest by
Revision 3:d104a904eeed, committed 2012-08-29
- 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");

