-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Description
For a custom project, we need the ability to communicate with the native WiFi feature of an Android device.
The web UI should be able to trigger (and receive) these ConsoleProvider
messages.
For example, a button that sends a provider message, and receives a response of the current SSID of the connected network.
However, technical implementation is open for discussion, and ready to be investigated and researched.
Requirements
- a message that verifies if WiFi is ON on the device.
- a message that can connect to a WiFi network by SSID
- a message that returns the SSID of the current network
- optional: a message that can toggle (or prompt to) WiFi ON or OFF.