package
1.10.2
Repository: https://github.com/ethercore/go-ethercore.git
Documentation: pkg.go.dev

# README

This package is an early prototype of Discovery v5. Do not use this code.

See https://github.com/ethereum/devp2p/blob/master/discv5/discv5.md for the current Discovery v5 specification.

# Functions

HexID converts a hex string to a NodeID.
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

# Structs

Network manages the table and all protocol interaction.
Node represents a host on the network.
No description provided by the author

# Type aliases

NodeID is a unique identifier for each node.
No description provided by the author