Forked from squishyhuman/c-libp2p Implementation of libp2p in C.
 
 
Go to file
Agorise 1175378fb0
Update LICENSE
2019-01-01 10:42:03 -06:00
conn Make yamux compatible with GO. Still testing 2017-11-30 20:58:47 -05:00
crypto Fixed signature verification, continuing with swarm connectivity 2017-11-02 11:11:50 -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
identify Make yamux compatible with GO. Still testing 2017-11-30 20:58:47 -05:00
include Make yamux compatible with GO. Still testing 2017-11-30 20:58:47 -05:00
net Handle protocol message with a length while reading. 2018-11-16 11:33:52 -03:00
nodeio passing network timeouts to read methods 2017-04-17 14:03:27 -05:00
os First commit of yamux protocol 2017-10-11 11:23:25 -05:00
peer Getting yamux and go working 2017-11-27 11:10:38 -05:00
record No longer deleting session context when deleting message 2017-09-28 17:14:37 -05:00
routing debugging yamux and go 2017-11-27 09:06:33 -05:00
secio Fixed secio protocol request coming with length. 2018-11-16 11:20:06 -03:00
swarm Fixed swarm multistream as incoming instead of outgoing connection. 2018-10-26 18:50:40 -03:00
test Make yamux compatible with GO. Still testing 2017-11-30 20:58:47 -05:00
thirdparty in the middle of ephemeral encryption implementation 2017-02-06 17:11:22 -05:00
utils Added buffering to yamux 2017-11-30 14:32:36 -05:00
yamux Make yamux compatible with GO. Still testing 2017-11-30 20:58:47 -05:00
.cproject Reading from stream now uses StreamMessage struct 2017-10-23 09:01:03 -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 2019-01-01 10:42:03 -06:00
Makefile Swarm now functioning with yamux. Still needs more debugging. 2017-11-28 22:44:18 -05:00
README.md Initial commit 2016-10-26 10:34:39 +02:00

README.md

c-libp2p

Implementation of libp2p in C.