plasduino

   Open source data acquisition framework

Windows

Microsoft Windows is not the OS we use for development, so we are not providing anything fancy (such as a .msi installer) at this time. Nonetheless we have successfully tested plasduino under Windows and we do put some effort in trying and make sure that's still the case as we release new versions.

Installing the pre-requisites

Windows not having a package manager makes the installation of the stuff that is required to run plasduino somewhat more tedious.

At this point you should be able to find your way through the additional required packages, if you have to.

Installing plasduino

Since, again, we do not distribute precompiled packages for Windows, the only way you can install plasduino at this time is from the source tarball, using distutils. Download the platform-independent tarball, uncompress it, change directory in the top-level folder and type:

python setup.py install
python modules\plasduino_updatemoduelinfo.py
(the last line generates an installation-dependent configuration file to be used at runtime and needs to be executed only once with root privileges).

Good luck!