becvert / cordova-plugin-zeroconf

Cordova ZeroConf Plugin
MIT License
81 stars 57 forks source link

Doesn't work for watching/Listening service from mobile hotspot network. #28

Closed AlienHu closed 7 years ago

AlienHu commented 7 years ago

Hi, I am using https://www.npmjs.com/package/bonjour to publish a http service, but zeroconf on android doesn't see's this. when use the bonjour npm client on my machine I could see the service being broadcasted. Please give a fix asap, by the way, thanks a lot for this plugin.

becvert commented 7 years ago

Do you mean that your android device is configured as a private hotspot/tethering mode? and the machine broadcasting the http service is connected in wifi to that android device?

saichaitanyaeruvaram commented 7 years ago

Yes, if the machine broadcasting the http service is connected in wifi to that android device (mobile hotspot), zeroconf doesn't detect the http service.