64
edits
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
*setup a webserver on the nanode | *setup a webserver on the nanode | ||
*use bitlash library to init and run bitlash | *use bitlash library to init and run bitlash | ||
*filter for URL that has <nowiki>http://<ip>/ | *filter for URL that has <nowiki>http://<ip>/RESTbitlash/<command></nowiki> | ||
**grab everything after / | **grab everything after /RESTbitlash/ | ||
**use doCharacter(char c) to pipe each char to the bitlash console, one at a time | **use doCharacter(char c) to pipe each char to the bitlash console, one at a time | ||