David Schinazi
David Schinazi
Actually, the underscore wouldn't be a problem. With mDNS, you browse for `_openscreen._udp.local` and that allows you to find `BigTV.local`, which you can then put in the SNI. Any reason...
mDNS/DNS-SD doesn't involve CNAMEs. First you browse (by querying for PTR records), in this case with service type set to `_openscreen._udp`. That'll provide a list of instances, which are represented...
@enygren while I absolutely agree that solving the problem of insecure local connectivity is important and worth spending time on, this issue is about the Open Screen Protocol. And OSP...
Hi! I'm the editor of the MASQUE specifications. I think this is something we'll want to add to our Security Considerations section, but I'm not particularly worried about this attack...
I ran into the same issue and landed here. Thanks everyone for the tips! Based on that information, I was able to create a custom PlatformIO target that I think...
The filename-based approach doesn't work amazingly for me since I generally don't rename the file in the AUTH48 PR. But if it's a lot of work then maybe we give...
What you're saying is that a client can infer support for certain protocols based on the variables present in the URI template. That's not correct, or more precisely it wasn't...
In that case we should state somewhere that passing around an URI template with these variables implies support for the corresponding mechanism. I'm not sure we'd get consensus on that...
Ah, that's exactly what I needed. Thank you! I'll leave the issue open since adding a link to the TXT or MD is still probably useful, but this solves my...
+1 to @LPardue. We get quite a few benefits from HTTP/3 here. In terms of integration with existing software, the difficulty should be the same, the h3 stack can easily...