10 years, 1 month 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, 1 month 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

Accepted Answer