]> www.average.org Git - loctrkd.git/log
loctrkd.git
21 months agoUpdate changelog for 1.01 release 1.01
Eugene Crosser [Tue, 12 Jul 2022 09:58:05 +0000 (11:58 +0200)]
Update changelog for 1.01 release

21 months agocollector: do not remove clients before all sends
Eugene Crosser [Tue, 12 Jul 2022 09:55:41 +0000 (11:55 +0200)]
collector: do not remove clients before all sends

This hopefully fixes a crash of the collector when an inline-repliable
message and subsequent client disconnect are repored from the same
return from `poll()`.

22 months agoUpdate changelog for 1.00 release 1.00
Eugene Crosser [Thu, 23 Jun 2022 20:58:36 +0000 (22:58 +0200)]
Update changelog for 1.00 release

22 months agoforgotten manpage for install
Eugene Crosser [Thu, 23 Jun 2022 20:41:33 +0000 (22:41 +0200)]
forgotten manpage for install

22 months agodocs: expand man pages
Eugene Crosser [Thu, 23 Jun 2022 20:17:54 +0000 (22:17 +0200)]
docs: expand man pages

22 months agodoc: edit and correct README.md
Eugene Crosser [Thu, 23 Jun 2022 09:35:44 +0000 (11:35 +0200)]
doc: edit and correct README.md

22 months agotest: include lookaside and termconfig in the loop
Eugene Crosser [Wed, 22 Jun 2022 22:43:48 +0000 (00:43 +0200)]
test: include lookaside and termconfig in the loop

22 months agoUpdate changelog for 0.99 release 0.99
Eugene Crosser [Wed, 22 Jun 2022 16:04:10 +0000 (18:04 +0200)]
Update changelog for 0.99 release

22 months agotest: opencellid downloader
Eugene Crosser [Wed, 22 Jun 2022 15:55:43 +0000 (17:55 +0200)]
test: opencellid downloader

22 months agotest: better aquisition of free ports
Eugene Crosser [Wed, 22 Jun 2022 14:12:13 +0000 (16:12 +0200)]
test: better aquisition of free ports

22 months agoAdd sample opencellid csv for tests
Eugene Crosser [Wed, 22 Jun 2022 10:08:50 +0000 (12:08 +0200)]
Add sample opencellid csv for tests

22 months agotest: use IPv4 because github actions
Eugene Crosser [Wed, 22 Jun 2022 09:13:58 +0000 (11:13 +0200)]
test: use IPv4 because github actions

Looks like there is a problem trying to `connect` to IPv6 local addr

22 months agodo not try to use zlib's _Decompress
Eugene Crosser [Wed, 22 Jun 2022 07:37:27 +0000 (09:37 +0200)]
do not try to use zlib's _Decompress

22 months agotest: minimally functional test_storage
Eugene Crosser [Tue, 21 Jun 2022 23:04:02 +0000 (01:04 +0200)]
test: minimally functional test_storage

22 months agotest: adjust sleeps and drains when daemons run
Eugene Crosser [Sun, 19 Jun 2022 20:51:36 +0000 (22:51 +0200)]
test: adjust sleeps and drains when daemons run

22 months agotest: skeleton for an end-to-end unittest
Eugene Crosser [Sat, 18 Jun 2022 21:16:56 +0000 (23:16 +0200)]
test: skeleton for an end-to-end unittest

22 months agotest: move `send_and_drain` to common module
Eugene Crosser [Sat, 18 Jun 2022 12:20:16 +0000 (14:20 +0200)]
test: move `send_and_drain` to common module

22 months agotest: message fuzzer and fix found problems
Eugene Crosser [Fri, 17 Jun 2022 22:02:58 +0000 (00:02 +0200)]
test: message fuzzer and fix found problems

22 months agocollector: enable SO_KEEPALIVE on accepted conn.
Eugene Crosser [Thu, 16 Jun 2022 21:17:25 +0000 (23:17 +0200)]
collector: enable SO_KEEPALIVE on accepted conn.

Terminals have a bad habit to drop off the network without closing the
connection. That will leave the server with orphan connections
accumulating over time.

22 months agotest: make unittests individually runnable
Eugene Crosser [Wed, 15 Jun 2022 21:57:04 +0000 (23:57 +0200)]
test: make unittests individually runnable

22 months agocollector: fix problems found by fuzzer test
Eugene Crosser [Wed, 15 Jun 2022 21:42:23 +0000 (23:42 +0200)]
collector: fix problems found by fuzzer test

22 months agotest: complete fuzzer unittest
Eugene Crosser [Wed, 15 Jun 2022 21:41:56 +0000 (23:41 +0200)]
test: complete fuzzer unittest

22 months agotest: fuzzing collector
Eugene Crosser [Tue, 14 Jun 2022 22:04:09 +0000 (00:04 +0200)]
test: fuzzing collector

22 months agoDrop data if we are receiving junk
Eugene Crosser [Tue, 14 Jun 2022 19:17:09 +0000 (21:17 +0200)]
Drop data if we are receiving junk

Fix problem discovered by fuzzing

22 months agoRevive mkgpx example script
Eugene Crosser [Thu, 9 Jun 2022 20:22:47 +0000 (22:22 +0200)]
Revive mkgpx example script

22 months agoUpdate changelog for 0.98 release 0.98
Eugene Crosser [Mon, 6 Jun 2022 22:17:55 +0000 (00:17 +0200)]
Update changelog for 0.98 release

22 months agodo not run black older than 21.1
Eugene Crosser [Mon, 6 Jun 2022 22:43:26 +0000 (00:43 +0200)]
do not run black older than 21.1

22 months agoImplement remaining "Out" commands
Eugene Crosser [Mon, 6 Jun 2022 22:07:37 +0000 (00:07 +0200)]
Implement remaining "Out" commands

22 months agoUpdate README with configuring the terminal
Eugene Crosser [Mon, 6 Jun 2022 16:48:23 +0000 (18:48 +0200)]
Update README with configuring the terminal

22 months agowsgateway: reclassify http write hack as permanent
Eugene Crosser [Tue, 31 May 2022 22:36:50 +0000 (00:36 +0200)]
wsgateway: reclassify http write hack as permanent

22 months agoexpand README: lookaside and termconfig sections.
Eugene Crosser [Tue, 31 May 2022 22:22:13 +0000 (00:22 +0200)]
expand README: lookaside and termconfig sections.

22 months agomake termconfig use unit specific config section
Eugene Crosser [Tue, 31 May 2022 20:54:24 +0000 (22:54 +0200)]
make termconfig use unit specific config section

22 months agofix l3str/l3int breakage provoked by typeckeck
Eugene Crosser [Tue, 31 May 2022 20:52:49 +0000 (22:52 +0200)]
fix l3str/l3int breakage provoked by typeckeck

22 months agoinclude runtime deps as build-time for typecheck
Eugene Crosser [Mon, 30 May 2022 23:12:24 +0000 (01:12 +0200)]
include runtime deps as build-time for typecheck

22 months agoUpdate changelog for 0.97 release 0.97
Eugene Crosser [Mon, 30 May 2022 23:05:39 +0000 (01:05 +0200)]
Update changelog for 0.97 release

22 months agotypecheck: skip test if mypy verison < 0.942 0.96.2
Eugene Crosser [Mon, 30 May 2022 23:01:54 +0000 (01:01 +0200)]
typecheck: skip test if mypy verison < 0.942

22 months agoadjust tests 0.96.1
Eugene Crosser [Mon, 30 May 2022 22:53:46 +0000 (00:53 +0200)]
adjust tests

22 months agoUpdate changelog for 0.96 release 0.96
Eugene Crosser [Mon, 30 May 2022 22:36:33 +0000 (00:36 +0200)]
Update changelog for 0.96 release

22 months agounittest: type checking and formatting
Eugene Crosser [Mon, 30 May 2022 22:29:46 +0000 (00:29 +0200)]
unittest: type checking and formatting

22 months agoformatting: revive black formatting
Eugene Crosser [Mon, 30 May 2022 22:19:34 +0000 (00:19 +0200)]
formatting: revive black formatting

22 months agotypeckecking: annotate wsgateway.py
Eugene Crosser [Mon, 30 May 2022 22:09:22 +0000 (00:09 +0200)]
typeckecking: annotate wsgateway.py

22 months agotypeckeck: annotate __main__ and fix gps303proto
Eugene Crosser [Mon, 30 May 2022 21:25:17 +0000 (23:25 +0200)]
typeckeck: annotate __main__ and fix gps303proto

22 months agotypechecking: annotate collector.py
Eugene Crosser [Mon, 30 May 2022 21:13:27 +0000 (23:13 +0200)]
typechecking: annotate collector.py

22 months agotyping: annotate lookaside.py
Eugene Crosser [Mon, 30 May 2022 20:49:38 +0000 (22:49 +0200)]
typing: annotate lookaside.py

22 months agotypeckecking: annotate storage.py
Eugene Crosser [Sat, 28 May 2022 18:24:57 +0000 (20:24 +0200)]
typeckecking: annotate storage.py

22 months agotypechecking: annotate termconfig.py
Eugene Crosser [Sat, 28 May 2022 18:14:25 +0000 (20:14 +0200)]
typechecking: annotate termconfig.py

22 months agotypeckecing: annotate watch.py
Eugene Crosser [Sat, 28 May 2022 18:12:02 +0000 (20:12 +0200)]
typeckecing: annotate watch.py

22 months agotypeckecing: annotate ocid_dload.py
Eugene Crosser [Sat, 28 May 2022 18:07:30 +0000 (20:07 +0200)]
typeckecing: annotate ocid_dload.py

22 months agotypechecking: annotate common.py
Eugene Crosser [Sat, 28 May 2022 17:43:40 +0000 (19:43 +0200)]
typechecking: annotate common.py

22 months agotypechecking: annotate evstore.py
Eugene Crosser [Sat, 28 May 2022 11:33:51 +0000 (13:33 +0200)]
typechecking: annotate evstore.py

22 months agotypchecking: annotate googlemaps.py
Eugene Crosser [Sat, 28 May 2022 11:20:50 +0000 (13:20 +0200)]
typchecking: annotate googlemaps.py

22 months agotyping: annotate opencellid.py
Eugene Crosser [Sat, 28 May 2022 11:13:35 +0000 (13:13 +0200)]
typing: annotate opencellid.py

22 months agotypechecking: less hacky deal with dynamic attrs
Eugene Crosser [Sat, 28 May 2022 10:55:41 +0000 (12:55 +0200)]
typechecking: less hacky deal with dynamic attrs

22 months agotyping: annotate gps303proto.py (mostly)
Eugene Crosser [Fri, 27 May 2022 23:03:02 +0000 (01:03 +0200)]
typing: annotate gps303proto.py (mostly)

22 months agotyping: make zmsg.py typecheck
Eugene Crosser [Fri, 27 May 2022 20:51:09 +0000 (22:51 +0200)]
typing: make zmsg.py typecheck

22 months agoAdd a (short) man page
Eugene Crosser [Fri, 27 May 2022 19:11:06 +0000 (21:11 +0200)]
Add a (short) man page

22 months agoDo not write startup message for command-line cmds
Eugene Crosser [Fri, 27 May 2022 17:50:55 +0000 (19:50 +0200)]
Do not write startup message for command-line cmds

22 months agoUpdate changelog for 0.95 release 0.95
Eugene Crosser [Thu, 26 May 2022 17:32:44 +0000 (19:32 +0200)]
Update changelog for 0.95 release

22 months agoQuick fix for a missing variable
Eugene Crosser [Thu, 26 May 2022 17:32:23 +0000 (19:32 +0200)]
Quick fix for a missing variable

22 months agoUpdate changelog for 0.94 release 0.94
Eugene Crosser [Thu, 26 May 2022 17:25:40 +0000 (19:25 +0200)]
Update changelog for 0.94 release

22 months agoAdd googlemaps lookaside backend
Eugene Crosser [Thu, 26 May 2022 17:24:59 +0000 (19:24 +0200)]
Add googlemaps lookaside backend

22 months agoPrepare to have dynamically chosen lookup backend
Eugene Crosser [Thu, 26 May 2022 13:34:45 +0000 (15:34 +0200)]
Prepare to have dynamically chosen lookup backend

22 months agocleanup and document config file a bit
Eugene Crosser [Thu, 26 May 2022 12:50:05 +0000 (14:50 +0200)]
cleanup and document config file a bit

22 months agoImprove error handling of the downloader
Eugene Crosser [Thu, 26 May 2022 12:35:51 +0000 (14:35 +0200)]
Improve error handling of the downloader

23 months agoOpencellid download service
Eugene Crosser [Wed, 25 May 2022 22:34:49 +0000 (00:34 +0200)]
Opencellid download service

23 months agoUpdate changelog for 0.93 release 0.93
Eugene Crosser [Tue, 24 May 2022 20:53:13 +0000 (22:53 +0200)]
Update changelog for 0.93 release

23 months agoMake a `make-release` script to run `gbp dch`
Eugene Crosser [Tue, 24 May 2022 20:52:06 +0000 (22:52 +0200)]
Make a `make-release` script to run `gbp dch`

23 months agoBeautify logging
Eugene Crosser [Tue, 24 May 2022 20:34:39 +0000 (22:34 +0200)]
Beautify logging

23 months agoactions: action-gh-release, not artifact upload 0.92.d
Eugene Crosser [Tue, 24 May 2022 16:00:33 +0000 (18:00 +0200)]
actions: action-gh-release, not artifact upload

23 months agoUpdate README
Eugene Crosser [Mon, 23 May 2022 23:31:12 +0000 (01:31 +0200)]
Update README

23 months ago"the `uses' attribute must be a path, a Docker image, or owner/repo@ref" 0.92.c
Eugene Crosser [Mon, 23 May 2022 22:31:56 +0000 (00:31 +0200)]
"the `uses' attribute must be a path, a Docker image, or owner/repo@ref"

23 months agotry to make github actions work 0.92.b
Eugene Crosser [Mon, 23 May 2022 22:28:22 +0000 (00:28 +0200)]
try to make github actions work

23 months agouse fixed github action 0.92.a
Eugene Crosser [Mon, 23 May 2022 22:00:55 +0000 (00:00 +0200)]
use fixed github action

23 months agoRelease 0.92 0.92
Eugene Crosser [Mon, 23 May 2022 21:56:15 +0000 (23:56 +0200)]
Release 0.92

23 months ago"When you start a pattern with *, you must use quotes."
Eugene Crosser [Mon, 23 May 2022 21:52:40 +0000 (23:52 +0200)]
"When you start a pattern with *, you must use quotes."

23 months agoadd github action
Eugene Crosser [Mon, 23 May 2022 21:47:56 +0000 (23:47 +0200)]
add github action

23 months agoallow imei as the document path
Eugene Crosser [Mon, 23 May 2022 20:23:22 +0000 (22:23 +0200)]
allow imei as the document path

23 months agoReport status (with battery %) to the webpage
Eugene Crosser [Mon, 23 May 2022 20:15:08 +0000 (22:15 +0200)]
Report status (with battery %) to the webpage

23 months agoAdd references to the doc/source
Eugene Crosser [Tue, 10 May 2022 10:52:16 +0000 (12:52 +0200)]
Add references to the doc/source

23 months agowebdemo: draw very simplistic line between locs
Eugene Crosser [Tue, 10 May 2022 09:56:39 +0000 (11:56 +0200)]
webdemo: draw very simplistic line between locs

23 months agoRelease 0.91 0.91
Eugene Crosser [Tue, 10 May 2022 07:42:55 +0000 (09:42 +0200)]
Release 0.91

23 months agofix log message using unknown variable
Eugene Crosser [Tue, 10 May 2022 07:40:40 +0000 (09:40 +0200)]
fix log message using unknown variable

23 months agoRelease 0.90 0.90
Eugene Crosser [Tue, 10 May 2022 07:11:16 +0000 (09:11 +0200)]
Release 0.90

23 months agoExpand README
Eugene Crosser [Mon, 9 May 2022 22:22:36 +0000 (00:22 +0200)]
Expand README

23 months agoclean a couple of TODOs in wsgateway
Eugene Crosser [Mon, 9 May 2022 21:58:19 +0000 (23:58 +0200)]
clean a couple of TODOs in wsgateway

23 months agomake parse_message return UNKNOWN on parse crash
Eugene Crosser [Mon, 9 May 2022 21:52:56 +0000 (23:52 +0200)]
make parse_message return UNKNOWN on parse crash

23 months agoreimplement backlog query again
Eugene Crosser [Mon, 9 May 2022 21:16:38 +0000 (23:16 +0200)]
reimplement backlog query again

23 months agoA hack in packet framing to false stop bytes match
Eugene Crosser [Mon, 9 May 2022 20:28:06 +0000 (22:28 +0200)]
A hack in packet framing to false stop bytes match

23 months agodo not respond to hibernation; minor cleanup
Eugene Crosser [Mon, 9 May 2022 19:53:29 +0000 (21:53 +0200)]
do not respond to hibernation; minor cleanup

23 months agowsgateway with new message distribution model
Eugene Crosser [Mon, 9 May 2022 16:57:04 +0000 (18:57 +0200)]
wsgateway with new message distribution model

23 months agofix zmq subscription topics
Eugene Crosser [Mon, 9 May 2022 16:27:21 +0000 (18:27 +0200)]
fix zmq subscription topics

23 months agomisc black reformatting
Eugene Crosser [Mon, 9 May 2022 15:44:45 +0000 (17:44 +0200)]
misc black reformatting

23 months agofill in `when` in Resp packet
Eugene Crosser [Mon, 9 May 2022 15:23:15 +0000 (17:23 +0200)]
fill in `when` in Resp packet

23 months agoWIP retoure messaging
Eugene Crosser [Sun, 8 May 2022 22:46:12 +0000 (00:46 +0200)]
WIP retoure messaging

23 months agoPartly revert "Broadcast location, gps and approximated"
Eugene Crosser [Sun, 8 May 2022 18:18:35 +0000 (20:18 +0200)]
Partly revert "Broadcast location, gps and approximated"

This reverts commit 80e795c08def3466884223357798cd1aff265212.

23 months agoadjust debianization to wsgateway 0.01
Eugene Crosser [Sat, 7 May 2022 11:21:55 +0000 (13:21 +0200)]
adjust debianization to wsgateway

23 months agoUpdate evstore schema to support in and out msgs
Eugene Crosser [Sat, 7 May 2022 10:59:12 +0000 (12:59 +0200)]
Update evstore schema to support in and out msgs

23 months agoWIP on supporting multiple markers
Eugene Crosser [Sat, 7 May 2022 10:46:57 +0000 (12:46 +0200)]
WIP on supporting multiple markers

23 months agoWIP on baclog fetcher
Eugene Crosser [Fri, 6 May 2022 23:50:49 +0000 (01:50 +0200)]
WIP on baclog fetcher

23 months agolookaside - do not look for offline positioning
Eugene Crosser [Fri, 6 May 2022 22:24:33 +0000 (00:24 +0200)]
lookaside - do not look for offline positioning