Skip to content

v0.1.0

Compare
Choose a tag to compare
@GrimOutlook GrimOutlook released this 29 Jul 02:02
· 5 commits to main since this release

[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.