Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find zeroconf services on network #141

Open
elmcapp opened this issue Oct 12, 2020 · 1 comment
Open

Find zeroconf services on network #141

elmcapp opened this issue Oct 12, 2020 · 1 comment

Comments

@elmcapp
Copy link

elmcapp commented Oct 12, 2020

Can you provide an example how to find a bonjour service on the network. Using the code I am looking for example that would print the port number and ip or hostname of any service on the network named @"_some_service_of_type._tcp"

So far the documentation I have tried on the home page is not working

@jimji1005
Copy link

jimji1005 commented Oct 24, 2020

most likely you would need a device or service that is broadcasting MDNS. The device/service would have a name set. thats the name you want to add to your config and info.plist

Screen Shot 2020-10-23 at 11 48 58 PM

example, my device is broadcasting mDNS with the name of _localctl so my plist would be

	<array>
		<string>_localctl._tcp.</string>
	</array>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants