Go to file
Quentin Dufour 90671b80ba Listen all
2019-02-11 17:01:18 +01:00
src Listen all 2019-02-11 17:01:18 +01:00
CMakeLists.txt Rework files, add getopt 2019-02-11 10:23:38 +01:00
README.md Update README with a checklist 2019-02-08 18:23:59 +01:00

Donar

Checklist

  • (Server) Connect to Tor Daemon to register Onion Services
  • (Client) Socks5 Protocol
  • (Server) Create multiple TCP servers, register them in epoll
  • (Client) Listen to UDP
  • (Server) Forward incoming traffic to a UDP server
  • (Both) Take parameters from command line (getopt ?)
  • (Both) Provide a nice abstraction for my algorithms