Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: EthernetInterface LM75B MMA7660 WebSocketClient mbed-rtos mbed
Fork of app-board-Ethernet-Websocket by
Revision 4:5b9a041b9d71, committed 2014-04-28
- Comitter:
- jrichardson9
- Date:
- Mon Apr 28 12:42:05 2014 +0000
- Parent:
- 3:26f41c921c2d
- Commit message:
- Updated directories
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file | 
--- a/main.cpp	Tue Oct 01 20:17:19 2013 +0000
+++ b/main.cpp	Mon Apr 28 12:42:05 2014 +0000
@@ -25,8 +25,10 @@
     printf("IP Address is %s\n\r", eth.getIPAddress());
     
     // See the output on http://sockets.mbed.org/app-board/viewer
-    Websocket ws("ws://sockets.mbed.org:443/ws/app-board/wo");
+    Websocket ws("ws://sockets.mbed.org:443/ws/testing/wo");
     ws.connect();
+    
+    
  
     while (1) {
         // create json string with acc/tmp data
    