Go to file
2019-02-12 22:38:42 +01:00
src Debugged software! 2019-02-12 22:38:42 +01:00
CMakeLists.txt Working server part + rename binary 2019-02-12 19:40:12 +01:00
README.md Update README with a checklist 2019-02-08 18:23:59 +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