Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

[Question] WIFI devices discovery and connection processes #2066

Open
PavelRPavlov opened this issue Dec 6, 2022 · 0 comments
Open

[Question] WIFI devices discovery and connection processes #2066

PavelRPavlov opened this issue Dec 6, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@PavelRPavlov
Copy link

We have a custom hardware device which acts as an WIFI Access Point and we have a XamarinForms application which should connect to the hardware device and communicate to it using TCP protocol. Now we want to automate the device discovery and device connection processes on the application side. For that we tried using Xamarin.Essentials package and its Connectivity features but it does not allow controlling the WIFI devices discovery process. It only provides you with information about the connection you may have.

@jamesmontemagno
So my question is, does XamarinForms provide any tools for controlling the WIFI device discovery process from the shared codebase?

Since the application already knows the network name and the password for it, I was wondering if there is a way to use that information to automate how the app connects to the hardware device. Ideally we would like to make it unnoticeable for the end user. I know there are different limitations around WIFI scans on Android and similar may apply for iOS and this is why I am asking if there is cross platform tooling around this functionality.

@PavelRPavlov PavelRPavlov added the bug Something isn't working label Dec 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant