Geiger Counter Logger

GCLOG is a lightweight daemon running in the background and constantly reporting your Geiger counter readings to various radiation monitoring websites. With a small footprint and minimal dependencies it is aimed to run on Linux embedded computers, like Raspberry Pi or TP-Link WR703N.

Supported Geiger counter devices

Supported radiation monitoring websites

Download

Source

Binaries

Donate

Installation

  • Download, untar and make
  • Copy daemon executable to /usr/bin/gclog and configuration file to /etc/gclog.conf
  • Modify configuration to your needs
  • Start GCLog
    gclog -v -c /etc/gclog.conf
  • Monitor syslog
    • Arch/Debian/SUSE: journalctl -t gclog
    • OpenWrt: logread -e gclog
  • Stop GCLog
    killall gclog
  • Instructions for TP-Link WR703N

Changelog