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-18 13:32:21 +02:00
debian Update version infos 2018-04-14 18:38:23 +02:00
openwrt Update version infos 2018-04-14 18:38:23 +02:00
.travis.yml Customize build step 2018-06-03 18:08:21 +02:00
CHANGELOG Update version infos 2018-04-14 18:38:23 +02:00
COPYING First commit 2018-04-08 21:34:42 +02:00
diygeiger.c First commit 2018-04-08 21:34:42 +02:00
diygeiger.h First commit 2018-04-08 21:34:42 +02:00
gclog.1 Correct typo 2018-04-14 19:23:39 +00:00
gclog.c Update version infos 2018-04-14 18:38:23 +02:00
gclog.conf Update man page 2018-04-14 20:07:42 +02:00
gclog.spec Update version infos 2018-04-14 18:38:23 +02:00
gclogd First commit 2018-04-08 21:34:42 +02:00
gqgeiger.c Tweak shaky GQ Geiger communication 2019-04-18 13:32:21 +02:00
gqgeiger.h First commit 2018-04-08 21:34:42 +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 First commit 2018-04-08 21:34:42 +02:00
logger.h First commit 2018-04-08 21:34:42 +02:00
Makefile First commit 2018-04-08 21:34:42 +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 version infos 2018-04-14 18:38:23 +02:00
README Update version infos 2018-04-14 18:38:23 +02:00
README.Packaging Update links 2018-08-19 15:17:54 +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 Add systemd to list 2018-04-15 10:06:20 +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.4
.--,O.--,
 \/   \/  Copyright (C) 2014-18 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 -d -c /etc/gclog.conf
5. Monitor syslog
6. Stop GCLOG: killall gclog