Forked from squishyhuman/c-libp2p Implementation of libp2p in C.
 
 
Go to file
John Jones 4555cdfdf1 Fixed bugs around libp2p_message 2017-02-20 09:31:59 -05:00
conn Beginnings of the Record protobuf and more changes to dialer 2017-02-16 18:49:17 -05:00
crypto Fixed bugs around record protobuf 2017-02-20 07:08:53 -05:00
hashmap Code cleanup 2016-11-17 15:06:53 -05:00
include Added test for record peer and fixes 2017-02-20 08:19:22 -05:00
net Beginnings of the Record protobuf and more changes to dialer 2017-02-16 18:49:17 -05:00
record Fixed bugs around libp2p_message 2017-02-20 09:31:59 -05:00
routing routing/kademlia, using sha256 instead of sha1. 2017-02-16 19:10:50 -03:00
secio Beginnings of the dialer 2017-02-13 08:47:55 -05:00
test Fixed bugs around libp2p_message 2017-02-20 09:31:59 -05:00
thirdparty in the middle of ephemeral encryption implementation 2017-02-06 17:11:22 -05:00
utils Fixed bugs around libp2p_message 2017-02-20 09:31:59 -05:00
.cproject Added multistream protocol to communicate with GO version 2017-02-02 14:10:12 -05:00
.gitignore added Eclipse project files 2016-11-17 16:34:35 -05:00
.project added Eclipse project files 2016-11-17 16:34:35 -05:00
LICENSE Update LICENSE 2017-01-31 17:09:40 +01:00
Makefile Beginnings of dialers and connections 2017-02-13 13:26:41 -05:00
README.md Initial commit 2016-10-26 10:34:39 +02:00

README.md

c-libp2p

Implementation of libp2p in C.