简体   繁体   English

搜索诸如英特尔UPnP间谍之类的UPnP设备

[英]c# - Search for UPnP Devices like Intel UPnP Spy

I've googled this topic up and down for a couple hours and found nothing... er... less than nothing... 我已经在这个主题上搜索了两个小时,却什么也没发现。

I need a simple C# script to code a UPnP Spy like the Intel Device Spy... I cannot use the intel app because in our company we're providing power meters with network abilities which are mounted as upnp devices. 我需要一个简单的C#脚本来编码像Intel Device Spy这样的UPnP Spy ...我无法使用intel应用程序,因为在我们公司中,我们提供了具有网络功能的功率计,这些功率计被安装为upnp设备。 Some of our customers weren't able to find these devices in our own app... so now we need a sipmle to understand Device Spy where our customers can see the ip adress of the upnp device... If anyone has got something like this already... it would be nice2have :D 我们的某些客户无法在我们自己的应用程序中找到这些设备...因此,现在我们需要一个简单的信息来了解Device Spy,以便我们的客户可以在其中看到upnp设备的ip地址...如果有人得到了类似的东西这已经...这将是nice2have:D

big thanks best regards blacktronix 非常感谢,问候blacktronix

Intel has a whole .NET 'SDK' for UPnP. 英特尔为UPnP提供了一个完整的.NET'SDK'。

Why dont you just use that? 你为什么不使用它呢?

On another note, many hardware manufacturers does not implement it correctly, and hence can fail. 另一方面,许多硬件制造商没有正确实现它,因此可能会失败。 I had to write my own implementation for a router I have. 我必须为自己的路由器编写自己的实现。 It is not so hard to do. 做起来并不难。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM