bastibl / gr-ieee802-11

IEEE 802.11 a/g/p Transceiver
https://wime-project.net/
GNU General Public License v3.0
731 stars 286 forks source link

Muitlple Receivers WiFi Card setup #378

Closed Acoustical closed 1 year ago

Acoustical commented 1 year ago

Hi there! I've follow your tutorial to setup WiFi Cards. I wonder if it is possible to setup WiFi Cards to do synchronization for multiple receivers. ( The WiFi MAC Block only have 1 src and 1 dst mac address ) image

Thank you so much!

bastibl commented 1 year ago

I'm not sure what you are asking for. The MAC addresses that is configured in this block just adds a static header to all frames that are transmitted. There is no actual MAC functionality (like CSMA/CA or signaling w/ control and management frames).

Acoustical commented 1 year ago

Got it! Thanks for the reply!

Forgive my previous unclear statement. I meant multiple receivers.

I've already found the answer to my question in closed issues ( https://github.com/bastibl/gr-ieee802-11/issues/337 ).

Thank you again for the help!