I'm trying to create a universal windows platform c# program that includes a network map.
UWP c# doesn't include any built in pinging tools and system.net.pinging
won't install. How can I ping using the windows.network.sockets
namespace to find out what computers are on the network (and their MAC address, hostname and hopefully operating system).