Skip to content
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

FIX: Wifi in Python 3 #78

Merged
merged 1 commit into from
Jul 18, 2018
Merged

FIX: Wifi in Python 3 #78

merged 1 commit into from
Jul 18, 2018

Conversation

klanderson
Copy link
Contributor

Make ssdp.py work in both Python 2 and 3
Switch a urllib call in wifi.py to use requests

These changes were necessary to get wifi working with a Cyton and WiFi shield in Python 3.

ssdp.py is kind of hacky, is there a package available that would do this better?

Make ssdp.py work in both Python 2 and 3
Switch a urllib call in wifi.py to use requests
@andrewjaykeller
Copy link

Thanks @klanderson I would love a better way to discover the wifi shields! Any idea?

@andrewjaykeller andrewjaykeller merged commit ab912a9 into openbci-archive:master Jul 18, 2018
@klanderson
Copy link
Contributor Author

Yeah I don't know of any better way, but surprised there isn't something plug and play for that sort of thing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants