gclogger/README.md

26 lines
604 B
Markdown
Raw Permalink Normal View History

2018-04-05 19:51:03 +02:00
# Geiger Counter Logger
Version 0.1
Copyright (C) 2018 Christoph Haas, christoph.h@sprinternet.at
This program comes with ABSOLUTELY NO WARRANTY.
2018-04-05 19:53:05 +02:00
This is free software, and you are welcome to redistribute it.
2018-04-05 19:51:03 +02:00
gclogger is a lightweight daemon for reporting your
Geiger counter readings to various radiation monitoring websites.
Tested Geiger counter devices:
- GMC-320 and GMC-320 Plus
http://www.gqelectronicsllc.com/comersus/store/LeftStart.asp?idCategory=50
2018-04-06 17:26:09 +02:00
## Usage:
Compile the project using make.
Then edit the example config file and run gclogger:
```
./gclogger -c gclogger.ini -d
```