Simple app demonstrating the HTTP GET feature of the WiConnect Host Library.

Dependencies:   WiConnect mbed

Files at this revision

API Documentation at this revision

Comitter:
dan_ackme
Date:
Sat Aug 23 05:39:51 2014 -0700
Parent:
1:40ed62996887
Child:
4:312ef61d9139
Commit message:
Renamed Socket to WiconnectSocket

Changed in this revision

example.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/example.cpp	Wed Aug 13 04:41:33 2014 -0700
+++ b/example.cpp	Sat Aug 23 05:39:51 2014 -0700
@@ -95,7 +95,7 @@
 
     // Initiate a socket with an RX buffer of 256 bytes
     // We're not specifying the rx buffer pointer so that means it's dynamically allocated
-    Socket socket(256);
+    WiconnectSocket socket(256);
 
 
     printf("Issuing HTTP Request: %s\r\n", HTTP_URL);