Skip to content

Documentation for datahop-ipfslite and datahop-clients

Notifications You must be signed in to change notification settings

datahop/docs-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

IPFS-Lite

Go Reference Go Report Card Actions Status codecov

IPFS-Lite is an embeddable, lightweight IPFS peer. This fork started from ipfs-lite.

It offers all the features of main ipfs-lite. For certain requirements of datahop it adds some more features of full ipfs, such as config, repo, leveldb etc.

Examples

cli client

 go run ./examples/litepeer/litepeer.go

mobile client

  go run ./examples/mobilepeer/mobilepeer.go

Objectives

  • create cache repo as ipfs
  • have persistent config information (Id, keys, ports, bootstraps etc)
  • use leveldb as datastore to set up peer
  • generate gomobile binding for android
  • adding content
  • replicating content
  • remove content
  • remove respective replication info for removed content
  • bootstrap mobile client
  • cli for bootstrap peer

Documentation

Go pkg docs

License

Copyright 2021 Datahop

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an " AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Acknowledgment

This software is part of the NGI Pointer project "Incentivised Content Dissemination at the Network Edge" that has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 871528

ngi logo eu logo

About

Documentation for datahop-ipfslite and datahop-clients

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published