p2p/protocol/identify/id_service library
Package identify provides the identify service for libp2p.
The identify service provides peer discovery and network address discovery capabilities for libp2p. It is a required service for a libp2p node.
This is a port of the Go implementation from go-libp2p/p2p/protocol/identify/id.go to Dart, using native Dart idioms.
Classes
- IDService
- IDService is the interface for the identify service.