# Functions
No description provided by the author
HexID converts a hex string to a NodeID.
IpBetween determines if a given ip is between two others (inclusive) > https://stackoverflow.com/questions/19882961/go-golang-check-ip-address-in-range.
ListenUDP returns a new table that listens for UDP packets on laddr.
MustHexID converts a hex string to a NodeID.
MustParseNode parses a node URL.
NewNode creates a new node.
ParseNode parses a node designator.
PubkeyID returns a marshaled representation of the given public key.
# Constants
No description provided by the author
# Variables
Errors.
Errors.
Errors.
Note: golang/net.IP provides some similar functionality via #IsLinkLocalUnicast, ...Multicast, etc.
Errors.
# Type aliases
NodeID is a unique identifier for each node.