How can a pc identify a device or another pc by upnp (or similar protocol)?
I want a c# program on a windows machine that can discover upnp devices in a network or a direct connection? (This should be the easy part)
But what has to be done on the other machine?
case1: machine supports upnp
case2: machine doesn´t support upnp yet
Can you help me with the two cases here?