'.Net 5.0 Wifi manager cross platform
I'm updating an older application from .net framework 4.5 to net 5.
One of the features of this application is to manage wifi connection ( scan for networks and automatically connect to the desired one if found).
This is done using the library SimpleWifi, which has a version updated to Net standard 2.0.
I'd like to move this application to cross platform to make it work on MacOs as well maybe using AvaloniaUI.
I was wondering what is the correct approach for this. Is there an equivalent to the win32 api which enables wifi management using NET 5.0 on MacOs? Thanks
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
