Skip to content

andrepuschmann/v2x-lte

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

v2x-lte: ns-3 extension for vehicular communications over LTE

An overview

v2x-lte module is a new ns-3 extension containing a CAM implementation on LTE and one example on how to use the new model.

The code is tested in 3.25 version of ns-3 simulator

Build

Copy and paste the v2x-lte package under src/ folder of the ns-3 simulator.

type the command

./waf configure --enable-examples

followed by

./waf

in the the root directory of the ns-3 simulator. The files built will be copied in the build/ directory.

Run the v2x-lte example

type the command

./waf --run src/v2x-lte/examples/v2x-lte-cell

The source code of the example can be found in the examples/ directory

Acknowledgement

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 93.3%
  • C++ 5.8%
  • Other 0.9%