Each software listed on this page is licensed under the LGPL license if not otherwise stated.
RaspyProg
RaspyProg is licensed under the LGPL license. The program is written in Java and requires the Sun Java Runtime Environment version 1.5 at least.
To use RaspyProg simply uncompress the given zip file and launch the jar file either by double cicking on it or from the command shell by writing java -jar raspyprog.jar
Binaries
Source
The source code is arranged under a Netbeans 7.01 project.
https://github.com/embeddedspecialist/RaspyProg
RaspyMonitor
RaspyMonitor is licensed under the LGPL license. It should run at leaast on any Raspbian distribution.
To run the program simply put it in a folder of your choice together with the following files generated by RaspyProg:
- config.ini
- timers.ini
- blocks.ini
and invoke raspymonitor from the command line
Binaries
Version | PC | Raspberry |
---|---|---|
1.7 | raspymonitor_PC | raspymonitor_Rasp |
Source Code
The source code is arranged under a Netbeans 7.01 project with targets for more platforms. &bnsp;
https://github.com/embeddedspecialist/RaspyMonitor
RaspyVisor
RaspyVisor is licensed under the LGPL license. It is .NET 4 program that should run on any Windows machine and has not been tested yet with Mono.
Binaries
Coming Soon
Source
Coming Soon
Utilities
The following programs are utilities to manage your OneWire devices.
GetSerial
GetSerial is command line program that allows to read the OneWire devices on the bus and eventually save on file the ROM codes of the devices found. The source code is arranged under a Netbeans 7.01 project and is downloadable from the same archive of RaspyMonitor.
Binaries
Version | PC | Raspberry |
---|---|---|
1.0 | getserials_PC | getserials_PI |