Interfaces and abstractions that make up go-libp2p
Go to file
2021-02-17 11:25:32 +02:00
connmgr connmgr: add IsProtected interface (#158) 2020-06-03 22:08:48 +03:00
control add connection gating interfaces and types. (#139) 2020-05-13 13:15:38 +01:00
crypto add functions for converting libp2p keys to stdlib variants (#125) 2020-03-06 09:46:59 +00:00
discovery Absorb go-libp2p abstractions and core types into this module (#1) 2019-05-22 18:31:11 +01:00
event eventbus: add wildcard subscription type; getter to enumerate known types (#153) 2020-05-20 18:52:50 +01:00
helpers add CloseRead/CloseWrite on streams (#166) 2020-09-01 17:29:54 -07:00
host experimental introspection support (#159) 2020-06-05 12:24:56 +01:00
introspection experimental introspection support (#159) 2020-06-05 12:24:56 +01:00
metrics experimental introspection support (#159) 2020-06-05 12:24:56 +01:00
mux more docs for stream fncs (#183) 2021-02-16 12:08:51 -08:00
network add support for transient connections 2021-02-17 11:25:32 +02:00
peer refactor: use a helper type to decode AddrInfo from JSON (#178) 2021-02-16 12:06:38 -08:00
peerstore changes as per review 2020-05-11 13:00:05 +05:30
pnet remove the Protector interface, introduce a PSK type (#118) 2020-03-06 17:18:20 -08:00
protocol eventbus abstraction + initial events (#17) 2019-06-20 15:59:53 +01:00
record Signed envelopes & routing records (#73) 2020-02-10 14:53:24 -05:00
routing feat: add a function to tell if a context subscribes to query events 2020-04-29 13:11:46 -07:00
sec Secure Muxer Interface (#180) 2021-02-14 17:45:11 +05:30
test Signed envelopes & routing records (#73) 2020-02-10 14:53:24 -05:00
tools deps: move tools to a sub-module (#130) 2020-03-09 19:57:19 -07:00
transport typo fix 2019-12-13 15:24:15 -05:00
.gitignore deps: move tools to a sub-module (#130) 2020-03-09 19:57:19 -07:00
.travis.yml deps: move tools to a sub-module (#130) 2020-03-09 19:57:19 -07:00
alias.go Fix typo in docs (#163) 2020-08-08 14:40:23 +03:00
go.mod upgrade deps. (#161) 2020-07-30 10:39:34 +01:00
go.sum upgrade deps. (#161) 2020-07-30 10:39:34 +01:00
LICENSE chore(license): fix license detection 2020-02-11 10:34:23 -08:00
LICENSE-APACHE Add license files (#24) 2019-06-24 18:25:52 +01:00
LICENSE-MIT Add license files (#24) 2019-06-24 18:25:52 +01:00
README.md Update README.md 2019-12-19 09:57:16 -05:00

go-libp2p-core

GoDoc Coverage Status Build Status Discourse posts

Home to the interfaces and abstractions that make up go-libp2p.

Minimum go version: 1.13

Install

go get github.com/libp2p/go-libp2p-core

Usage

Check out the GoDocs.

Testing

To test instantiations of interfaces and abstractions, you can use the test suite.

License

Dual-licensed under MIT and ASLv2, by way of the Permissive License Stack.