-
Notifications
You must be signed in to change notification settings - Fork 431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wifi Facade. OSX, Windows, Linux #213
Conversation
Works smoothly in scanning for windows part, need to work a little on connecting with a network. (Will fix pep8 issues after the linux part update.) |
I have tested it. @akshayaurora @kived 😄 Windows part was a headache 😛. |
could be merged. |
It currently supports enabling, connecting, disconnecting, scanning and | ||
getting network information. | ||
|
||
Usage example |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Usage example should be short and simple, like
from player import wifi
To enable wifi just do::
wifi.enable()
@kiok46 thanks! |
This PR provides following features: