You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release refactors the way GNSS timestamp data and GNSS location data is handled, solving the issue of timedrift issues in case the GNSS module temporarily loses its fix. This refactor will also make it possible to use non-Ublox GNSS modules for only UTC timestamp and location data.
Improvements
Update internal dependencies.
Implement building of Debian / Ubuntu .deb packages. (#275)
This release refactors the way GNSS timestamp data and GNSS location data is handled, solving the issue of timedrift issues in case the GNSS module temporarily loses its fix. This refactor will also make it possible to use non-Ublox GNSS modules for only UTC timestamp and location data.
Improvements
Update internal dependencies.
Implement building of Debian / Ubuntu .deb packages. (#275)
This updates the ZMQ API to make it easier and less error-prone to handle all events and commands implemented by the Concentratord. This has been achieved by refactoring the multi-part ZMQ messages by a single ZMQ message containing a "wrapper" Protobuf message containing a oneof field containing the different event / command messages.
Get location API
This adds a new ZMQ API command, to retrieve the current gateway location.