This project analyzes end-to-end communication delay and packet loss using Datang Gohigh C-V2X OBU and RSU.
- Analyzes the characteristics of C-V2X end-to-end delay, such as maximum delay, minimum delay, packet loss rate, etc.
- Uses a well-formatted table to output the delay characteristics.
- Draws a figure to compare C-V2X end-to-end delay under different packet data sizes.
- Install the required Python packages, including NumPy, Pandas, Matplotlib, PrettyTable, and brewer2mpl:
pip install numpy pandas matplotlib prettytable brewer2mpl
- Run the main.ipynb file.
Special thanks to @yanguozhi for providing great help in obtaining the original C-V2X delay data.