Categorygithub.com/libonomy/libonomy-p2p
module
0.0.1
Repository: https://github.com/libonomy/libonomy-p2p.git
Documentation: pkg.go.dev

# README

libonomy-p2p

# Packages

Package cmd is the base package for various sets of builds and executables created from go-libonomy.
No description provided by the author
Package config contains go-libonomy node configuration definitions.
Package crypto provides funcs and types used by other packages to perform crypto related ops.
Package database defines interfaces to key value type databases used by various components in go-libonomy node.
Package filesystem provides functionality for interacting with directories and files in a cross-platform manner.
Package log provides the both file and console (general) logging capabilities to libonomy modules such as app and identity.
Package metrics defines telemetry primitives to be used across components.
Package nattraversal provides tools for acquiring ports on a Network Address Translator (NAT).
Package p2p provides a networking api for creating p2p protocols by enabling sending direct messages to a set of provided neighbors or broadcasting a message to all of them.
No description provided by the author
No description provided by the author
No description provided by the author
Package timesync is used to check system time reliability by communicating with NTP time servers.