Skip to content

Releases: dalymople/ubxtranslator

Added async and message packing

28 Jan 19:42
c127bf4

Choose a tag to compare

Added async and message packing for two-way comms.
Also fixed a couple of bugs, typing and added new message classes.

Add MON and ESF classes

23 May 19:09
7a7f5e4

Choose a tag to compare

Thanks to the work of dgburr these additional predefined messages have been added.
This release also includes a transition from Travis CI to Github actions for the automated tests.

Updated RELPOS and PL messages

25 Jan 10:18

Choose a tag to compare

0.2.4

Version bump.

Updated message length checking.

04 Mar 23:12

Choose a tag to compare

Updated to improve robustness of the message length checking as per pull request.

Updates including new pre-defined messages and placeholder methods

06 Mar 02:22

Choose a tag to compare

Updates including:

  • new pre-defined messages as per the pull request.
  • added placeholder methods to allow future addition of creating messages for sending to the UBX device
  • updates to travis ci builds

Release with parsing of variable length messages

17 Nov 21:22
da6aceb

Choose a tag to compare

Updated release to support variable length message types.