【发布时间】:2014-05-07 09:55:23
【问题描述】:
首先,我是 Windows 商店应用程序开发的初学者。我正在尝试开发一个应用程序(C#/Xaml)来检索 ip 地址列表,(如果可能的话)连接到我的网络的所有设备的 mac 地址类似于 Fing (可用在 Appstore/Play 商店中,但不在 Windows 商店中)
https://itunes.apple.com/gr/app/fing-network-scanner/id430921107?mt=8
https://play.google.com/store/apps/details?id=com.overlook.android.fing
问题在于,与 .NET 相比,我在 WinRT 中找不到任何可用的 API,而 .NET 具有适合这项工作的 API 和方法。
【问题讨论】:
-
查看this 问题的已接受答案。这可能不是您正在寻找的,但是一个很好的起点。
标签: c# xaml networking windows-runtime windows-store-apps