HAP.TLVParser (HAP v0.1.0) View Source

A Plug.Parsers compliant parser for TLV payloads as described in the Appendix of Apple's HomeKit Accessory Protocol Specification.

Link to this section Summary

Functions

Parses a TLV binary into a map (does not allow for repeating keys

Parses a TLV binary into a keyword list (allows for repeating keys

Link to this section Functions

Parses a TLV binary into a map (does not allow for repeating keys

Link to this function

parse_tlv_as_keyword(str)

View Source

Parses a TLV binary into a keyword list (allows for repeating keys