Skip to content

NinjaDevelper/StorjTelehash

Repository files navigation

Build Status Coverage Status

Messaging Layer on Storj Platform by Telehash

Explanation about messaging layer is here.

Requirements

This requires

  • g++ (v4.8 or higher for test)
  • python (2.x or 3.x)

Installation

To install

$ python setup.py install

To run the associated tests:

$ make test
$ LD_LIBRARY_PATH=libtap ./test

To run the associated tests for python:

$ python  setup.py test -a "--doctest-modules --pep8 -v tests/"

for Windows OS, Cygwin must be installed first.

  1. download cygwin installer from here and run it.
  2. go forward to package selection, and select packages below, and go forward to install them.

under devel category:

  1. gcc-g++
  2. make
  3. git

under Python category:

  1. python
  2. python3
  3. python-setuptools
  4. python3-setuptools

After that run c:\cygwin\cygwin.bat, where you can install and run StorjTelehash.

Usage

API Document for messaging , which is concorete implementation of abstract messaging layer by telehash-c , is here

API Document for telehashbinder , which is classes/functions used by storjtelehash, is here

Contribution

Improvements to the codebase and pull requests are encouraged.

About

Messaging Layer on Storj Platform by Telehash

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published