Websocket Hello World over an ethernet network

Dependencies:   EthernetNetIf mbed DNSResolver

Files at this revision

API Documentation at this revision

Comitter:
samux
Date:
Thu Sep 01 13:17:08 2011 +0000
Parent:
3:581c770f22d0
Child:
5:f34f1ae8de92
Commit message:

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Sep 01 13:16:27 2011 +0000
+++ b/main.cpp	Thu Sep 01 13:17:08 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/ws/samux/wo/");
+Websocket ws("ws://sockets.mbed.org/ws/samux/wo");
 
 int main() {
     char json_str[100];