Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

tderrmann/LuSTLTE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Veins LTE

Veins LTE adds LTE support to the vehicular network simulation framework Veins.

Prerequisites

  • Install OMNeT++.
  • Install SUMO.
  • Clone this repository (or download the zip file).
  • If you are on Linux:
    • switch to the root of the repository and type
    • make makefiles
    • make
    • go to the veins subdirectory and start SUMO with sumo-launchd.py. For example ./sumo-launchd.py -p 9999 -vv -c sumo-gui
    • go to the folder veins/examples/heterogeneous and run the example.
  • If you are on Windows:
    • TODO (Currently there seem to be several issues with Veins LTE on Windows, we are working on them)

Further information can be found on the Veins LTE Website.