Arne Johannessen
Arne Johannessen
Clearly, import and export should support a common format. Supporting a common format enables dumping waypoints and routes from the radio, modifying the data on a computer, then flashing it...
Hey @cr, very nice! Aside from an issue with very long logs (#28), GPX export appears to work fine. I would tend to ignore speed and heading data. For one...
@wodry: After [installing hxtool](https://github.com/cr/hx870/blob/master/README.md#installation), you can get the GPS log data with this one liner: ````sh hxtool gpslog -g log.gpx ```` Once you have the GPX file, you could upload...
I’ve started work to address this issue over at [johannessen/nav-command](https://github.com/cr/hx870/compare/master...johannessen:nav-command). Dumping waypoints and routes from the radio to GPX is already implemented. I hope to add flashing from GPX to...
> The GPS log-related subcommand could at some point be renamed to `log`, and I don't think clarity would suffer. The primary function of the radio is still making calls....
Thanks for pushing #29. No changes affecting `nav` subcommand. Will work on this next.
> The device contains two databases, a database of waypoints, and a database of routes which reference lists of waypoints in the waypoint database. That’s correct: Each route is simply...
>> I suppose this technically introduces a bug, because route round-trip doesn’t exactly reproduce the device’s nav database, even though it should. > > Could elaborate where the problem lies?...
It seems I’ve forgotten about this branch for a long time. Sorry about that! Since earlier this year, a new tool called [HxSync](https://github.com/mbof/hxsync) offers a web-based GUI for editing waypoints...