mirror of
https://github.com/libp2p/go-libp2p.git
synced 2025-09-26 20:21:26 +08:00
Add go-libp2p-gostream and go-libp2p-http to readme
License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai>
This commit is contained in:
@@ -116,7 +116,7 @@ If you experience any issues migrating from gx to gomod, please [join the discus
|
||||
|
||||
List of packages currently in existence for libp2p:
|
||||
|
||||
| Name | CI | Coverage | Description |
|
||||
| Name | CI/Travis | Coverage | Description |
|
||||
| ---------|---------|---------|--------- |
|
||||
| **Libp2p** |
|
||||
| [`go-libp2p`](//github.com/libp2p/go-libp2p) | [](https://travis-ci.com/libp2p/go-libp2p) | [](https://codecov.io/gh/libp2p/go-libp2p) | go-libp2p entry point |
|
||||
@@ -184,11 +184,14 @@ List of packages currently in existence for libp2p:
|
||||
| [`go-reuseport`](//github.com/libp2p/go-reuseport) | [](https://travis-ci.com/libp2p/go-reuseport) | [](https://codecov.io/gh/libp2p/go-reuseport) | enables reuse of addresses |
|
||||
| [`go-sockaddr`](//github.com/libp2p/go-sockaddr) | [](https://travis-ci.com/libp2p/go-sockaddr) | [](https://codecov.io/gh/libp2p/go-sockaddr) | utils for sockaddr conversions |
|
||||
| [`go-flow-metrics`](//github.com/libp2p/go-flow-metrics) | [](https://travis-ci.com/libp2p/go-flow-metrics) | [](https://codecov.io/gh/libp2p/go-flow-metrics) | metrics library |
|
||||
| [`go-libp2p-gostream`](//github.com/libp2p/go-libp2p-gostream) | [](https://travis-ci.com/libp2p/go-libp2p-gostream) | [](https://codecov.io/gh/libp2p/go-libp2p-gostream) | Go 'net' wrappers for libp2p |
|
||||
| [`go-libp2p-http`](//github.com/libp2p/go-libp2p-http) | [](https://travis-ci.com/libp2p/go-libp2p-http) | [](https://codecov.io/gh/libp2p/go-libp2p-http) | HTTP on top of libp2p streams |
|
||||
| **Testing and examples** |
|
||||
| [`go-testutil`](//github.com/libp2p/go-testutil) | [](https://travis-ci.com/libp2p/go-testutil) | [](https://codecov.io/gh/libp2p/go-testutil) | a collection of testing utilities for ipfs and libp2p |
|
||||
| [`go-libp2p-examples`](//github.com/libp2p/go-libp2p-examples) | [](https://travis-ci.com/libp2p/go-libp2p-examples) | [](https://codecov.io/gh/libp2p/go-libp2p-examples) | go-libp2p examples and tutorials |
|
||||
| [`go-libp2p-circuit-progs`](//github.com/libp2p/go-libp2p-circuit-progs) | [](https://travis-ci.com/libp2p/go-libp2p-circuit-progs) | [](https://codecov.io/gh/libp2p/go-libp2p-circuit-progs) | testing programs for go-libp2p-circuit |
|
||||
|
||||
|
||||
# Contribute
|
||||
|
||||
go-libp2p is part of [The IPFS Project](https://github.com/ipfs/ipfs), and is MIT licensed open source software. We welcome contributions big and small! Take a look at the [community contributing notes](https://github.com/ipfs/community/blob/master/CONTRIBUTING.md). Please make sure to check the [issues](https://github.com/ipfs/go-libp2p/issues). Search the closed ones before reporting things, and help us with the open ones.
|
||||
|
@@ -38,7 +38,7 @@
|
||||
"Stream Muxers",
|
||||
["libp2p/go-stream-muxer", "go-stream-muxer", "interfaces"],
|
||||
["whyrusleeping/go-smux-yamux", "go-smux-yamux", "YAMUX stream multiplexer"],
|
||||
["whyrusleeping/go-smux-mplex", "go-smux-mplex", "MPLEX stream multiplexer"],
|
||||
["whyrusleeping/go-smux-multiplex", "go-smux-multiplex", "MPLEX stream multiplexer"],
|
||||
|
||||
"NAT Traversal",
|
||||
["libp2p/go-libp2p-nat", "go-libp2p-nat"],
|
||||
@@ -87,6 +87,8 @@
|
||||
["libp2p/go-reuseport", "go-reuseport", "enables reuse of addresses"],
|
||||
["libp2p/go-sockaddr", "go-sockaddr", "utils for sockaddr conversions"],
|
||||
["libp2p/go-flow-metrics", "go-flow-metrics", "metrics library"],
|
||||
["libp2p/go-libp2p-gostream", "go-libp2p-gostream", "Go 'net' wrappers for libp2p"],
|
||||
["libp2p/go-libp2p-http", "go-libp2p-http", "HTTP on top of libp2p streams"],
|
||||
|
||||
"Testing and examples",
|
||||
["libp2p/go-testutil", "go-testutil", "a collection of testing utilities for ipfs and libp2p"],
|
||||
|
Reference in New Issue
Block a user