Skip to main content

All Questions

Tagged with
0 votes
1 answer
2k views

Detecting MDNS/Zeroconf device works on Android 5.1.1 but not on Android 7

I am detecting a device on a private network with no internet access. The only devices on the network are the device I'm detecting and the mobile devices or PC's that have app I am currently working ...
Jason Crosby's user avatar
  • 3,563
0 votes
1 answer
728 views

Unable to communicate to device with .local domain using android, corova-zeroconf-plugin

I am having an iot device which is advertising in my network with name iotdevice.local, i am able to send http requests to this domain in my windows pc after installing Bonjour. But i am developing an ...
Daga Arihant's user avatar
1 vote
0 answers
162 views

PhoneGap and zeroconf plugin

I am trying to develop PhoneGap application which uses zeroconf plugin for cordova. I Have followed intructions from: cordova-plugin-zeroconf My code looks like: <script type="text/javascript"&...
Marcin Kurpiel's user avatar
2 votes
1 answer
443 views

cordova zeroconf how support?

I'm using bonjour to serve my service running on my server var test= bonjour.publish({ name: "abcd", type: 'http', port: settings.server.port }); test.start(); running on the client: function ...
Erdem Güngör's user avatar
0 votes
1 answer
122 views

JS return result from Java

I am attempting to use the following plugin and am having a problem accessing the JAVA result in JS. Below is a short version on the plugin that relates Java: public void sendCallback(String ...
tyler's user avatar
  • 1,293
1 vote
1 answer
2k views

Use Plugin in PhoneGap/Cordova 2.9.0 for mDNS/ZeroConf/Bonjour

I am making my first PhoneGap app for Android and it needs mDNS resolution. As ".local" addresses are not resolved on Android (before v4.1), I have used a ZeroConf library with JmDNS.jar file. I have ...
Rishi Jasapara's user avatar
4 votes
1 answer
3k views

Phonegap Bonjour/Zeroconf or Websocket IP Discovery from HTML5

I am trying to implement a Phonegap (HTML5) application which connects to a Websocket server (running in an embedded device, also has Bonjour service) to exchange data within home network. I would ...
Senthil Chinnaiyan's user avatar