Skip to content

Releases: GrimOutlook/klv-uas

v0.1.1

29 Jul 02:40
Compare
Choose a tag to compare

[0.1.1] - 2024-07-28

Changed

  • Removed a debug print when a KLV packet was found.
  • Updated the README to better inform users on how to utilize the still incomplete library.

v0.1.0

29 Jul 02:02
Compare
Choose a tag to compare

[0.1.0] - 2024-07-28

Added

  • Support parsing KLV packets from byte arrays.

I still need to implement converting KLV values to what the values actually represent. Several of the tag/value combinations store floats as integers for better precision within a certain range and that is not accounted for yet. All values like this are returned in the way the the KLV data is stored in the byte array.