Go to file
2019-02-22 15:22:06 +01:00
scripts Refactor measuring latency program 2019-02-22 15:22:06 +01:00
src Refactor measuring latency program 2019-02-22 15:22:06 +01:00
.gitignore Add a gitignore 2019-02-21 14:27:09 +01:00
CMakeLists.txt Refactor how UDP ports are handled 2019-02-19 19:15:37 +01:00
Dockerfile Refactor measuring latency program 2019-02-22 15:22:06 +01:00
README.md Refactor measuring latency program 2019-02-22 15:22:06 +01:00
torrc_simple Less log, fix buffer packet management 2019-02-20 09:34:10 +01:00
udp-echo.py Rework loop 2019-02-20 17:46:58 +01:00

Donar

Linphone configuration

Choose a SIP UDP, Audio RTP/UDP and Video RTP/UDP that is different between your clients. Go to manage account. Add a new SIP proxy.

Username: <username>@127.13.3.7:<SIP_PORT>
Proxy: 127.13.3.7:<SIP_PORT>
Leave the rest empty.
Uncheck all the checkboxes.

Docker build

sudo docker build -t registry.gitlab.inria.fr/qdufour/donar .
sudo docker push registry.gitlab.inria.fr/qdufour/donar