Troy Willmot
Troy Willmot
Hi, Unfortunately I do not know what the problem is, nor can I reproduce it. I am able to create a new UWP app in Visual Studio 2017 15.8.7 with...
Hi, The only protocol I'm aware this needs is UDP. I'm afraid I'm not familiar with Linux, 'debs' or mono, and have no device(s) on which to test this so...
Sorry, that is not totally accurate... UDP is used primarily, but also HTTP which also requires TCP. In the error above it looks like (multicast) UDP is what is trying...
Hi, I'm afraid I don't. Given the Universal Windows Runtime I would have expected it to work on xbox if it worked on Win10, but I do not have an...
If you plug in a logging component, does the log show anything interesting? Unfortunately I don't have any way to test and am running out of ideas already.
@LukePulverenti Do you think something like this would be useful to you? I know you said your old code used to listen on multiple interfaces. Any comments on the proposed...
Technically this would allow that, though possibly with more setup than you'd like. Your issue with the error handling is exactly the sort of issue I'm concerned about, especially since...
Would be great to know if IpAddress.Any really does miss some messages (seems odd, seems more likely a bug in RSSDP code). Any info appreciated.
So you're prepared to break the public interfaces to do that? How do you intend to handle the published device address? (According to spec, it specifcally says the device description...
Also, do you have steps to reproduce? Might be helpful for me to be able to test in this situation.