The purpose of the Pyaler project is to provide a RESTful interface to control arduinos.
The documentation and installation instructions are available on pyaler.org
Get sources
% svn co svn://svn.bearstech.com/forge/Pyaler/ pyaler-svn
Compile sources for standalone and development use
% cd pyaler-svn % python bootstrap.py % bin/buildout % bin/pyaler -c conf.yaml -H localhost -p 8080
TODO
- Add more tests and code an emulator that emulates the behaviour of an Arduino through Pyserial.
