mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
update README with better legends
This commit is contained in:
committed by
Paul Robinson
parent
8787613e91
commit
d0234bb183
108
README.md
108
README.md
@ -27,96 +27,96 @@ Currently maintained by [@pacrob](https://github.com/pacrob) and [@dhuseby](http
|
|||||||
|
|
||||||
py-libp2p aims for conformity with [the standard libp2p modules](https://libp2p.io/implementations/). Below is a breakdown of the modules we have developed, are developing, and may develop in the future.
|
py-libp2p aims for conformity with [the standard libp2p modules](https://libp2p.io/implementations/). Below is a breakdown of the modules we have developed, are developing, and may develop in the future.
|
||||||
|
|
||||||
> Legend: :green_apple: Done :lemon: In Progress :tomato: Missing :chestnut: Not planned
|
> Legend: ✅: Done 🛠️: In Progress 🚫: Missing ❌: Not planned
|
||||||
|
|
||||||
| libp2p Node | Status |
|
| libp2p Node | Status |
|
||||||
| ------------ | :-----------: |
|
| ------------ | :-----------: |
|
||||||
| **`libp2p`** | :green_apple: |
|
| **`libp2p`** | ✅ |
|
||||||
|
|
||||||
| Core Protocols | Status |
|
| Core Protocols | Status |
|
||||||
| -------------- | :-----------: |
|
| -------------- | :-----------: |
|
||||||
| **`Ping`** | :green_apple: |
|
| **`Ping`** | ✅ |
|
||||||
| **`Identify`** | :green_apple: |
|
| **`Identify`** | ✅ |
|
||||||
|
|
||||||
| Transport Protocols | Status |
|
| Transport Protocols | Status |
|
||||||
| ------------------- | :-----------: |
|
| ------------------- | :-----------: |
|
||||||
| **`TCP`** | :green_apple: |
|
| **`TCP`** | ✅|
|
||||||
| **`QUIC`** | :lemon: |
|
| **`QUIC`** | 🛠️ |
|
||||||
| **`UDP`** | :tomato: |
|
| **`UDP`** | 🚫 |
|
||||||
| **`WebSockets`** | :chestnut: |
|
| **`WebSockets`** | ❌ |
|
||||||
| **`UTP`** | :chestnut: |
|
| **`UTP`** | ❌ |
|
||||||
| **`WebRTC`** | :chestnut: |
|
| **`WebRTC`** | ❌ |
|
||||||
| **`SCTP`** | :chestnut: |
|
| **`SCTP`** | ❌ |
|
||||||
| **`Tor`** | :chestnut: |
|
| **`Tor`** | ❌ |
|
||||||
| **`i2p`** | :chestnut: |
|
| **`i2p`** | ❌ |
|
||||||
| **`cjdns`** | :chestnut: |
|
| **`cjdns`** | ❌ |
|
||||||
| **`Bluetooth LE`** | :chestnut: |
|
| **`Bluetooth LE`** | ❌ |
|
||||||
| **`Audio TP`** | :chestnut: |
|
| **`Audio TP`** | ❌ |
|
||||||
| **`Zerotier`** | :chestnut: |
|
| **`Zerotier`** | ❌ |
|
||||||
|
|
||||||
| Stream Muxers | Status |
|
| Stream Muxers | Status |
|
||||||
| ---------------- | :-----------: |
|
| ---------------- | :-----------: |
|
||||||
| **`multiplex`** | :green_apple: |
|
| **`multiplex`** | ✅ |
|
||||||
| **`yamux`** | :tomato: |
|
| **`yamux`** | 🚫 |
|
||||||
| **`benchmarks`** | :chestnut: |
|
| **`benchmarks`** | ❌ |
|
||||||
| **`muxado`** | :chestnut: |
|
| **`muxado`** | ❌ |
|
||||||
| **`spdystream`** | :chestnut: |
|
| **`spdystream`** | ❌ |
|
||||||
| **`spdy`** | :chestnut: |
|
| **`spdy`** | ❌ |
|
||||||
| **`http2`** | :chestnut: |
|
| **`http2`** | ❌ |
|
||||||
| **`QUIC`** | :chestnut: |
|
| **`QUIC`** | ❌ |
|
||||||
|
|
||||||
| Protocol Muxers | Status |
|
| Protocol Muxers | Status |
|
||||||
| ----------------- | :-----------: |
|
| ----------------- | :-----------: |
|
||||||
| **`multiselect`** | :green_apple: |
|
| **`multiselect`** | ✅ |
|
||||||
|
|
||||||
| Switch (Swarm) | Status |
|
| Switch (Swarm) | Status |
|
||||||
| ------------------ | :-----------: |
|
| ------------------ | :-----------: |
|
||||||
| **`Switch`** | :green_apple: |
|
| **`Switch`** | ✅ |
|
||||||
| **`Dialer stack`** | :green_apple: |
|
| **`Dialer stack`** | ✅ |
|
||||||
|
|
||||||
| Peer Discovery | Status |
|
| Peer Discovery | Status |
|
||||||
| -------------------- | :--------: |
|
| -------------------- | :--------: |
|
||||||
| **`bootstrap list`** | :tomato: |
|
| **`bootstrap list`** | 🚫 |
|
||||||
| **`Kademlia DHT`** | :chestnut: |
|
| **`Kademlia DHT`** | ❌ |
|
||||||
| **`mDNS`** | :chestnut: |
|
| **`mDNS`** | ❌ |
|
||||||
| **`PEX`** | :chestnut: |
|
| **`PEX`** | ❌ |
|
||||||
| **`DNS`** | :chestnut: |
|
| **`DNS`** | ❌ |
|
||||||
|
|
||||||
| Content Routing | Status |
|
| Content Routing | Status |
|
||||||
| ------------------ | :-----------: |
|
| ------------------ | :-----------: |
|
||||||
| **`Kademlia DHT`** | :chestnut: |
|
| **`Kademlia DHT`** | ❌ |
|
||||||
| **`floodsub`** | :green_apple: |
|
| **`floodsub`** | ✅ |
|
||||||
| **`gossipsub`** | :green_apple: |
|
| **`gossipsub`** | ✅ |
|
||||||
| **`PHT`** | :chestnut: |
|
| **`PHT`** | ❌ |
|
||||||
|
|
||||||
| Peer Routing | Status |
|
| Peer Routing | Status |
|
||||||
| ------------------ | :-----------: |
|
| ------------------ | :-----------: |
|
||||||
| **`Kademlia DHT`** | :chestnut: |
|
| **`Kademlia DHT`** | ❌ |
|
||||||
| **`floodsub`** | :green_apple: |
|
| **`floodsub`** | ✅|
|
||||||
| **`gossipsub`** | :green_apple: |
|
| **`gossipsub`** | ✅ |
|
||||||
| **`PHT`** | :chestnut: |
|
| **`PHT`** | ❌ |
|
||||||
|
|
||||||
| NAT Traversal | Status |
|
| NAT Traversal | Status |
|
||||||
| ------------------------ | :--------: |
|
| ------------------------ | :--------: |
|
||||||
| **`nat-pmp`** | :chestnut: |
|
| **`nat-pmp`** | ❌ |
|
||||||
| **`upnp`** | :chestnut: |
|
| **`upnp`** | ❌ |
|
||||||
| **`ext addr discovery`** | :chestnut: |
|
| **`ext addr discovery`** | ❌ |
|
||||||
| **`STUN-like`** | :chestnut: |
|
| **`STUN-like`** | ❌ |
|
||||||
| **`line-switch relay`** | :chestnut: |
|
| **`line-switch relay`** | ❌ |
|
||||||
| **`pkt-switch relay`** | :chestnut: |
|
| **`pkt-switch relay`** | ❌ |
|
||||||
|
|
||||||
| Exchange | Status |
|
| Exchange | Status |
|
||||||
| ---------------- | :--------: |
|
| ---------------- | :--------: |
|
||||||
| **`HTTP`** | :chestnut: |
|
| **`HTTP`** | ❌ |
|
||||||
| **`Bitswap`** | :chestnut: |
|
| **`Bitswap`** | ❌ |
|
||||||
| **`Bittorrent`** | :chestnut: |
|
| **`Bittorrent`** | ❌ |
|
||||||
|
|
||||||
| Consensus | Status |
|
| Consensus | Status |
|
||||||
| -------------- | :--------: |
|
| -------------- | :--------: |
|
||||||
| **`Paxos`** | :chestnut: |
|
| **`Paxos`** | ❌ |
|
||||||
| **`Raft`** | :chestnut: |
|
| **`Raft`** | ❌ |
|
||||||
| **`PBTF`** | :chestnut: |
|
| **`PBTF`** | ❌ |
|
||||||
| **`Nakamoto`** | :chestnut: |
|
| **`Nakamoto`** | ❌ |
|
||||||
|
|
||||||
## Explanation of Basic Two Node Communication
|
## Explanation of Basic Two Node Communication
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user