I want to send/receive out some data from a raspberry pi using the WLAN protocol IEEE-802.11n. I tried searching a lot but could not find any library in any language which can send/receive data sent through the ieee 802.11n protocol. My receiver is also a raspberry pi.
Basically, the sender is connected to some devices and is supposed to send out some data which is to be sent through the wifi (ieee.802.11n) to another raspberry pi. And to add to my problems how is the data sent from the sender is not known. All I know is that it is sent through the ieee.802.11n protocol.(There is a wifi dongle attached to the senders raspberry pi.)
So if someone could point me to a library or any solution as to how to read that data sent through this protocol.