First commit
This commit is contained in:
commit
0a28bac78a
37 changed files with 1963 additions and 0 deletions
45
gclog.conf
Normal file
45
gclog.conf
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
############################################
|
||||
# Geiger Counter LOGger configuration file #
|
||||
############################################
|
||||
|
||||
# Geiger counter type:
|
||||
# 'gq' -> GQ GMC Geiger Counter (GQ-RFC1201 protocol)
|
||||
# 'diy' -> DIY/MyGeiger/NET-IO Geiger Kit or compatible
|
||||
########################################################
|
||||
#device.type=diy
|
||||
device.type=gq
|
||||
|
||||
# Serial device filename
|
||||
########################
|
||||
device.port=/dev/ttyUSB0
|
||||
|
||||
# GPS location of your sensor; required for Safecast
|
||||
####################################################
|
||||
location=Berlin, DE
|
||||
latitude=52.5163
|
||||
longitude=13.3777
|
||||
|
||||
# Polling interval in seconds (60..3600)
|
||||
########################################
|
||||
interval=60
|
||||
|
||||
#########################################################################
|
||||
# radmon.org #
|
||||
# Enter your forum nickname and password received via PM from 'mw0uzo'. #
|
||||
#########################################################################
|
||||
#radmon.user=mynick
|
||||
#radmon.pass=mypass
|
||||
|
||||
################################################
|
||||
# Safecast.org #
|
||||
# Your API key is listed on your profile page. #
|
||||
# Find your device ID on the Safecast list. #
|
||||
################################################
|
||||
#safecast.key=abcdefghijklmnopqrst
|
||||
#safecast.device=108
|
||||
|
||||
################################################################################
|
||||
# Nuclear Emergency Tracking Center (NETC.com) #
|
||||
# First use their 'wapp4netc.exe' software to register your Geiger counter ID. #
|
||||
################################################################################
|
||||
#netc.id=ABCDEF012
|
||||
Loading…
Add table
Add a link
Reference in a new issue