Forked from squishyhuman/c-libp2p Implementation of libp2p in C.
 
 
Go to file
John Jones f3de55999f Implemented find providers from remote peers 2017-04-16 23:46:52 -05:00
conn Multiaddress changes 2017-03-09 18:48:28 -05:00
crypto Removed some test code 2017-03-23 08:27:21 -05:00
db Moved datastore interface from ipfs to libp2p 2017-04-06 09:32:54 -05:00
hashmap Code cleanup 2016-11-17 15:06:53 -05:00
include Implemented find providers from remote peers 2017-04-16 23:46:52 -05:00
net Handling finding of peer via swarm 2017-04-13 09:30:28 -05:00
nodeio Finishing NodeIO 2017-03-19 14:39:48 -05:00
os Make sure directory exists and is a real directory 2017-04-06 17:47:25 -05:00
peer Implemented find providers from remote peers 2017-04-16 23:46:52 -05:00
record Implemented find providers from remote peers 2017-04-16 23:46:52 -05:00
routing Implemented find providers from remote peers 2017-04-16 23:46:52 -05:00
secio Cleaned code around peerstore, providerstore, and networking 2017-04-03 20:54:41 -05:00
test Implemented find providers from remote peers 2017-04-16 23:46:52 -05:00
thirdparty in the middle of ephemeral encryption implementation 2017-02-06 17:11:22 -05:00
utils Implemented find providers from remote peers 2017-04-16 23:46:52 -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 Moved datastore interface from ipfs to libp2p 2017-04-06 09:32:54 -05:00
README.md Initial commit 2016-10-26 10:34:39 +02:00

README.md

c-libp2p

Implementation of libp2p in C.