awkman / pywifi

A cross-platform module for manipulating WiFi devices.
MIT License
447 stars 154 forks source link

can i use this module in arm linux #41

Open qqkl662 opened 5 years ago

qqkl662 commented 5 years ago

i have a embedded board named Raspberry PI,this board is based on arm linux instead of x64 linux. Can i use "pywifi" in my board? If i can,how to install this module? Thank you.

awkman commented 5 years ago

pywifi is independent of cpu arch but it relies on the wpa_supplicant on Linux. Thus, if your OS on your board adopts wpa_supplicant to control the wifi adapter, you could directly down pywif source to use.

qqkl662 commented 5 years ago

pywifi is independent of cpu arch but it relies on the wpa_supplicant on Linux. Thus, if your OS on your board adopts wpa_supplicant to control the wifi adapter, you could directly down pywif source to use.

Thank you for your reply,I have use this module in arm linux. However,when i run the program,i meet this error or warning? problem this is my code code

awkman commented 5 years ago

It seems that is caused by the scan interval?! You could try to extend the sleep() from 5 seconds to other longer values.