X-Git-Url: http://www.average.org/gitweb/?a=blobdiff_plain;f=debian%2Fgps303.conf;h=f19b4af8e3adad3f21f6d757a639aebb3f4ba5de;hb=3b94b72763b7db9e9665d60c3dd26812bd134a8d;hp=9b8ea5bab6b9513069dec159243633ee9eccceb4;hpb=21ab3e6ccd337ef7c69e149a4f21d6a6139557d8;p=loctrkd.git diff --git a/debian/gps303.conf b/debian/gps303.conf index 9b8ea5b..f19b4af 100644 --- a/debian/gps303.conf +++ b/debian/gps303.conf @@ -1,19 +1,28 @@ [collector] +# configure your gps terminal with this SMS: +# "server##4303#" port = 4303 publishurl = ipc:///var/lib/gps303/collected listenurl = ipc:///var/lib/gps303/responses [wsgateway] port = 5049 +htmlfile = /var/lib/gps303/index.html [storage] dbfn = /var/lib/gps303/gps303.sqlite [lookaside] -publishurl = ipc:///var/lib/gps303/locevt +# "opencellid" is the only implemented backend for the time being +backend = opencellid [opencellid] dbfn = /var/lib/opencellid/opencellid.sqlite +# for testing: run `python -m http.server --directory ` and use this: +# downloadurl = http://localhost:8000/.csv.gz +# then the next two statements will be ignored +downloadtoken = /var/lib/opencellid/opencellid.token +downloadmcc = 262 [termconfig] statusIntervalMinutes = 25