Skip to main content

Python library for the RADEX RD1212 Geiger counter.

Project description

RadexReader

The RadexReader is an user-space driver for the RADEX RD1212 Geiger counter. It allow to read and clear stored data via USB. Warning! This tool is completely unrelated with QuartaRad.

Debian and Fedora packages submitted: deb, rpm. Ubuntu: PPA.

Installation

It require libusb.

  • Debian and Ubuntu: sudo apt install python3-radexreader radexreader (coming soon, or via PPA)

  • Fedora: sudo dnf install python3-radexreader (coming soon)

  • Linux: sudo python3 -m pip install pyusb radexreader (+libusb)

  • Mac: sudo pip install pyusb radexreader (+libusb)

  • Windows: python -m pip install pyusb radexreader (+libusb, put libusb-1.0.dll in system32)

  • Docker Alpine: sudo docker run --rm --user root -it --privileged -v /var/www:/var/www -v /dev:/dev python:3.x-alpine /bin/sh then: apk update ; apk add libusb ; python3 -m pip install pyusb radexreader

Usage and Screenshots

  • Read src/cmd.py for usage examples.
  • Run the command radexreader available with DEB/RPM packages.
  • Run the command cmd.py available with PYPI package.

Screnshot 1 Screnshot 2

Copyright

  • Current version: 1.0.0 (11/11/2020)
  • Compatibility: Python 3.3 / 3.4 / 3.5 / 3.6 / 3.7 / 3.8 / 3.9
  • Links: GitHub, PPA

This program is provided under the terms of the GNU GPLv2+ license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

radexreader-1.0.0.0.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

radexreader-1.0.0.0-py3-none-any.whl (12.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page