Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 9 months ago.
Trouble to use RPC
Hi guys. I'm a newbie student on mbed.
I get some troubles to use RPC.
This is a project added in my complier http://mbed.org/users/MichaelW/code/RPC_HTTP/file/71b64a776133/HTTPServerExample.cpp
But I do not know how to call requests? Anyone can help?
1 Answer
10 years, 9 months ago.
To turn on LED4 = http://<insert IP Address here>/rpc/led4/write 1
to trun off LED4 = http://<insert IP Address here>/rpc/led4/write 0