Go to file
2019-02-11 18:56:52 +01:00
src WIP event core + GLib 2019-02-11 18:56:52 +01:00
CMakeLists.txt WIP event core + GLib 2019-02-11 18:56:52 +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