package
1.2.5
Repository: https://github.com/brutella/hc.git
Documentation: pkg.go.dev

# Functions

GetSerialNumberForAccessoryName returns the serial for a specific name stored in storage.
MAC48Address returns a MAC-48-like address from the argument string.
NewFileStorage create a file storage for the specified directory.
NewTempFileStorage returns a new storage inside temporary folder.
NewTLV8Container returns a type-length-value container which implements the Container interface.
NewTLV8ContainerFromReader returns a tlv8 container from a bytes buffer.
RandomHexString returns a random hex string.
RemoveAccentsFromString removes accent characters from string From https://stackoverflow.com/a/40405242/424814.

# Variables

# Interfaces

Container is a dictionary using byte keys and values.
Storage stores bytes for a key.

# Type aliases