-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgclog.1
109 lines (78 loc) · 1.98 KB
/
gclog.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
.TH GCLOG 1 "April 2019" "GCLOG 0.2" "Geiger Counter Logger"
.SH NAME
.B gclog
\- Geiger Counter Logger Daemon
.SH SYNOPSIS
.B gclog
.RB [ \-c
.IR file ]
.RB [ \-vdh ]
.SH DESCRIPTION
\fBGCLOG\fP 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.
.SH OPTIONS
.TP
.B -c \fIfile\fP
Load configuration from file.
.TP
.B -v
Turn on verbose logging.
.TP
.B -d
Run in debug mode.
.TP
.B -h
Display help information.
.SH CONFIGURATION FILE OPTIONS
.TP
.B device.type
Geiger counter type:
\fBgq\fP - GQ GMC Geiger Counter (GQ-RFC1201 protocol)
\fBdiy\fP - DIY/MyGeiger/NET-IO Geiger Kit or compatible
\fBsim\fP - Geiger simulator (reads 12 cpm)
.TP
.B device.port
Serial device filename.
Example: \fI/dev/ttyUSB0\fP
.TP
.B device.baudrate
Serial port baud rate.
Example: 57600
.TP
.B location
Name of your sensor location (required for Safecast).
Example: Berlin, DE
.TP
.B latitude
Latitude of your sensor position (required for Safecast).
Example: 52.5163
.TP
.B longitude
Longitude of your sensor position (required for Safecast).
Example: 13.3777
.TP
.B interval
Polling interval in seconds.
Range: 60..3600
.TP
.B radmon.user
Your forum username (required for radmon).
.TP
.B radmon.pass
Your password received via PM from `mw0uzo' (required for radmon).
.TP
.B safecast.key
Your API key is listed on your profile page (required for Safecast).
.TP
.B safecast.device
Find your device ID on the Safecast list (required for Safecast).
.TP
.B gmcmap.user
Your account ID is listed on your profile page (required for GMC.MAP).
.TP
.B gmcmap.device
Find your Geiger counter ID on the device page (required for GMC.MAP).
.TP
.B netc.id
First use their `\fIwapp4netc.exe\fP' software to register your Geiger counter ID (required for Nuclear Emergency Tracking Center).
.SH AUTHOR
Steffen Lange ([email protected])