C-V2X Interoperability Analyzer
April 9, 2025 ยท View on GitHub
This repository contains a software tool that is a Cellular Vehicle-to-Everything (C-V2X) interoperability analyzer written in Python. This tool can be used to automatically parse PDML packet traces collected during interoperability testing, analyze and assess C-V2X compatibility and interoperability among commercial On-Board Units (OBUs) and Road-Side Units (RSUs) based on IEEE 1609.2, IEEE 1609.3, and SAE J2735 standards to achieve and assure interoperability across devices and vendors.
How to Use
-
Install git and Python 3.12. The installation procedure varies depending on your operating system.
- On Debian and Ubuntu Linux, run
sudo apt install git python3-pipin a terminal. - On Windows, first download and install git from here, then download and install Python 3.12 from here. Make sure to select "Add python.exe to PATH" in the Python installer. Open a Git Bash terminal and navigate to the relevant directory.
- On Debian and Ubuntu Linux, run
-
Install PDM. For example, using plain pip:
pip install -U --user pdmAlternatively, using pipx:
pipx install pdmOr with uv:
uv tool install pdmRefer to the PDM documentation for more installation options.
-
Clone this repository.
git clone https://github.com/usnistgov/C-V2XInteroperabilityAnalyzer.git cd C-V2XInteroperabilityAnalyzer -
Install all required dependencies.
pdm install -
Run the analyzer with the target PDML file name as argument.
pdm run src/cv2x-interop-analyzer.py example.pdmlBy default the output is printed to stdout, but can be redirected or piped to a text file using the shell.
pdm run src/cv2x-interop-analyzer.py example.pdml > output.txt pdm run src/cv2x-interop-analyzer.py example.pdml | tee output.txt
Contact Information
This repository is maintained by:
Eugene Songh (@eysong)
Citation Information
You can cite this software in technical publications as:
Eugene Song (2025), C-V2X Interoperability Analyzer, National Institute of Standards and Technology, https://doi.org/10.18434/mds2-3726
References
- C-V2X Interoperability Testing Datasets https://data.nist.gov/od/id/mds2-3541
- C-V2X Interoperability Testing Datasets: Description and Use https://www.nist.gov/publications/c-v2x-interoperability-testing-datasets-description-and-use