A Cellular Vehicle-to-Everything (C-V2X) Interoperability Analyzer based on SAE J2735 and IEEE 1609.2/1609.3 standards.
-
Clone this repository.
-
Ensure
lxmlandpandaspython libraries are installed. -
Run the python script with the target pdml file name as argument.
python3 C-V2XIoPAnalyzer.py example.pdml
-
Output is printed to stdout, but can be redirected or piped to a text file using the shell.
python3 C-V2XIoPAnalyzer.py example.pdml > output.txt python3 C-V2XIoPAnalyzer.py example.pdml | tee output.txt