Forked from squishyhuman/c-libp2p Implementation of libp2p in C.
 
 
Go to file
jmjatlanta a55b52ca81 Addition of memstream for osx and bsd 2017-09-20 10:26:24 -05:00
conn journalio working, needs tuning 2017-08-31 06:41:06 -05:00
crypto Adding default values to initializer 2017-08-03 14:44:27 -05:00
db Small memory leak fix for protocol comparison 2017-09-07 18:46:03 -05:00
hashmap Code cleanup 2016-11-17 15:06:53 -05:00
include Addition of memstream for osx and bsd 2017-09-20 10:26:24 -05:00
net Sorting a memory leak in datastore/journalstore 2017-09-07 11:05:06 -05:00
nodeio passing network timeouts to read methods 2017-04-17 14:03:27 -05:00
os Addition of memstream for osx and bsd 2017-09-20 10:26:24 -05:00
peer implementation of dht_send_message_nearest_x 2017-09-18 06:32:37 -05:00
record Debugging journalio process 2017-08-30 11:09:28 -05:00
routing implementation of dht_send_message_nearest_x 2017-09-18 06:32:37 -05:00
secio implementation of dht_send_message_nearest_x 2017-09-18 06:32:37 -05:00
test datastore_put now accepts a DatastoreRecord struct 2017-09-13 12:39:50 -05:00
thirdparty in the middle of ephemeral encryption implementation 2017-02-06 17:11:22 -05:00
utils Small adjustments for secio protocol compatibility 2017-08-31 12:49:43 -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 No longer building nodeio 2017-08-09 12:33:36 -05:00
README.md Initial commit 2016-10-26 10:34:39 +02:00

README.md

c-libp2p

Implementation of libp2p in C.