Forked from xethyrion/c-ipfs
IPFS implementation in C. Why C? Think about archive backups, eliminate http and DNS attack vectors, OpenWrt routers (decentralize the internet/meshnet!), Android TV and seeder streams, decentralized Media, decentralized websites, decentralized Apps, Browsers and mobile chat, decentralized CDN's and App Stores, RasPi's, old pc's and more...
|
4 years ago | |
---|---|---|
.github | 4 years ago | |
blocks | 4 years ago | |
c-libp2p @ d0c319a88c | 4 years ago | |
cid | 4 years ago | |
cmd | 4 years ago | |
commands | 4 years ago | |
core | 4 years ago | |
datastore | 4 years ago | |
dnslink | 4 years ago | |
exchange | 4 years ago | |
flatfs | 4 years ago | |
importer | 4 years ago | |
include | 4 years ago | |
journal | 4 years ago | |
lmdb @ 6b62ada62a | 4 years ago | |
main | 4 years ago | |
merkledag | 4 years ago | |
multibase | 4 years ago | |
namesys | 4 years ago | |
path | 4 years ago | |
pin | 4 years ago | |
repo | 4 years ago | |
routing | 4 years ago | |
test | 4 years ago | |
thirdparty | 4 years ago | |
unixfs | 4 years ago | |
util | 4 years ago | |
.cproject | 5 years ago | |
.gitignore | 5 years ago | |
.gitmodules | 4 years ago | |
.project | 6 years ago | |
LICENSE | 4 years ago | |
Makefile | 4 years ago | |
README.md | 4 years ago |
IPFS implementation in C, (not just an API client library).
And of course this project at https://github.com/Agorise/c-ipfs
git submodule update --init --recursive
make all