Websocket Hello World over a wifi network

Dependencies:   EthernetNetIf mbed DNSResolver

Revision:
6:b9bf734842db
Parent:
5:0bbd45478043
Child:
7:1c874f214a98
--- a/main.cpp	Thu Sep 01 13:16:18 2011 +0000
+++ b/main.cpp	Thu Sep 01 15:15:29 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/samux/wo", &wifly);
+Websocket ws("ws://sockets.mbed.org/ws/chan1/wo", &wifly);
 
 int main() {
     char json_str[100];