An SDR-based C-V2X Traffic Generator based on srsLTE.
The work on this paper has been partially funded by Deutsche Forschungsgemeinschaft (DFG) within the Collaborative Research Center SFB 876 project B4.
The build dependencies are the same as for srsLTE and can be found here.
git clone https://github.com/FabianEckermann/cv2x-traffic-generator.git
cd cv2x-traffic-generator
mkdir build
cd build
cmake ../
make
sudo make install
The traffic generator can be used with static settings
cv2x_traffic_generator -a clock=gpsdo -s 0 -l 5
or with a configuration file (an example config file is included in this repository)
cv2x_traffic_generator -a clock=gpsdo -i sf_config.csv -o logfile.csv
If you use this traffic generator in your research, please cite the following paper:
F. Eckermann, C. Wietfeld, "SDR-based open-source C-V2X traffic generator for stress testing vehicular communication", In 2021 IEEE 93rd Vehicular Technology Conference (VTC-Spring), Helsinki, Finland, April 2021.
@InProceedings{Eckermann2021sdr,
Author = {Fabian Eckermann and Christian Wietfeld},
Title = {{SDR}-based open-source {C-V2X} traffic generator for stress testing vehicular communication},
Booktitle = {2021 IEEE 93rd Vehicular Technology Conference (VTC-Spring)},
Year = {2021},
Address = {Helsinki, Finland},
Month = {April}
}