First of all i am a begginer in Windows store app development. I am trying to develop an application (C#/Xaml) that retrieves a list of ip addresses,(if its possible) mac addresses of all devices that are connected to my network something similar to Fing (is available in Appstore/Play store but not in Windows store)
https://itunes.apple.com/gr/app/fing-network-scanner/id430921107?mt=8
https://play.google.com/store/apps/details?id=com.overlook.android.fing
The problem is that i cant find any available API in WinRT in contrast with .NET that has the right APIs and methods for this job.