Hi
I need some advise from someone that tried to connect arduino to a windows app.
So far I have tried 2 approaches;
Web using http
Telnet commands
Both approaches works more or less fine as long as arduino is the server, but this approach is flooding the network and the app with loops because to have the sensors data updated in my app, the app needs to constantly ask the arduino server to report the pin values so I need to invert the logic and make the arduino the client that only reports if some pin value changed.
But the problem is, no matter what service I use (http, telnet, carrier pigeon, smoke), and I can't find a way to code a server in a Windows App capable to receive data from an arduino (multiples ones)
I'm stuck in this for a couple of months so any guidance will be appreciated.