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

Server should have a bootstrap::wifi_list route that returns the list of available networks #3

Open
rschulman opened this issue Mar 30, 2017 · 0 comments
Assignees
Milestone

Comments

@rschulman
Copy link
Member

There should be an endpoint available via GET that takes no arguments and returns a JSON object that is an array containing objects, one per available wifi network, consisting of:

  • SSID: a string containing the name of the network
  • encryption: a string consisting of one and only one of the following: None, WEP, WPA, WPA2
  • strength: an integer representing dBm of the network
@rschulman rschulman self-assigned this Apr 20, 2017
@rschulman rschulman added this to the 0.1 milestone Apr 20, 2017
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

No branches or pull requests

1 participant