smd.iotkit.ch / Mbed 2 deprecated HTTPServerUI

Dependencies:   EthernetInterface mbed-rpc mbed-rtos mbed

Fork of IoTKit_RPC-Server by th.iotkit.ch

Files at this revision

API Documentation at this revision

Comitter:
marcel1691
Date:
Mon Mar 23 18:21:40 2015 +0000
Parent:
11:cfb3bf29211f
Commit message:
HTTP (RPC) Server mit UI

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-rpc.lib 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	Thu Jan 15 13:07:00 2015 +0000
+++ b/EthernetInterface.lib	Mon Mar 23 18:21:40 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/EthernetInterface/#d1ccbed7687a
+http://mbed.org/users/mbed_official/code/EthernetInterface/#2fc406e2553f
--- a/main.cpp	Thu Jan 15 13:07:00 2015 +0000
+++ b/main.cpp	Mon Mar 23 18:21:40 2015 +0000
@@ -1,3 +1,5 @@
+/** HTTP (RPC) Server mit UI
+*/
 #include "mbed.h"
 #include "EthernetInterface.h"
 #include "mbed_rpc.h"
--- a/mbed-rpc.lib	Thu Jan 15 13:07:00 2015 +0000
+++ b/mbed-rpc.lib	Mon Mar 23 18:21:40 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed-rpc/#2a26fd6a2b36
+http://mbed.org/users/mbed_official/code/mbed-rpc/#fece2d5e8d96
--- a/mbed-rtos.lib	Thu Jan 15 13:07:00 2015 +0000
+++ b/mbed-rtos.lib	Mon Mar 23 18:21:40 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed-rtos/#9387d4c49609
+http://mbed.org/users/mbed_official/code/mbed-rtos/#d3d0e710b443
--- a/mbed.bld	Thu Jan 15 13:07:00 2015 +0000
+++ b/mbed.bld	Mon Mar 23 18:21:40 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/4fc01daae5a5
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/487b796308b0
\ No newline at end of file