简体   繁体   中英

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. 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

big thanks best regards blacktronix

Intel has a whole .NET 'SDK' for UPnP.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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