/ Published in: Python
Rudimentary python wifi signal level monitor using pythonwifi library. $ easyinstall pythonwifi
Expand |
Embed | Plain Text
import time from pythonwifi.iwlibs import Wireless wifi = Wireless('eth1') while True: print wifi.getStatistics()[1].getSignallevel() time.sleep(1)
You need to login to post a comment.
