Christiane Ruetten
Christiane Ruetten
**What would you like to be added**: * Please create *podman* containers with `--restart=always`. Landing this behind an option would be fine, too. At this point, podman containers making up...
The LOCUS GPS log can contain multiple 4kB blocks, but this was unknown when the JSON log dump format was conceived. Consequently, fixing the log truncation bug in https://github.com/cr/hx870/pull/35 resulted...
We currently use gpxpy for handling GPX files. Currently only GPX 1.0 is supported by hxtool. GPX 1.0 defines a fixed set of XML nodes with a fixed set of...
Please ping me if you can help with testing.
Go through all the files and prune unused code. Everything related to pyusb is dead code now and must go.
The device protocol is sufficiently well-understood by now that we can write a protocol-level HX device emulator to run implementation tests against. This should be a good weekend's day of...
The config writer currently happily rewrites the flash ID at offset 0x100 with a mismatching value, but it should warn the user if they try and ask if they are...
Also the designation `tty` is sub-optimal when it comes to legibility and usability. And I wouldn't be surprised if forcing model detection with `--model` works neither.
Currently hxtool doesn't support these counter directly or indirectly. We should implement r/w access in the `id` subcommand.
The Flash ID at memory offset 0x100 has so far been the most specific – and official – hardware indicator for model detection. For this purpose, HX radios support a...