open-sdr / openwifi

open-source IEEE 802.11 WiFi baseband FPGA (chip) design: driver, software
GNU Affero General Public License v3.0
3.68k stars 627 forks source link

replace csma/ca with tdma in openwifi #271

Closed whalevoy closed 1 year ago

whalevoy commented 1 year ago

Teacher Jiao ,another question,we will transfer mass data frequently in our project , is it necessary that csma/ca is replaced by tdma in openwifi? and do you have some suggestion to do that work?

JiaoXianjun commented 1 year ago

You need to look at the publications page https://github.com/open-sdr/openwifi/blob/master/doc/publications.md

There are many TDMA related works. You can learn and do it yourself.

For openwifi itself, it is just a standard cams/ca WiFi.

We do have internal openwifi version that runs TDMA, but this is under different commercial/non-opensource license.