svn export https://github.com/arnaudjuracek/xy-server/trunk xy-server
cd xy-server
npm install
Follow this rpi-setup-guide for the Raspberry PI setup.
node xy-server
Either use the web interface, or :
var plotter = require('./../index.js')();
var job = plotter.Job('my-job');
var server = plotter.Server('192.168.0.17');
server.queue(job, (success) => {
if (success) console.log('job successfully queued');
});
See arnaudjuracek/xy for more details.
npm run dev
MIT.