]> www.average.org Git - loctrkd.git/blob - debian/gps303.conf
f19b4af8e3adad3f21f6d757a639aebb3f4ba5de
[loctrkd.git] / debian / gps303.conf
1 [collector]
2 # configure your gps terminal with this SMS:
3 # "server#<your_server_ip_or_fqdn>#4303#"
4 port = 4303
5 publishurl = ipc:///var/lib/gps303/collected
6 listenurl = ipc:///var/lib/gps303/responses
7
8 [wsgateway]
9 port = 5049
10 htmlfile = /var/lib/gps303/index.html
11
12 [storage]
13 dbfn = /var/lib/gps303/gps303.sqlite
14
15 [lookaside]
16 # "opencellid" is the only implemented backend for the time being
17 backend = opencellid
18
19 [opencellid]
20 dbfn = /var/lib/opencellid/opencellid.sqlite
21 # for testing: run `python -m http.server --directory <your_dir>` and use this:
22 # downloadurl = http://localhost:8000/<your_mcc>.csv.gz
23 # then the next two statements will be ignored
24 downloadtoken = /var/lib/opencellid/opencellid.token
25 downloadmcc = 262
26
27 [termconfig]
28 statusIntervalMinutes = 25
29 uploadIntervalSeconds = 0x0300
30 binarySwitch = 0b00110001
31 alarms =
32  0
33  0
34  0
35 dndTimeSwitch = 0
36 dndTimes =
37  0
38  0
39  0
40 gpsTimeSwitch = 0
41 gpsTimeStart = 0
42 gpsTimeStop = 0
43 phoneNumbers =
44  ""
45  ""
46  ""