No description
Find a file
Quentin Dufour 670b64e56c Clean code
2019-02-13 14:17:06 +01:00
src Clean code 2019-02-13 14:17:06 +01:00
CMakeLists.txt Working server part + rename binary 2019-02-12 19:40:12 +01:00
README.md Cross all the boxes! 2019-02-12 22:39:52 +01:00
torrc_simple Working UDP and socket cleaning 2019-02-12 19:29:00 +01:00
udp-echo.py Working UDP and socket cleaning 2019-02-12 19:29:00 +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