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.
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.