Hello everyone, I'm developing a IoT application that I need to update the firmware of a device via the App.
One good solution that is easy for the firmware developer is too create an HTTP File Server inside the App so he can access and download the file.
Is this feasible with Xamarin? Any library to recommend?
Thank youi!