can i use this module in arm linux
qqkl662 opened this issue · 3 comments
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.
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.
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?
this is my code
It seems that is caused by the scan interval?! You could try to extend the sleep()
from 5 seconds to other longer values.