I have created a project repo that consolidates all the project dev work. There repo is at
https://github.com/PTS-DPOS/PTSThere are two branches - master and develop. The master branch will be used for LIVE roll-outs - ie end-users will be getting from this branch. The develop branch is used mainly for new codes in development (eg new features), bug fixes and testing. Since we are not LIVE yet, the two branches are the same at the moment.
To join in the testing of the network, please follow the following steps:
1) git clone
https://github.com/PTS-DPOS/PTS2) git checkout develop
3) git submodule init
4) git submodule update
5) cmake .
6) make
7) cd cd PTS/programs/client/
8 ) ./pts_client
Our testing are mainly done on Linux. We recommend UBUNTU 14.04 for the tests.
Bugs can be reported here or using github issues tracker.