Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Eui64toUnsignedInt ¶
helper function to parse eui64 into a int64
func GenX509KeyPair ¶
func GenX509KeyPair() (tls.Certificate, error)
GenX509KeyPair generates the TLS keypair for the server
Types ¶
type EUI64 ¶
type EUI64 [8]byte
EUI64 data type
func Eui64FromHexString ¶
helper function to parse a int64 formatted eui64
func Eui64FromInt ¶
helper function to parse a int64 formatted eui64
func Eui64FromUnsignedInt ¶
helper function to parse a int64 formatted eui64
func (EUI64) MarshalBinary ¶
MarshalBinary implements encoding.BinaryMarshaler.
func (EUI64) MarshalText ¶
MarshalText implements encoding.TextMarshaler.
func (*EUI64) ToUnsignedInt ¶
helper function to parse eui64 into a uint64
func (*EUI64) UnmarshalBinary ¶
UnmarshalBinary implements encoding.BinaryUnmarshaler.
func (*EUI64) UnmarshalText ¶
UnmarshalText implements encoding.TextUnmarshaler.
Click to show internal directories.
Click to hide internal directories.