Websocket Hello World over a wifi network

Dependencies:   EthernetNetIf mbed DNSResolver

Files at this revision

API Documentation at this revision

Comitter:
samux
Date:
Thu Sep 01 15:15:29 2011 +0000
Parent:
5:0bbd45478043
Child:
7:1c874f214a98
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: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];