/tacozmq

TacoZMQ: a friend to friend darknet written in python and zeromq

Primary LanguagePythonMIT LicenseMIT

#TacoZMQ

TacoZMQ is a friend to friend darknet written in Python and ZeroMQ.

##Current Features

  • Linux variants only for now.
  • Encryption done using the Curve25519 elliptic curve cryptography (ECC) algorithm
  • Self-healing web of peers
  • When someone adds a new peer, their information is spread to all other peers automatically. Each user can then enable that peer if they choose to.
  • File transfers with a download queue.
  • Configurable upload and download rate limits

##Planned Features

  • Directory Downloading
  • Peer Searching
  • Subscibing to a directory to monitoring and download all future updates
  • Put in a issue/feature request if you want something added!
  • Windows + MacOS support.