
Websocket demo for app board by C. Styles with updated libraries. DHCP service and a network cable is required.
Dependencies: EthernetInterface LM75B MMA7660 WebSocketClient mbed-rtos mbed
Fork of app-board-Ethernet-Websocket by
Revision 3:26f41c921c2d, committed 2013-10-01
- Comitter:
- 4180_1
- Date:
- Tue Oct 01 20:17:19 2013 +0000
- Parent:
- 2:1fae595547d5
- Commit message:
- ver 2.0
Changed in this revision
diff -r 1fae595547d5 -r 26f41c921c2d EthernetInterface.lib --- a/EthernetInterface.lib Fri Feb 08 12:46:02 2013 +0000 +++ b/EthernetInterface.lib Tue Oct 01 20:17:19 2013 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/EthernetInterface/#a0ee3ae75cfa +http://mbed.org/users/mbed_official/code/EthernetInterface/#4aa9e92d1a58
diff -r 1fae595547d5 -r 26f41c921c2d main.cpp --- a/main.cpp Fri Feb 08 12:46:02 2013 +0000 +++ b/main.cpp Tue Oct 01 20:17:19 2013 +0000 @@ -20,7 +20,8 @@ EthernetInterface eth; eth.init(); //Use DHCP - eth.connect(); + wait(2); + eth.connect(60000); printf("IP Address is %s\n\r", eth.getIPAddress()); // See the output on http://sockets.mbed.org/app-board/viewer
diff -r 1fae595547d5 -r 26f41c921c2d mbed-rtos.lib --- a/mbed-rtos.lib Fri Feb 08 12:46:02 2013 +0000 +++ b/mbed-rtos.lib Tue Oct 01 20:17:19 2013 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed-rtos/#9654a71f5a90 +http://mbed.org/users/mbed_official/code/mbed-rtos/#ee87e782d34f
diff -r 1fae595547d5 -r 26f41c921c2d mbed.bld --- a/mbed.bld Fri Feb 08 12:46:02 2013 +0000 +++ b/mbed.bld Tue Oct 01 20:17:19 2013 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/cd19af002ccc \ No newline at end of file +http://mbed.org/users/mbed_official/code/mbed/builds/a9913a65894f \ No newline at end of file