Check if another device is alive on the network based on its IP-address
问题 I'm trying to write a simple UWP IoT App that is to run on Windows 10 IoT Core on a Raspberry Pi. The App need to test if another device is currently alive on the local network. All the Apps knows about this other device is its ip address. I see from other SO questions that Ping is not supporten because ICMP is not supported on WinRT. I assume this also the case on UWP? I guess I could create a socket and try an connect to for example port 80 and unless a time-out error is received then that