Skip to content

arghasen10/endash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EnDash-5G

EnDash-5G: A wrapper over the popular DASH-based ABR streaming algorithm, which utilizes network aware video chunk download. Entire implementation is done on ns-3.

Installation

To add EnDash in ns3 apply the following steps.

cd ns3-mmwave
./src/create-module.py endash
rm -rf endash
git clone https://github.com/arghasen10/endash.git
cd endash

Run ns3 script

To start the simulation apply the following steps.

cd ns3-mmwave
./waf configure
./waf build
cp src/endash/examples/endash/multicell-endash.cc scratch/
./waf --run scratch/multicell-endash

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published