Websocket demo for app board by C. Styles with updated libraries. DHCP service and a network cable is required.

Dependencies:   C12832 EthernetInterface HTTPServer LM75B MMA7660 WebSocketClient mbed-rtos mbed

Fork of app-board-Ethernet-Websocket by jim hamblen

Files at this revision

API Documentation at this revision

Comitter:
4180_1
Date:
Tue Oct 01 20:17:19 2013 +0000
Parent:
2:1fae595547d5
Child:
4:bcc028e40b63
Commit message:
ver 2.0

Changed in this revision

EthernetInterface.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
mbed-rtos.lib Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- 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
--- 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
--- 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
--- 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