Logofrgs is a front-end you can use to write simple logo program in french for the mirobot. You can either use it in the browser or directly in the command line.
Pre-requisites: node and npm shall be installed.
Clone the repository:
git clone https://github.com/jdmichaud/logofrjs
Download the necessary modules and components
npm install grunt-cli -g
npm install bower -g
npm install
bower install
Logofrjs uses PEGjs as a compiler compiler. PEGjs has recently fixed a bug (475215a) which is not yet released in the PEGjs bower component. So before using logofrjs, you must do this:
cp patch/peg-0.9.0.js bower_components/pegjs/
Then launch the web server powered by grunt-connect:
grunt serve
You can then open http://localhost:9042
in your browser.
To execute a program called prg.logo, just do the following (assuming 192.168.1.2 is the mirobot's address):
node app/js/main.js prg.logo 192.168.1.2