mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
change Identify section to Core Protocols and add Ping, clean up abit
This commit is contained in:
28
README.md
28
README.md
@ -1,5 +1,11 @@
|
||||
# py-libp2p
|
||||
|
||||
<h1 align="center">
|
||||
<a href="https://libp2p.io/"><img width="250" src="https://github.com/libp2p/py-libp2p/blob/main/assets/py-libp2p-logo.png?raw=true" alt="py-libp2p hex logo" /></a>
|
||||
</h1>
|
||||
|
||||
<h3 align="center">The Python implementation of the libp2p networking stack.</h3>
|
||||
|
||||
[](https://gitter.im/py-libp2p/Lobby)
|
||||
[](https://circleci.com/gh/libp2p/py-libp2p)
|
||||
[](https://badge.fury.io/py/libp2p)
|
||||
@ -9,16 +15,7 @@
|
||||
[](https://riot.permaweb.io/#/room/#libp2p:permaweb.io)
|
||||
[](https://discord.gg/66KBrm2)
|
||||
|
||||
<h1 align="center">
|
||||
<a href="https://libp2p.io/"><img width="250" src="https://github.com/libp2p/py-libp2p/blob/main/assets/py-libp2p-logo.png?raw=true" alt="py-libp2p hex logo" /></a>
|
||||
</h1>
|
||||
|
||||
## WARNING
|
||||
|
||||
py-libp2p is an experimental and work-in-progress repo under development. We do not yet recommend using py-libp2p in production environments.
|
||||
Right now, `tests_interop` are turned off for CI, and a number of `tests` are failing. WIP.
|
||||
|
||||
The Python implementation of the libp2p networking stack
|
||||
> ⚠️ **Warning:** py-libp2p is an experimental and work-in-progress repo under development. We do not yet recommend using py-libp2p in production environments.
|
||||
|
||||
Read more in the [documentation on ReadTheDocs](https://py-libp2p.readthedocs.io/). [View the release notes](https://py-libp2p.readthedocs.io/en/latest/release_notes.html).
|
||||
|
||||
@ -26,8 +23,6 @@ Read more in the [documentation on ReadTheDocs](https://py-libp2p.readthedocs.io
|
||||
|
||||
Currently maintained by [@pacrob](https://github.com/pacrob) and [@dhuseby](https://github.com/dhuseby), looking for assistance!
|
||||
|
||||
Note that tests/core/test_libp2p/test_libp2p.py contains an end-to-end messaging test between two libp2p hosts, which is the bulk of our proof of concept.
|
||||
|
||||
## Feature Breakdown
|
||||
|
||||
py-libp2p aims for conformity with [the standard libp2p modules](https://github.com/libp2p/libp2p/blob/master/REQUIREMENTS.md#libp2p-modules-implementations). Below is a breakdown of the modules we have developed, are developing, and may develop in the future.
|
||||
@ -38,13 +33,15 @@ py-libp2p aims for conformity with [the standard libp2p modules](https://github.
|
||||
| ------------ | :-----------: |
|
||||
| **`libp2p`** | :green_apple: |
|
||||
|
||||
| Identify Protocol | Status |
|
||||
| ----------------- | :-----: |
|
||||
| **`Identify`** | :lemon: |
|
||||
| Core Protocols | Status |
|
||||
| -------------- | :-----------: |
|
||||
| **`Ping`** | :green_apple: |
|
||||
| **`Identify`** | :green_apple: |
|
||||
|
||||
| Transport Protocols | Status |
|
||||
| ------------------- | :-----------: |
|
||||
| **`TCP`** | :green_apple: |
|
||||
| **`QUIC`** | :lemon: |
|
||||
| **`UDP`** | :tomato: |
|
||||
| **`WebSockets`** | :chestnut: |
|
||||
| **`UTP`** | :chestnut: |
|
||||
@ -56,7 +53,6 @@ py-libp2p aims for conformity with [the standard libp2p modules](https://github.
|
||||
| **`Bluetooth LE`** | :chestnut: |
|
||||
| **`Audio TP`** | :chestnut: |
|
||||
| **`Zerotier`** | :chestnut: |
|
||||
| **`QUIC`** | :chestnut: |
|
||||
|
||||
| Stream Muxers | Status |
|
||||
| ---------------- | :-----------: |
|
||||
|
||||
Reference in New Issue
Block a user