Giter VIP home page Giter VIP logo

vergaraed / c-ipfs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xethyrion/c-ipfs

1.0 0.0 0.0 2.79 MB

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...

License: Other

Makefile 1.49% C 91.67% Objective-C 4.19% C++ 1.51% Shell 1.14%

c-ipfs's Introduction

C-IPFS

IPFS implementation in C, (not just an API client library).

Quick start for users:

  • ipfs init to create an ipfs repository on your machine
  • ipfs add MyFile.txt to add a file to the repository, will return with a hash that can be used to retrieve the file.
  • ipfs cat hash to retrieve a file from the repository

For techies (ipfs spec docs):

Prerequisites - to compile the C version you will need:

How to compile the C version:

First fetch and compile the IPFS companion library (libp2p):

svn co https://github.com/mateuszviste/c-libp2p
cd c-libp2p/trunk
make

Now fetch and compile IPFS itself (and link the libp2p lib)

svn co https://github.com/mateuszviste/c-ipfs
cd c-ipfs/trunk
ln -s ../../c-libp2p/trunk c-libp2p
make

c-ipfs's People

Contributors

jmjatlanta avatar marcialvieira avatar xethyrion avatar mateuszviste avatar agorise avatar squishyhuman avatar payasr avatar

Stargazers

Ed Vergara avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.