OFDMA scheduling with OpenWRT

Hi all! I am quite new to OpenWRT and wanted to understand how I could experiment with certain capabilities. For my research, I want to modify Wi-Fi OFDMA scheduling-I want to implement my own schedules, measure performance and make modifications. It would be even better if I could use UORA. Is this something OpenWRT would make possible? How would I go about doing it? Thank you!

From kernel point of view you can access four diffserv queues and override them via other qdisc, the collision avoidance is at much lower level inside wifi chip.

1 Like

I see, would that require modifying the driver then?

I gave you new rattle, now you are supposed to play with it.

Likely not - getting down to the level of the scheduler is going to need access at the driver/firmware level that is not open-source...

4 Likes