All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added support for TCP
- Migrated code from scansegmentdecoding to this package
- Changed from camelCase to snake_case in method and variable names
- Package can now be installed
- Added examples in readme
- Added support for Compact format version 4
- Added the distance scaling factor
- Added a long form parameter for the number of segments that shall be received
- Added examples
- Fixed a bug in the Compact format where the theta and properties channels were switched
- Compact version 3 is no longer supported
- Added unit tests
- Added documentation
- Refactored application to match quality standards