boconne3 / plexe-veins

This is the raw code produced from some of my master's project. The code has not been fully cleaned up or streamlined

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plexe-Veins

Plexe is an extension of the popular Veins vehicular network simulator which permits the realistic simulation of platooning (i.e., automated car-following) systems. It features realistic vehicle dynamics and several cruise control models, permitting the analysis of control systems, large-scale and mixed scenario, as well as networking protocols and cooperative maneuvers. It is free to download and easy to extend.

This is the main repository for the Veins part of the Plexe simulator. Please see the official website for the documentation.

Code structure

Code is organized into branches:

  • master: the master branch is the development branch. It includes commits that are considered relatively stable. This somehow replaces the old plexe-dev branch, but the commits should be more stable and tested.
  • plexe-x.y: branches of this form tag stable releases. If you want to switch to version 2.1, simply checkout the plexe-2.1 branch.

About

This is the raw code produced from some of my master's project. The code has not been fully cleaned up or streamlined

License:GNU General Public License v2.0