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: mbed LM75B NTPClient WiflyInterface MMA7660 WebSocketClient
Diff: main.cpp
- Revision:
- 5:ab84dbbe7366
- Parent:
- 4:79f9caf3d109
- Child:
- 6:b420491ecd8d
--- a/main.cpp Fri Feb 08 12:09:33 2013 +0000 +++ b/main.cpp Fri Feb 08 12:17:45 2013 +0000 @@ -32,7 +32,7 @@ printf("IP Address is %s\n\r", wifly.getIPAddress()); // See the output on http://sockets.mbed.org/app-board/viewer - Websocket ws("ws://sockets.mbed.org:443/ws/sensors/wo"); + Websocket ws("ws://sockets.mbed.org:443/ws/app-board/wo"); // connect WS server while (!ws.connect());