All this works fine - but for now, I'm using only ONE ESP module and its IP address is hard-coded in my Windows app. What I want to do is enumerate all the modules in the network so that I can choose which IP address to talk to.
Can anyone suggest a reasonable method for us to do this enumeration?
Right now, I'm guessing the best option would be to send a UDP broadcast out and see who responds - but I'm at a loss as to how this would work in the real world...
Any advice would be appreciated.
Thanks.