Re: NSNetServiceBrowser vs. mDNSResponder

2017-01-13 Thread Alastair Houghton
On 13 Jan 2017, at 09:40, Gerriet M. Denkmann wrote: > > iOS (10.2) app does: > > SERVICE_TYPE = 1 to 63 ascii chars; no spaces; no ‘.’; no ‘[‘; can use ‘_' > or '-'; case insensitive > Note: I did not find these rules documented anywhere, they are just the > result of

Re: NSNetServiceBrowser vs. mDNSResponder

2017-01-13 Thread Jens Alfke
> On Jan 13, 2017, at 1:40 AM, Gerriet M. Denkmann wrote: > > SERVICE_TYPE = 1 to 63 ascii chars; no spaces; no ‘.’; no ‘[‘; can use ‘_' > or '-'; case insensitive > Note: I did not find these rules documented anywhere, they are just the > result of trial and error.

NSNetServiceBrowser vs. mDNSResponder

2017-01-13 Thread Gerriet M. Denkmann
iOS (10.2) app does: SERVICE_TYPE = 1 to 63 ascii chars; no spaces; no ‘.’; no ‘[‘; can use ‘_' or '-'; case insensitive Note: I did not find these rules documented anywhere, they are just the result of trial and error. fullNameOfServiceType = “_SERVICE_TYPE._tcp." [ NSNetServiceBrowser