P2PSP / console

A console version of the P2PSP entities (Splitter, Peer, etc)
GNU General Public License v3.0
4 stars 8 forks source link

A console version of the P2PSP entities

Join the chat at https://gitter.im/P2PSP/console

Pre-requisites

Linux

$ sudo apt-get install libssl-dev
$ sudo apt-get install cmake
$ sudo apt-get install libboost-all-dev

Cloning

git clone git@github.com:P2PSP/core.git
git clone git@github.com:P2PSP/p2psp-console.git

Build from Source

cd core
./make.py
cd ../console
./make.py

Usage

Basic

I-want-to-use-it

Advanced

Advanced User Manual