wraith-wireless / PyRIC

Python wireless library for Linux
http://wraith-wireless.github.io/PyRIC
Other
93 stars 51 forks source link

Question: Can you help me with nl80211 in C++ #37

Closed MisterBianco closed 5 years ago

MisterBianco commented 6 years ago

I have used your library in a sniffer program and love the high level nature of the library. Your library is easily my favorite python module of all time.

Now I am in a C++ class and want to reproduce the sniffer in C++ and am looking to open a socket on a card and change its channel periodically. I got the packet sniffing down so this is the last piece and was hoping you could help.

So to repeat: I need to open a socket to a wireless card passed by name Change its channel.

Hope you can help.