react-native-zeroconf
react-native-zeroconf copied to clipboard
:satellite: Discover Zeroconf services using react-native
My React Native app does fine discovering my bonjour service on iOS simulator, iOS hardware, and Android hardware, but doesn't succeed with discovery on Android emulator. Is there some kind...
Hi, I noticed a couple of things that might be improved in the project. First, I see that when using DNSSD mode on Android, services always resolve with a single...
Hi, this package is rly awesome , but actually i need to scan the net to discover devices with open port 1774, on tcp protocol , with the same information...
on.start runs per the console.log callback, but on.scan never triggers the callback (as if not finding anything). The exact same code works fine in iOS, and I have added the...
first, thanks for the great plugin, works really well .. I am facing a strange issue ( it might be that I am not using the plugin correctly ) and...
 
Hi @balthazar , This is an issue to migrate NSDService implementation of android to https://github.com/andriydruk/RxDNSSD. I have used jmDNS and NSD service and they work well on new phones where...
Hey I am wondering how we can lookup for a particular host. I tried having multiple hosts but it shows only one I looked through all the issues but couldn't...
I am using this line of code. ``` scan(type = 'http', protocol = 'tcp', domain = 'local.') ``` But it is not returning any data. But only if I set...
Hi, maybe you want to add a d.ts typing file (package.json "typing": "index.d.ts") ``` declare module 'react-native-zeroconf' { import { EventEmitter } from 'events'; export interface PendingService { name: string;...