WalkieTalkie icon indicating copy to clipboard operation
WalkieTalkie copied to clipboard

max devices per service name?

Open juni0604 opened this issue 6 years ago • 3 comments

I use a good app well.

I have some questions.

While looking at the NSD code, I thought I could implement "several channel" by separating the service name.

service type = "xxxx ._tcp" service name = "channel_00,01,02,03...."

  1. Is classification by service name only logical?

  2. How are the maximum terminals in a service? -> Can I think of the total number of IPs available on a WIFI AP?

juni0604 avatar Jun 26 '19 07:06 juni0604

Thank you for feedback.

  1. Yes, that was an idea from the beginning to announce a channel name as a part of th NSD service name and manage channels in the app. This work just not done yet.
  2. All services in the NSD supposed to have uniq names, so it will be only one device with some service always.

js-labs avatar Jun 26 '19 10:06 js-labs

Thanks you for quick answer.

I think I have written an ambiguous statement.

  1. All services in the NSD supposed to have uniq names, so it will be only one device with some service always. -> I want to know that how many device work in a channel. -> I think the maximum number of terminals seems to be the number of IPs that the AP can allocate. right??

juni0604 avatar Jun 27 '19 00:06 juni0604

The idea was to build NSD service name as 'channel name' + 'device identifier', then client discover all registered services and construct a set of channels from service names.

Yes, the number of terminals will be limited by a number of IPs the AP can allocate, true.

js-labs avatar Jun 27 '19 07:06 js-labs