Yusef Napora
81697d5dbd
update package table after -core refactor
2019-06-26 10:05:45 -04:00
Hector Sanjuan
4a3c8bf495
Add go-libp2p-gostream and go-libp2p-http to readme
...
License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai>
2019-06-08 00:42:17 +02:00
Raúl Kripalani
29e5ff48bb
farewell gx; thanks for serving us well.
2019-04-11 21:11:15 +01:00
Yusef Napora
51621c18bd
fix TOC links
2019-04-11 11:48:26 -04:00
Yusef Napora
c331b52d71
Add link to discuss topic about gx migration
2019-04-11 10:28:02 -04:00
Yusef Napora
d092ebaf21
deprecate gx in readme, link to workspace
...
This adds a link to the workspace-go-libp2p repo and some context
on what it's used for.
It also removes gx-related instructions and adds a deprecation
notice about gx, encouraging users to migrate.
2019-04-11 10:23:32 -04:00
Yusef Napora
2a48294236
add discuss badge to readme
2019-04-09 11:12:43 -04:00
Alex Browne
125e0995c8
Fix broken link in README.md
...
It looks like `github.com/whyrusleeping/go-smux-mplex` was renamed to `github.com/whyrusleeping/go-smux-multiplex`.
2019-04-05 14:36:04 -07:00
Yusef Napora
5b0e2d3373
link to docs & discuss in readme
2019-04-03 16:34:41 -04:00
Andrew Nesbitt
2b1f7dd23f
Remove jenkins column from package table
...
Also update travis-ci.org to travis-ci.com
2019-03-15 14:51:31 +00:00
Raúl Kripalani
82ac647330
readme: update usage instructions for gomod.
2019-03-07 00:54:35 +01:00
Steven Allen
894979f46f
Merge pull request #506 from petroav/remove-duplicates-in-readme
...
readme: remove duplicate repo entries in README and package-list.json
2018-12-18 17:47:11 -08:00
Anton Petrov
168488bfc3
readme: remove duplicate repo entries in README and package-list.json
...
License: MIT
Signed-off-by: Anton Petrov <anton.github@gmail.com>
2018-12-18 22:58:25 +00:00
Marten Seemann
d76db1d65d
fix contributing link in README
2018-11-28 08:41:11 +07:00
David Dias
e15828972d
docs: libp2p yellow
2018-11-23 09:41:49 +00:00
Raúl Kripalani
388a294578
Fix badges and links on README.md
2018-11-16 12:16:03 +00:00
Steven Allen
9592a3eab6
package-list: fix pubsub link
...
(for rename)
2018-10-18 21:29:19 +01:00
vyzo
55f24aa3fc
shuffle packages to better spots
2018-10-18 21:28:39 +03:00
vyzo
9a8a3d7437
update package list for discovery and autonat
2018-10-18 18:55:10 +03:00
Hector Sanjuan
80a994aeb0
Add go-libp2p-gorpc to package list.
...
Apparently this also includes some new Jenkins badges.
License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai>
2018-10-17 15:56:04 +02:00
vyzo
6d641cac9f
fix README info for pubsub
2018-10-10 12:04:02 +03:00
Raúl Kripalani
cf61930207
package-table: correct small typo.
...
License: MIT
Signed-off-by: Raúl Kripalani <raul@protocol.ai>
2018-08-27 11:08:40 +01:00
Steven Allen
788a09fbba
remove some packages from the package table
...
* go-libp2p-coral-dht is currently being written and shouldn't go in this list
until it's reasonable usable (unless I'm missing the point of this list).
* go-libp2p-ping is an unmaintained extraction of go-libp2p/p2p/ping
* go-libp2p-pubsub is slated to be removed.
* go-libpp2-dummy-conn was implemented to test go-libp2p-pnet. (1)
go-libp2p-pnet can now be tested with normal `io.ReadWriteCloser`s so it
doesn't need this package and (2) I didn't bother updating this package when I
did the libp2p transport refactor.
2018-08-24 13:03:42 -07:00
Raúl Kripalani
a6d2132260
README: fix go-libp2p-blankhost row.
...
License: MIT
Signed-off-by: Raúl Kripalani <raul@protocol.ai>
2018-08-24 19:49:07 +01:00
Raúl Kripalani
30901d57f9
enhance package list with new items.
...
License: MIT
Signed-off-by: Raúl Kripalani <raul.kripalani@gmail.com>
2018-08-23 13:49:16 +01:00
Henrique Dias
cc7c13b9b5
update table
...
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
2018-08-22 19:10:32 +01:00
David Dias
e7739aadfc
docs: update packages table
2018-08-22 18:36:46 +02:00
Henrique Dias
84c701dbfe
remove badges for interface-
...
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
2018-08-22 14:13:05 +01:00
Henrique Dias
a7b1927769
travis and jenkins
...
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
2018-08-22 14:09:37 +01:00
Henrique Dias
1de376200e
add link to package-table
...
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
2018-08-22 13:26:20 +01:00
Henrique Dias
6c9315e809
fix: use name instead of pakage
...
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
2018-08-22 12:47:57 +01:00
Henrique Dias
8dc8dd09db
feat: use package-table
2018-08-22 12:17:25 +01:00
David Dias
163d7d40dd
docs: add url to weekly dev syncs
2018-08-11 13:26:00 +02:00
Steven Allen
d8ee5b3cc9
Merge pull request #381 from libp2p/feat/extract-examples
...
extract libp2p examples to go-libp2p-examples
2018-07-27 19:36:10 +00:00
Steven Allen
d9712a3b90
Merge pull request #298 from qidu/patch-1
...
Update README.md
2018-07-27 19:31:42 +00:00
qidu
075d336c2f
Update README.md
...
to get the source right
2018-07-27 12:30:18 -07:00
Steven Allen
0ee6c5a218
extract libp2p examples to go-libp2p-examples
...
Repo: https://github.com/libp2p/go-lib2p-examples
2018-07-27 11:41:28 -07:00
David Dias
934606d0f2
docs: update logo url
2018-07-06 19:16:45 +02:00
Aviv Eyal
49182bcfeb
Don't rely on local peer store for remote nodes public keys
2018-02-21 15:01:21 -08:00
Steven Allen
439fb2655f
Fix the go get command.
...
We need to download dependencies for all packages in the repo, not just the
root (there are no packages at the root).
fixes #219
2017-09-03 10:10:06 -07:00
David Dias
caa868349a
docs: fix, deduplicate tests instructions
2017-08-21 21:19:12 +01:00
David Dias
3d33ba1915
apply cr
2017-08-21 21:10:25 +01:00
David Dias
4cc6a4e0f8
apply cr
2017-08-20 20:04:55 +01:00
David Dias
e7293cb509
docs: remove coverage badge (non existent)
2017-08-19 18:26:45 +02:00
David Dias
b2d738a349
docs: add a note about gxifying deps
2017-08-19 18:07:40 +02:00
David Dias
c7ad187fe0
docs: refresh the readme, add more information for new contributors, add new logo, make it match js-libp2p
2017-08-19 17:55:08 +02:00
keks
37377fd505
update links in README to libp2p org
2016-12-12 20:52:56 +01:00
Jeromy Johnson
6d069ac4bd
Merge pull request #133 from hsanjuan/doc/fix-examples-location
...
Readme.md: point to the right location for examples.
2016-10-24 17:47:22 -07:00
Hector Sanjuan
7bf5ed2ac0
Readme.md: point to the right location for examples.
...
License: MIT
Signed-off-by: Hector Sanjuan <code@hector.link>
2016-10-05 09:55:34 +02:00
Richard Littauer
bda4d02201
Update README URLs based on HTTP redirects
2016-09-30 13:30:04 -04:00