Websocket Hello World over an ethernet network

Dependencies:   EthernetNetIf mbed DNSResolver

Files at this revision

API Documentation at this revision

Comitter:
samux
Date:
Tue Aug 30 16:43:59 2011 +0000
Parent:
1:8bdf124446e1
Child:
3:581c770f22d0
Commit message:

Changed in this revision

Websocket.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/Websocket.lib	Tue Aug 30 08:43:52 2011 +0000
+++ b/Websocket.lib	Tue Aug 30 16:43:59 2011 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/samux/code/Websocket/#1f6b9451a608
+http://mbed.org/users/samux/code/Websocket/#c5ac3e26998f
--- a/main.cpp	Tue Aug 30 08:43:52 2011 +0000
+++ b/main.cpp	Tue Aug 30 16:43:59 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/w/samux");
+Websocket ws("ws://sockets.mbed.org/ws/wo/samux");
 
 int main() {
     char json_str[100];