We might have found a solution

This commit is contained in:
Quentin 2019-02-19 23:19:46 +01:00
parent 131c12dc9c
commit 3f14980eb8

View file

@ -1,11 +1,9 @@
# Donar # Donar
## Checklist ## Linphone configuration
* [x] (Server) Connect to Tor Daemon to register Onion Services Choose a SIP UDP, Audio RTP/UDP and Video RTP/UDP that is different between your clients.
* [x] (Client) Socks5 Protocol Check behind NAT/Firewall.
* [x] (Server) Create multiple TCP servers, register them in epoll Set public IP as 127.0.0.2
* [x] (Client) Listen to UDP Manage your SIP account --> Add
* [x] (Server) Forward incoming traffic to a UDP server Fill the SIP identity and the proxy address with respectively `sip:<user>@127.0.0.1:<port>` and `sip:127.0.0.1:<port>`
* [x] (Both) Take parameters from command line (getopt ?)
* [x] (Both) Provide a nice abstraction for my algorithms