Open Cellular Vehicle To Everything (OpenCV2X) - Mode 4

A 3GPP compliant CV2X Mode 4 Open Source implementation for OMNeT++

SFI Logo


SFI Logo


CONNECT Logo


UCC Logo

Download OpenCV2X with Artery

Two download options are available:
1) Direct Download
2) Download via Git

Direct Download GitHub

1. Direct Download:

Download the tar ball, unpack it and follow the installation here.

2. GitHub Download

If you wish to download the project from GitHub there are two methods by which this can be done.

Method 1:
Clone the following repository
git clone https://github.com/brianmc95/OpenCV2X.git
Install all the submodules through the following command
git submodule update --init --recursive
Method 2:
You can also clone the following way to get it all at once
git clone --recurse-submodule https://github.com/brianmc95/OpenCV2X.git

If you get an error similar to the below use git submodule sync to ensure that the correct versions will install.

git submodule update --init --recursive error: Server does not allow request for unadvertised object d3a9540affb8a5cc68266fe4ca9500586da125de Fetched in submodule path 'extern/vanetza', but it did not contain d3a9540affb8a5cc68266fe4ca9500586da125de. Direct fetching of that commit failed.

Produced with the support of Science Foundation Ireland (SFI) under Grant No: 17/RC-PhD/3479, and is co-funded under the European Regional Development Fund under Grant 13/RC/2077.