@vaporyjs/devp2p-dpt
v2.0.0
Published
An implemention of vapory's DHT
Downloads
5
Readme
SYNOPSIS
An node.js implementation of devp2p's Distrubuted Peer Table. A DPT is like DHT but just stores peering info.
Installation
Because package uses cryptocoinjs/secp256k1-node you need C++ compiler.
npm install devp2p-dpt
Example
See examples in examples/
API
But don't hesitate check source code, it's always actual and gives much insight.
Reference
- RLPx Node Discovery Protocol (outdated)
- Node discovery protocol
- RLPx: Cryptographic Network & Transport Protocol