![](/media/cache/profiles/Chris_Profile_Pic_kyGJjzP.jpg.50x50_q85.jpg)
An example program using the HTTP Client over wifly, creat
Dependencies: HTTPClient WiflyInterface mbed
Fork of HTTPClient_Wifly_HelloWorld by
Revision 1:ce2bcf41f9a3, committed 2012-10-26
- 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()