I want to build a windows app and I would like to be able to send and receive communication to and from the windows desktop app and mobile devices. For instance I would like to be able to scan the wifi network, see my app (from the mobile device and I would build in security measures) and then be able to change a slide for instance, or change text on the screen... so a remote control for a presentation for example.
Would it be best to build a web service in the windows app and have the mobile app scan for that service and send POST and GET commands? Is there a framework that would help with this already out there?
I am using Visual Studio 2017 and C# and looking to NOT use Powerpoint