You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: