Skip to content
/ totient Public

peer-to-peer file sharing project based on bittorrent and built with ZeroMQ.

License

Notifications You must be signed in to change notification settings

pin3da/totient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

07810e2 · Sep 25, 2015

History

87 Commits
Sep 25, 2015
Dec 11, 2014
Sep 24, 2015
Dec 11, 2014
Dec 6, 2014
Sep 25, 2015
Sep 24, 2015

Repository files navigation

Totient

Totient is a peer-to-peer file sharing project based on bittorrent, is built using ZeroMQ to connect things and ZMQPP to make this easier.

The project just have two components, peers and trackers. peers and trackers are connected in a non-restricted way, so if you want to connect to the Totient cloud you just need to know one tracker's address.

Dependencies

Compile

# To compile peers and trackers
make
# To compile peers
make peer
# To compile trackers
make trackers

Clean

make clean

Documentation

See the full documentation at doc

Contribute

Feel free to fork, modify and send us a pull request. We will respond as soon as possible.


Manuel Pineda - Carlos González.

About

peer-to-peer file sharing project based on bittorrent and built with ZeroMQ.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published