The "cellbots" app make the phone work as a network camera server so the index.html / sendPut send the command to the phone
and then it is transferred to the lego mindstorm nxt robot by...
The sendPut function work.
It is a working android code by google and it is called "Cellbots"
http://www.cellbots.com/
http://goo.gl/qKs4p
Here is the code ...
I have this function and I need to know what there is in the "str"
-------------
function sendPut(str, content) {
var xhr = new XMLHttpRequest();
xhr.open("PUT", "http://" + ipPort +...
I try to activate the 3:rd wheel on a lego mindstorm nxt robot by adjusting cellbots code in eclipse.
It can be remote controlled from a webpage with keys
index.html - cellbots - Using...