MJeanneRose / sbfParser

A Python module (in C) to parse "Septentrio Binary Format" (SBF) files generated by Septentrio receivers.
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Support for a real-time data stream #3

Closed GOT4BRG closed 2 months ago

GOT4BRG commented 2 months ago

Greetings,

Will this library have support for a Septentrio's receiver real-time data stream in the future, in order to use the observation and navigation data to calculate a position?

Best regards.

MJeanneRose commented 2 months ago

Hello,

My project ended so I don't plan to do any update for the moment.

Following the speed and the configuration of your receiver you can call sbf_parser.load(_yourstream) every X times

Best regards,