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.
Find a file
2019-04-22 18:52:03 +02:00
debian Update Debian packaging 2019-04-22 14:02:16 +02:00
openwrt Update OpenWrt packaging 2019-04-22 18:24:06 +02:00
.travis.yml Customize build step 2018-06-03 18:08:21 +02:00
CHANGELOG Update changelog and some documentation 2019-04-22 18:52:03 +02:00
COPYING First commit 2018-04-08 21:34:42 +02:00
diygeiger.c Add baud rate setting and some minor changes 2019-04-19 14:39:18 +02:00
diygeiger.h Add baud rate setting and some minor changes 2019-04-19 14:39:18 +02:00
gclog.1 Update changelog and some documentation 2019-04-22 18:52:03 +02:00
gclog.c Update changelog and some documentation 2019-04-22 18:52:03 +02:00
gclog.conf Rewrite configuration structure and more minor changes 2019-04-19 21:34:22 +02:00
gclog.spec Update RPM packaging 2019-04-22 14:39:31 +02:00
gclogd First commit 2018-04-08 21:34:42 +02:00
gqgeiger.c Add baud rate setting and some minor changes 2019-04-19 14:39:18 +02:00
gqgeiger.h Add baud rate setting and some minor changes 2019-04-19 14:39:18 +02:00
ini.c First commit 2018-04-08 21:34:42 +02:00
ini.h First commit 2018-04-08 21:34:42 +02:00
logger.c Rewrite configuration structure and more minor changes 2019-04-19 21:34:22 +02:00
logger.h Rewrite configuration structure and more minor changes 2019-04-19 21:34:22 +02:00
Makefile Rewrite configuration structure and more minor changes 2019-04-19 21:34:22 +02:00
map.c First commit 2018-04-08 21:34:42 +02:00
map.h First commit 2018-04-08 21:34:42 +02:00
PKGBUILD Update Arch packaging 2019-04-22 15:15:48 +02:00
README Rewrite configuration structure and more minor changes 2019-04-19 21:34:22 +02:00
README.Packaging Update OpenWrt packaging 2019-04-22 18:24:06 +02:00
tcpcli.c First commit 2018-04-08 21:34:42 +02:00
tcpcli.h First commit 2018-04-08 21:34:42 +02:00
TODO Update changelog and some documentation 2019-04-22 18:52:03 +02:00
trim.c First commit 2018-04-08 21:34:42 +02:00
trim.h First commit 2018-04-08 21:34:42 +02:00

   ___    Geiger Counter LOGger
   \_/    Version 0.2.5
.--,O.--,
 \/   \/  Copyright (C) 2014-19 Steffen Lange, gclog@stelas.de

This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions. See the file COPYING for details.

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:
- GQ Electronics GMC-280, GMC-300, GMC-300E, GMC-300E Plus, GMC-320 and
  GMC-320 Plus
  http://www.gqelectronicsllc.com/comersus/store/LeftStart.asp?idCategory=50
- DIY Geiger Kit GK-B5 and GK-Plus
  https://sites.google.com/site/diygeigercounter/
- RH Electronics MyGeiger, MyGeiger 2, Universal SMT Kit and Arduino IDE Kit
  http://www.rhelectronics.net/store/diy-geiger-counter-kit.html
- NET-IO Devices GC08 and GC10
  http://www.netiodev.com/
- Arduino Geiger PCB
  http://arduino-geiger-pcb.blogspot.de/

Supported radiation monitoring websites:
- GMCMAP.com
- radmon.org
- Safecast.org
- NETC.com
Please read the terms of service before using these websites.

Installation
------------
1. Download, untar and make
2. Copy daemon executable to /usr/local/bin/gclog
   and configuration file to /etc/gclog.conf
3. Modify configuration to your needs
4. Start GCLOG: gclog -v -c /etc/gclog.conf
5. Monitor syslog
6. Stop GCLOG: killall gclog