an object to manage sets of peers, their addresses and other metadata
Go to file
2018-08-27 18:20:29 -04:00
.gx gx publish 1.4.24 2018-08-21 17:08:28 -07:00
addr dont commit with deps rewritten 2017-02-03 12:49:59 -08:00
queue remove go-ipfs-util dep 2017-03-23 18:57:39 -07:00
test remove go-ipfs-util dep 2017-03-23 18:57:39 -07:00
.gitignore update travis.yml for coveralls 2016-08-19 15:01:56 -07:00
.travis.yml ci: don't test on osx 2017-12-05 18:11:33 -08:00
addr_manager_badger.go Rename AddrManagerBadger -> BadgerAddrManager 2018-08-27 18:20:29 -04:00
addr_manager_ds.go Accept parent ctx in constructor, simplify TTL loop 2018-08-27 18:20:29 -04:00
addr_manager_test.go Accept parent ctx in constructor, simplify TTL loop 2018-08-27 18:20:29 -04:00
addr_manager.go we no longer use maps 2018-01-26 20:31:11 -08:00
benchmark_utils.go Add simple benchmarking for peerstore 2018-08-27 18:20:29 -04:00
codecov.yml Update Travis CI to use standard test script and go 1.9.x. 2017-11-17 03:09:24 -05:00
LICENSE Add license and readme 2016-04-15 20:21:56 -07:00
Makefile fix CI, vet, and annoying types 2016-10-04 18:01:51 -07:00
metrics_test.go dont commit with deps rewritten 2017-02-03 12:49:59 -08:00
metrics.go dont commit with deps rewritten 2017-02-03 12:49:59 -08:00
package.json gx publish 1.4.24 2018-08-21 17:08:28 -07:00
peerinfo_test.go Allow for parsing otherwise empty /ipfs addrs, improve tests 2017-04-28 02:49:06 +02:00
peerinfo.go Allow for parsing otherwise empty /ipfs addrs, improve tests 2017-04-28 02:49:06 +02:00
peerstore_badger.go Rename AddrManagerBadger -> BadgerAddrManager 2018-08-27 18:20:29 -04:00
peerstore_test.go Implement naive benchmark 2018-08-27 18:20:29 -04:00
peerstore.go support extracting inlined public keys 2018-04-16 13:25:21 +09:00
README.md Added install and usage 2016-11-03 13:25:03 -04:00

go-libp2p-peer

GoDoc Coverage Status Build Status

An object to manage peers, their addresses, and other metadata about them.

Install

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

Usage

Check out the GoDocs.

Contribute

Feel free to join in. All welcome. Open an issue!

This repository falls under the IPFS Code of Conduct.

Want to hack on IPFS?

License

MIT