Websocket Hello World over a wifi network

Dependencies:   EthernetNetIf mbed DNSResolver

Files at this revision

API Documentation at this revision

Comitter:
samux
Date:
Tue Aug 30 16:43:53 2011 +0000
Parent:
3:a1ea35e2c7b3
Child:
5:0bbd45478043
Commit message:

Changed in this revision

Websocket.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/Websocket.lib	Tue Aug 30 08:43:41 2011 +0000
+++ b/Websocket.lib	Tue Aug 30 16:43:53 2011 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/samux/code/Websocket/#1f6b9451a608
+http://mbed.org/users/samux/code/Websocket/#c5ac3e26998f
--- a/main.cpp	Tue Aug 30 08:43:41 2011 +0000
+++ b/main.cpp	Tue Aug 30 16:43:53 2011 +0000
@@ -14,7 +14,7 @@
 
 //Here, we create a Websocket instance in 'w' (write) mode
 //on the 'samux' channel
-Websocket ws("ws://sockets.mbed.org/ws/w/samux", &wifly);
+Websocket ws("ws://sockets.mbed.org/ws/wo/samux", &wifly);
 
 int main() {
     char json_str[100];