nyuwireless-unipd / ns3-mmwave

ns-3 module for simulating mmWave-based cellular systems. See https://ieeexplore.ieee.org/document/8344116/ (open access) as a reference.
GNU General Public License v2.0
292 stars 190 forks source link
mmwave mmwave-5g-networks network ns-3 simulation

mmWave ns-3 module

This is an ns-3 module for the simulation of 5G cellular networks operating at mmWaves. A description of this module can be found in this paper.

Main features:

Installation

This repository contains a complete ns-3 installation with the addition of the mmwave module.

Use these commands to download and build ns3-mmwave:

git clone https://github.com/nyuwireless-unipd/ns3-mmwave.git
cd ns3-mmwave
./ns3 configure --disable-python --enable-examples && ./ns3 build

Usage example

You can use the following command to run the mmwave-simple-epc example.

./ns3 run mmwave-simple-epc

Other examples are included in src/mmwave/examples/

Documentation

The documentation of this module is available at this link.

Related modules

References

The following papers describe in detail the features implemented in the mmWave module:

These other papers describe features that were implemented in older releases:

If you use this module in your research, please cite:

M. Mezzavilla, M. Zhang, M. Polese, R. Ford, S. Dutta, S. Rangan, M. Zorzi, "End-to-End Simulation of 5G mmWave Networks," in IEEE Communications Surveys & Tutorials, vol. 20, no. 3, pp. 2237-2263, thirdquarter 2018. bibtex available here

Future work

We are actively developing new features for the mmWave module, including:

About

This module is being developed by NYU Wireless and the University of Padova. This work was supported in part by the U.S. Department of Commerce National Institute of Standards and Technology through the Project “An End-to-End Research Platform for Public Safety Communications above 6 GHz” under Award 70NANB17H16.

Authors

The ns-3 mmWave module is the result of the development effort carried out by different people. The main contributors are:

License

This software is licensed under the terms of the GNU GPLv2, as like as ns-3. See the LICENSE file for more details.