zhijuanli / ns-3_c-v2x

Cellular Vehicle-to-Everything (C-V2X) Mode 4 model for ns-3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cellular Vehicle-to-Everything (C-V2X) Mode 4 Communication Model for ns-3

A ns-3 model for C-V2X Mode 4 communication based on the ns-3 D2D model from NIST.

TU Dortmund University InVerSiV SFB 876 Communication Networks Institute EFRE DFG

The work on this paper has been partially funded by the federal state of Northrhine-Westphalia and the “European Regional Development Fund” (EFRE) 2014-2020 in the course of the InVerSiV project under grant number EFRE-0800422 and by DeutscheForschungsgemeinschaft (DFG) within the Collaborative Research Center SFB 876 project B4.

Installation

  1. Clone or download the source code from this repository
  2. Navigate to the root directory of the cloned/downloaded repository
  3. Configure the project using the command
   ./waf configure
  1. Build the project using the command
   ./waf build

For more details regarding the configuration and building of ns-3 projects see the ns-3 documentation.

Usage

A example script for the usage of the C-V2X Mode 4 is located in the scratch directory of this repository (v2x_communication_example.cc). To run the example script run:

   ./waf --run v2x_communication_example

Cite as

If you use our model in your research, please cite the following paper:

F. Eckermann, M. Kahlert, C. Wietfeld, "Performance Analysis of C-V2X Mode 4 Communication Introducing an Open-Source C-V2X Simulator", In 2019 IEEE 90th Vehicular Technology Conference (VTC-Fall), Honolulu, Hawaii, USA, September 2019.

Bibtex:

@InProceedings{Eckermann2019performance,
    Author = {Fabian Eckermann and Moritz Kahlert and Christian Wietfeld},
    Title = {Performance Analysis of {C-V2X} Mode 4 Communication Introducing an Open-Source {C-V2X} Simulator},
    Booktitle = {2019 IEEE 90th Vehicular Technology Conference (VTC-Fall)},
    Year = {2019},
    Address = {Honolulu, Hawaii, USA},
    Month = {September},
}

About

Cellular Vehicle-to-Everything (C-V2X) Mode 4 model for ns-3

License:GNU General Public License v2.0


Languages

Language:C++ 93.6%Language:Python 3.5%Language:C 1.2%Language:Perl 1.1%Language:MATLAB 0.1%Language:Makefile 0.1%Language:Shell 0.1%Language:Click 0.1%Language:Gnuplot 0.0%Language:Batchfile 0.0%