The Beaglebone Black project presented here is a software written by Python and Qt and is intended to show the simple control of inputs and outputs (GPIO), the graphic course of input signals GPIO, the configuration and sending and receiving of data via the UART interfaces, the display of the PIN configuration of the Beaglebone Black and the graphic display of the signal course at the analog inputs. The software runs on the BBB under Debian 8.9 and on Linux computers (as a demo). It is intended to demonstrate the interaction of software with hardware and to encourage the development of peripheral hardware that works with the software described here. ...
PyRadmon, a Python script to use on both Linux and Windows.
PyRadmon Reborn.
This project started after the original programmers quit supporting it.
The project now contains support for audio*, has a version that supports two Geiger counters** and a cleaner, more stable code.
* = PyAudio is used as library for the audio support.
** = The two counters both run in their own thread.
UPDATE-2015-2:
* Added timeouts to sockets to prevent crashing of the script.
* Updated some comments.
UPDATE-2015-1:
Since there have been some passed time...