package
0.38.1
Repository: https://github.com/aperturerobotics/bifrost.git
Documentation: pkg.go.dev

# Functions

AddLAN adds a lan to the network graph.
AddPeer adds a peer to the network graph.
GenerateAddPeer generates a peer private key and adds it.
NewGraph constructs a new network graph.

# Structs

Graph is an instance of a graph of connected nodes.
LAN connects together machines and networks with implied many-to-many links.
Peer is a participating peer in the network.

# Type aliases

Edge is the base type for an edge in the graph.
FactoryAdder is a adder for a factory.
FactoryCtor is a constructor for a factory.
Node is the base type for a node in the graph.