-
Notifications
You must be signed in to change notification settings - Fork 41
Home
This is a repository for the development of WLAN IEEE 802.11ad model in ns-3. The implemented model supports the following features:
- DMG Channel Access Periods (BTI/A-BFT/ATI/DTI with both CBAP and Service Periods).
- Beamforming Training (BT) in BHI and DTI.
- Abstract DMG PHY layer for DMG CTRL/SC/OFDM.
- Fast Session Transfer (FST) Mechanism.
- DMG Relay Support (Full Duplex).
- DMG PLCP Model for 802.11ad frame.
- 60 GHz Directional Antenna Model.
The implementation is based on the available model of WLAN IEEE 802.11 in ns-3. The following paper includes a background on IEEE 802.11ad, implementation details, and evaluation section for this model. If you use our model in your research, please cite the following paper:
Implementation and Evaluation of a WLAN IEEE 802.11ad Model in ns-3. Hany Assasa, Joerg Widmer (June 2016) The Workshop on ns-3 (WNS3 2016), 15-16 June 2016, Seattle, WA, USA
We are planning to develop and add the following features to the project:
- Half Duplex DMG Relay Support.
- Fast Link Adaptation.
- Dynamic Channel Allocation (Polling).
- Reverse Direction Protocol (RDP).
- Statistical Channel Model + Raytracing Model for Millimeter-Wave Band.
- Beamformed Link Maintenance.
- Decentralized Clustering.
- Spatial Sharing.
If you are willing to work on one of the previous features, we are happy to collaborate.
Before start using the 802.11ad model, please keep the following in mind:
- Understand WLAN IEEE 802.11 MAC/PHY operations. There are plenty of references on the Internet describing CSMA/CA protocol and the evolution of 802.11 protocol.
- Get familiar with ns-3 and how to run simulations in ns-3. Have a look on the tutorial page of the simulator.
- Finally, understand the existing Wifi Model in ns-3 which implements WLAN IEEE 802.11a/b/g/n/ac. Once you have done all these steps, you can proceed with my model.
The current implementation is based on ns3-25. In order to save time and evaluate the IEEE 802.11ad model only, type the following command:
./waf configure --disable-examples --disable-tests --disable-python --enable-modules='applications','core','internet','point-to-point','wifi'
./waf build
The previous command builds the required models only to run IEEE 802.11ad with its provided scripts in debug mode. To build the project in optimized mode for fast execution type the following command:
./waf configure --disable-examples --disable-tests --disable-python --enable-modules='applications','core','internet','point-to-point','wifi' --enable-static -d optimized
./waf build
The project includes different scripts located in scratch folder to test the previous listed features and mechanisms. At the beginning of each script, we include some description regarding the tested feature + network topology + expected output + usage method.
In case you come across a bug during the usage of the original model, please report the problem to the following email address (hany.assasa@gmail.com). In the email, please include the following:
- Simulation file with small description on the simulated scenario and the expected output.
- Exact run parameters which caused the simulation to crash.
Please do not report any problem related to your own modification of the original code.
The model is developed and maintained by [Hany Assasa](http://people.networks.imdea.org/~hany_assasa/ http://people.networks.imdea.org/~hany_assasa/). For more information about the author research, please check his personal website.