RPC over HTTP example.

Dependencies:   EthernetInterface HTTPServer mbed-rpc mbed-rtos mbed

Fork of RPC_HTTP by Michael Walker

This is a working example of using RPC over HTTP. This uses an ethernet connection. The program attaches an RPC handler to LED1. You can use a client program to send commands to this LED, addressing it as "led1".

Revision:
2:33d3bcad6a90
Parent:
0:e30eeef17180
diff -r 71b64a776133 -r 33d3bcad6a90 mbed.bld
--- a/mbed.bld	Thu Sep 09 13:47:59 2010 +0000
+++ b/mbed.bld	Mon Jun 15 16:29:24 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/9114680c05da
+http://mbed.org/users/mbed_official/code/mbed/builds/7cff1c4259d7
\ No newline at end of file