This new release v2.0.0 updates the application module to be compliant with new ns-3 building system, and adds dedicated class to simplify stats collection.
A description of the framework can be found in the documentation, while an overview of motivation, models, and results can be found in our published papers:
- M. Lecci, M. Drago, A. Zanella, M. Zorzi, "An Open Framework for Analyzing and Modeling XR Network Traffic," IEEE Access, vol. 9, pp. 129782-129795, 2021. Open Access DOI: 10.1109/ACCESS.2021.3113162.
- M. Lecci, A. Zanella, M. Zorzi, "An ns-3 Implementation of a Bursty Traffic Framework for Virtual Reality Sources," Workshop on ns-3 (WNS3), Jun. 2021, Virtual Event, USA, Open access DOI: 10.1145/3460797.3460807.
Changelog:
- Updated to ns-3.37 and moved from
waf
toCMake
. - Added
BurstyAppStatsCalculator
andstats-calculator-example.cc
, to simplify stats collection.