RPC over HTTP example.
Dependencies: EthernetInterface HTTPServer mbed-rpc mbed-rtos mbed
Fork of RPC_HTTP by
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".
History
Led1;
2015-06-15, by sarahmarshy [Mon, 15 Jun 2015 16:52:53 +0000] rev 5
Led1;
Changed to use LED1.
2015-06-15, by sarahmarshy [Mon, 15 Jun 2015 16:33:43 +0000] rev 4
Changed to use LED1.
Took out LED1
2015-06-15, by sarahmarshy [Mon, 15 Jun 2015 16:31:27 +0000] rev 3
Took out LED1
Working example of RPC over HTTP.
2015-06-15, by sarahmarshy [Mon, 15 Jun 2015 16:29:24 +0000] rev 2
Working example of RPC over HTTP.