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".
EthernetInterface.lib@5:5322cbfd7c01, 2015-06-15 (annotated)
- Committer:
- sarahmarshy
- Date:
- Mon Jun 15 16:52:53 2015 +0000
- Revision:
- 5:5322cbfd7c01
- Parent:
- 2:33d3bcad6a90
Led1;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
sarahmarshy | 2:33d3bcad6a90 | 1 | http://developer.mbed.org/users/sarahmarshy/code/EthernetInterface/#be165aa9a49b |