wineslab / colosseum-scope

Source code for the paper L. Bonati, S. D'Oro, S. Basagni, and T. Melodia, "SCOPE: An Open and Softwarized Prototyping Platform for NextG Systems," in Proceedings of ACM MobiSys, June 2021.
https://dl.acm.org/doi/10.1145/3458864.3466863
GNU General Public License v3.0
35 stars 14 forks source link

questions about scope_start.py #9

Closed hanghoo closed 1 day ago

hanghoo commented 1 week ago

Hello,

I have successfully run the SCOPE and O-RAN near-RT RIC tutorial on the Colosseum testbed. The scope-based BS and UEs both can run scope_start.py with radio_interactive.conf for iperf3 testing. If there is needed to run different traffic based on the Traffic Generator (TGEN) with collecting metrics, where I should start? Thank you very much for your assistance!

leonardobonati commented 4 days ago

Hello,

To run different traffic, you can set the iPerf flag in the radio_interactive.conf to False and run your own traffic. To use the traffic generator you need to use commands such as iptables to perform SNAT/DNAT of the packets with the addresses of BS and UEs.

hanghoo commented 1 day ago

Hi @leonardobonati, thank you very much for your suggestions. I will look at the MGEN tool.