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

Dependencies:   WiConnect mbed

Revision:
3:2bfba274568c
Parent:
1:40ed62996887
Child:
6:f6cf38fba1d4
--- 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);