petsi - What plugin do you use to save sailing ...
What plugin do you use to save sailing routes and then replay them?
8 Replies
Sailogger and postgsail
What do you mean with ”replay”? Plot them on a map? Play back the data?
You can get the past tracks from the Signal K history API. Here's what we use to generate the tracks to our website (https://lille-oe.de/journeys/ etc):
https://github.com/meri-imperiumi/log/blob/main/.github/updatetracks.mjs
I just use the signalk-to-noforeignland plugin. No local track storage yet.
I'm looking for a plugin that save a file with all data that create signalk with one of this formats. I want to sail and after sailing replay the data.
you don't necessarily need a plugin for that - you can activate data logging for you data connections. this will create hourly log files of all your raw data in
multiplexed log
format. "Multiplexed" here means that it will create timestamped lines of data, interleaving/multiplexing data from possibly multiple input connectionsI´m going to try it.