No description
src | ||
CMakeLists.txt | ||
README.md | ||
torrc_simple | ||
udp-echo.py |
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