Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
go-libp2p
Commits
11bd3221
Unverified
Commit
11bd3221
authored
6 years ago
by
Raúl Kripalani
Committed by
GitHub
6 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #456 from libp2p/feat/update-package-list
update package list for discovery and autonat
parents
2f5a29e6
55f24aa3
master
fix/473
fix/no-custom-field
punching
v6.0.23
v6.0.22
v6.0.21
v6.0.20
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+6
-0
README.md
with
6 additions
and
0 deletions
+6
-0
README.md
View file @
11bd3221
...
...
@@ -143,6 +143,9 @@ List of packages currently in existence for libp2p:
|
[
`go-smux-mplex`
](
//github.com/whyrusleeping/go-smux-mplex
)
|
[

](https://travis-ci.org/whyrusleeping/go-smux-mplex) | N/A |
[

](https://codecov.io/gh/whyrusleeping/go-smux-mplex) | MPLEX stream multiplexer |
|
**NAT Traversal**
|
|
[
`go-libp2p-nat`
](
//github.com/libp2p/go-libp2p-nat
)
|
[

](https://travis-ci.org/libp2p/go-libp2p-nat) | N/A |
[

](https://codecov.io/gh/libp2p/go-libp2p-nat) | |
|
[
`go-libp2p-autonat`
](
//github.com/libp2p/go-libp2p-autonat
)
|
[

](https://travis-ci.org/libp2p/go-libp2p-autonat) | N/A |
[

](https://codecov.io/gh/libp2p/go-libp2p-autonat) | NAT autodetection (client) |
|
[
`go-libp2p-autonat-svc`
](
//github.com/libp2p/go-libp2p-autonat-svc
)
|
[

](https://travis-ci.org/libp2p/go-libp2p-autonat-svc) | N/A |
[

](https://codecov.io/gh/libp2p/go-libp2p-autonat-svc) | NAT autodetection (service) |
|
**Peerstore**
|
|
[
`go-libp2p-peerstore`
](
//github.com/libp2p/go-libp2p-peerstore
)
|
[

](https://travis-ci.org/libp2p/go-libp2p-peerstore) | N/A |
[

](https://codecov.io/gh/libp2p/go-libp2p-peerstore) | interfaces and reference implementation |
|
**Connection Manager**
|
...
...
@@ -154,6 +157,9 @@ List of packages currently in existence for libp2p:
|
[
`go-libp2p-routing-helpers`
](
//github.com/libp2p/go-libp2p-routing-helpers
)
|
[

](https://travis-ci.org/libp2p/go-libp2p-routing-helpers) |
[

](https://ci.ipfs.team/job/libp2p/job/go-libp2p-routing-helpers/job/master/) |
[

](https://codecov.io/gh/libp2p/go-libp2p-routing-helpers) | helpers for composing routers |
|
[
`go-libp2p-kad-dht`
](
//github.com/libp2p/go-libp2p-kad-dht
)
|
[

](https://travis-ci.org/libp2p/go-libp2p-kad-dht) |
[

](https://ci.ipfs.team/job/libp2p/job/go-libp2p-kad-dht/job/master/) |
[

](https://codecov.io/gh/libp2p/go-libp2p-kad-dht) | Kademlia-like router |
|
[
`go-libp2p-pubsub-router`
](
//github.com/libp2p/go-libp2p-pubsub-router
)
|
[

](https://travis-ci.org/libp2p/go-libp2p-pubsub-router) |
[

](https://ci.ipfs.team/job/libp2p/job/go-libp2p-pubsub-router/job/master/) |
[

](https://codecov.io/gh/libp2p/go-libp2p-pubsub-router) | record-store over pubsub adapter |
|
**Discovery**
|
|
[
`go-libp2p-discovery`
](
//github.com/libp2p/go-libp2p-discovery
)
|
[

](https://travis-ci.org/libp2p/go-libp2p-discovery) | N/A |
[

](https://codecov.io/gh/libp2p/go-libp2p-discovery) | active peer disovery interface |
|
**Consensus**
|
|
[
`go-libp2p-consensus`
](
//github.com/libp2p/go-libp2p-consensus
)
|
[

](https://travis-ci.org/libp2p/go-libp2p-consensus) | N/A |
[

](https://codecov.io/gh/libp2p/go-libp2p-consensus) | consensus protocols interfaces |
|
[
`go-libp2p-raft`
](
//github.com/libp2p/go-libp2p-raft
)
|
[

](https://travis-ci.org/libp2p/go-libp2p-raft) |
[

](https://ci.ipfs.team/job/libp2p/job/go-libp2p-raft/job/master/) |
[

](https://codecov.io/gh/libp2p/go-libp2p-raft) | consensus implementation over raft |
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help