Websocket Hello World over an ethernet network

Dependencies:   EthernetNetIf mbed DNSResolver

Revision:
1:8bdf124446e1
Parent:
0:dac316268a0c
Child:
2:588f1b42b809
--- a/main.cpp	Fri Aug 26 13:22:52 2011 +0000
+++ b/main.cpp	Tue Aug 30 08:43:52 2011 +0000
@@ -8,7 +8,7 @@
 
 //Here, we create a Websocket instance in 'w' (write) mode
 //on the 'samux' channel
-Websocket ws("ws://sockets.mbed.org:444/mbed_demo/w/samux");
+Websocket ws("ws://sockets.mbed.org/ws/w/samux");
 
 int main() {
     char json_str[100];