ms-van3t-devs / ms-van3t

A multi-stack, ETSI compliant, V2X framework for ns-3.
GNU General Public License v2.0
102 stars 33 forks source link

First draft of the CBRSupervisor #31

Closed Diegomangasco closed 2 months ago

Diegomangasco commented 2 months ago

This Pull Request add to the simulator the CBRSupervisor, where CBR stands for Channel Busy Ratio. This metric, fundamental for many applications, is extracted for each node inside the simulation through the ns-3 loggers. Then a new simulation scenario is inserted inside the folder "src/automotive/examples/sumo_files_v2v_map_congestion" that is used in the configuration file "src/automotive/examples/v2v-cam-congestion-80211p.cc" where the CBRSupervisor is properly set and employed.