8000 GitHub - arc3x/TauNet: An encrypted, decentralized, raspberry PI communications software
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

arc3x/TauNet

Repository files navigation

TauNet

(c) Matthew Slocum 2015

Note

This program uses a stream cipher (RC4). There are many known attacks on stream ciphers. DO NOT use this for sensative information.

Dependancies

boost::asio

Build Instructions

Install the boost libraries with the command:

sudo apt-get install libboost-all-dev

Run the make file with the command:

make all

Building Test Suite

run the make file with the command

make test

Running TauNet

TauNet must be run as a root level process to make network connections

sudo ./tauNet [-msg]

Notice

TauNet is distributed with a predefined key. Change this value in the setting menu or by directly editing the key.sec file

License

MIT, see LICENCE file

About

An encrypted, decentralized, raspberry PI communications software

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0