Anonymous

Project:Nanode/Bitlash: Difference between revisions

From London Hackspace Wiki
no edit summary
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>/bitlashconsole/<command></nowiki>
*filter for URL that has <nowiki>http://<ip>/RESTbitlash/<command></nowiki>
**grab everything after /bitlashconsole/
**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