Appearance
flake-wifi-provisioning
[Flake-Wifi-Provisioning]
This module contains the necessary code to do a wifi provisioning on a flake router. Since not every project needs this functionalities (e.g. when the router does not have wifi), its are in a separate module.
This module works with adding a extension function to the FlakeClient. When there is an active connection, the user can receive a WifiServiceFlakeObject with calling FlakeClient.getWifiServiceFlakeObject(). The WifiServiceFlakeObject then offers the possibility to receive updates to the current state, scan and connect to wifis.
This module uses plain flake-core components in the background in order to realise that. Everyone can build it himself if something similar but more specific is needed.
Changelog
v0.0.11:
- Implemented incoming custom messages reply
v0.0.10:
- BSSID as ByteArray
v0.0.9:
- BSSID as ByteArray
v0.0.8:
- BSSID as ByteArray
v0.0.7:
- Fix for casting exception for token
v0.0.6:
- Updated wifi service
v0.0.5:
- Fix for wrong wifi service uuid
v1.0.1:
- Splitted library into modules
Packages
Name |
---|
de.imagineon.flake_wifi_provisioning |
de.imagineon.flake_wifi_provisioning.flakeobject |
de.imagineon.flake_wifi_provisioning.models |