myplanet icon indicating copy to clipboard operation
myplanet copied to clipboard

manage wifi by app

Open dogi opened this issue 2 years ago • 2 comments

dogi avatar Aug 11 '23 11:08 dogi

Using a Raspberry Pi device that acts as a central server for users connecting to it via Wi-Fi. We need to implement a system where we can automatically disconnect users from the Wi-Fi network when a certain limit of users is reached. Additionally, you want to automatically reconnect users when the number of connected users decreases to an allowed number.

Challenge: Our challenge lies in managing Wi-Fi connections on Android devices running Android 10 and above. Previously, we were able to remotely switch off and on Wi-Fi connections to regulate the number of connected users. However, due to security and privacy restrictions introduced in Android 10 and later versions, this approach is no longer feasible.

Proposed Solution: To address this issue, we are considering implementing Android Enterprise Mobility Management (EMM) as a potential solution.

Okuro3499 avatar Aug 26 '23 07:08 Okuro3499

EMM documentation for company owned devices https://developers.google.com/android/work/overview#company-owned-work-profile

Okuro3499 avatar Aug 28 '23 11:08 Okuro3499