Skip to content

Pydevp2p

arealive edited this page Sep 26, 2017 · 3 revisions

pydevp2p is the p2p networking library, used in the ethereum client pyethapp.

Features node discovery for and transport of multiple services over multiplexed and encrypted connections.

pydevp2p is the Python implementation of the RLPx network layer. RLPx provides a general-purpose transport and interface for applications to communicate via a p2p network. The first version is geared towards building a robust transport, well-formed network, and software interface in order to provide infrastructure which meets the requirements of distributed or decentralized applications such as Ethereum. Encryption is employed to provide better privacy and integrity than would be provided by a cleartext implementation.

[1] (https://github.com/ethereum/pydevp2p)

Clone this wiki locally