X-Git-Url: http://average.org/gitweb/?a=blobdiff_plain;f=debian%2Fgps303.conf;h=f19b4af8e3adad3f21f6d757a639aebb3f4ba5de;hb=3b94b72763b7db9e9665d60c3dd26812bd134a8d;hp=10889ebe7a7944ffa7f349718568666c5a8a289b;hpb=574f0db6f5d603fa3d9a40913b7504e9b8efd75b;p=loctrkd.git diff --git a/debian/gps303.conf b/debian/gps303.conf index 10889eb..f19b4af 100644 --- a/debian/gps303.conf +++ b/debian/gps303.conf @@ -1,13 +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] +# "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