Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MPQUIC Module for NS3 Simulation

Installation

1. Prerequisites

Please refer to the ns-3 wiki for instructions on how to set up your system to install ns-3.

2. Download ns-3 simulator

Version 3.33 is required for the MPQUIC module. (We recommend Ubuntu 18.04 for ns-3.33 compatibility.)

wget https://www.nsnam.org/releases/ns-allinone-3.33.tar.bz2
tar xjf ns-allinone-3.33.tar.bz2
cd ns-allinone-3.33/ns-3.33/

3. Install MPQUIC module

Make sure that you're now in the ns-3.33 directory.

git clone git@github.com:JiahaiHu/ns3-mpquic.git src/quic

Run the script to patch the application module.

cd src/quic
./patch.sh

4. Build the simulator

Make sure that you're now in the ns-3.33 directory.

./waf configure --enable-tests --enable-examples

Compile the ns-3.

./waf build

About

A Multipath QUIC Module for NS-3 (Datagram Supported)

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages