add ruassina name
[trinked.git] / README.md
1 Trinketd - driver and collecting tool for Atom Pro/Atom mini 2, russian
2 name/brand: Брелок Гейгера.
3
4 The tool was developed for FreeBSD but it should be very easy to port it on
5 Linux.
6
7 trinketd [-d] [-p pidfile] [-P period] [-D datadir] [-i tics] [-l logfile]
8
9 -i d        - daemonize
10 -p pidfile  - create a pid-file
11 -P period   - collection period, in seconds, default 300 secs
12 -D datadir  - directory to place output file, default stdout
13 -i tics     - the number of samples for the moving average, default 1
14 -l logfile  - name of log file, if absent will send to syslog if daemonize else
15               stderr
16
17 Format of data file:
18 total: 7220       - total number of Geiger event's (since power on) 
19 counts: 167       - number of Geiger event's for tics * period time 
20 tics: 12          - number of samples 
21 radlevel: 15.71   - radiation level, mkR/h
22
23 Copyright (c) 2016, Teodor Sigaev <teodor@sigaev.ru>