An example program using the HTTP Client over wifly, creat

Dependencies:   HTTPClient WiflyInterface mbed

Fork of HTTPClient_Wifly_HelloWorld by Samuel Mokrani

Files at this revision

API Documentation at this revision

Comitter:
chris
Date:
Fri Oct 26 12:46:58 2012 +0000
Parent:
0:cba63cb4bbf9
Commit message:
First commit;

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
diff -r cba63cb4bbf9 -r ce2bcf41f9a3 HTTPClient.lib
--- a/HTTPClient.lib	Fri Aug 24 15:21:55 2012 +0000
+++ b/HTTPClient.lib	Fri Oct 26 12:46:58 2012 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/donatien/code/HTTPClient/#be61104f4e91
+http://mbed.org/users/donatien/code/HTTPClient/#1f743885e7de
diff -r cba63cb4bbf9 -r ce2bcf41f9a3 main.cpp
--- a/main.cpp	Fri Aug 24 15:21:55 2012 +0000
+++ b/main.cpp	Fri Oct 26 12:46:58 2012 +0000
@@ -10,9 +10,9 @@
 *     - "password" is the password
 *     - WPA is the security
 */
-WiflyInterface wifly(p9, p10, p19, p26, "mbed", "password", WPA);
+WiflyInterface wifly(p9, p10, p30, p29, "mbed", "password", WPA);
+HTTPClient http;
 
-HTTPClient http;
 char str[512];
 
 int main()