2017-10-13 13:04:39 +00:00
|
|
|
[Detector]
|
|
|
|
|
detector_class = CosmicPi_V15
|
|
|
|
|
|
|
|
|
|
[CosmicPi_V15]
|
2018-01-04 14:22:15 +00:00
|
|
|
serial_port = /dev/serial0
|
2018-01-04 20:49:21 +00:00
|
|
|
baud_rate = 19200
|
2017-10-19 16:40:34 +00:00
|
|
|
# Leaving the raw output turned off can improve performance of the data acquisition
|
|
|
|
|
# and extend the potential lifetime of the SD-Card.
|
2017-11-12 16:48:26 +00:00
|
|
|
# It is also only really useful for debugging, since all events are stored in the sqlite database
|
|
|
|
|
enable_raw_output = False
|
2017-10-13 13:04:39 +00:00
|
|
|
|
|
|
|
|
[Storage]
|
|
|
|
|
sqlite_location = ../storage/sqlite_db
|
2018-01-08 14:56:38 +00:00
|
|
|
# tells the cleanup script how old the oldest event is allowed to be; measured in hours
|
|
|
|
|
sqlite_max_event_age = 13
|
2017-10-13 13:04:39 +00:00
|
|
|
|
2018-01-08 17:25:51 +00:00
|
|
|
[MQTT]
|
|
|
|
|
broker_address = cosmicpidata.mooo.com
|
|
|
|
|
broker_topic = cosmicpi/v1.5/1.5.1
|
|
|
|
|
|
2017-10-13 13:04:39 +00:00
|
|
|
[UI]
|
|
|
|
|
enable_UI = True
|
2018-02-01 21:51:33 +00:00
|
|
|
username = cosmicpi
|
|
|
|
|
password = MuonsFROMSp8ce
|
2017-10-13 13:04:39 +00:00
|
|
|
|
|
|
|
|
[Access Point]
|
|
|
|
|
enable = True
|
2017-12-20 00:58:24 +00:00
|
|
|
|
|
|
|
|
[Default WiFi]
|
|
|
|
|
name=SomeWiFi
|
|
|
|
|
password=
|
|
|
|
|
|
|
|
|
|
[MISC]
|
2017-12-20 01:03:21 +00:00
|
|
|
#wpa_supplicant_location = C:\Users\Hendrik\Dropbox\active_sync_storage\Dokumente\CERN\2017\PyCharm\cosmicpi-rpi\some_file_location
|
2018-01-04 14:09:25 +00:00
|
|
|
wpa_supplicant_location = /etc/wpa_supplicant/wpa_supplicant.conf
|