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.
11 years, 6 months ago.
mbed-rpc java scripting
Is there a working solution enabling java scripting for the new mbed-rpc library ?
Thanks
Orhan
Question relating to:
3 Answers
11 years, 5 months ago.
Hello,
I just made a server that executes commands sent through HTTP with the new networking library. For more information, click here.
Francois
11 years, 5 months ago.
This is not a mbedRPC, but It can control the mbed from Javascript.
Import programMiMicRemoteMCU-for-Mbed
MiMic RemoteMCU for mbed. This program provides MCU control API over REST API. It can control MCU from Javascript,PHP or any HTTP rest client directly. And, The application has self development environment.
11 years, 6 months ago.
I have a rpc web server running, try it /media/uploads/omega1024/rpc_javascript_webserver.rar .
Server IP is 192.168.1.10
RPC Commands over HTTP are in the format: http://<url of mbed>/rpc/<Object name>/<Method name> <Arguments separated by spaces>
Which web server are you using?
posted by Jorge Fernández 27 May 2013I have tried RPC_HTTP with the server at http://mbed.org/users/donatien/code/HTTPServer/ but I can change if you have another suggestion.
posted by Orhan Dengiz 27 May 2013