We aim at creating pluggable set of interceptors that work with pion for accurate bandwith estimation and simulcast resolving in dynamic network conditions.
Also, there are some experiments with ns3 + webrtc
- Init submodules:
git submodule init --recursive
- Build WebRTC outside the repo using the manual
- Clone and build ns3 outside the repo using the manual
- Compile simulator using CMake with options
-DNS3_INSTALL_DIR=/path/to/ns3/build -DWEBRTC_SRC_DIR=/path/to/webrtc/src -DWEBRTC_INSTALL_DIR=/path/to/webrtc/src/out/Default
All new code is licensed under the MIT License. This project also utilizes Cisco libraries, which are licensed under the Apache License 2.0.