Websocket Hello World over a wifi network

Dependencies:   EthernetNetIf mbed DNSResolver

Revision:
4:145755bbff90
Parent:
3:a1ea35e2c7b3
Child:
5:0bbd45478043
--- 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];