Skip to main content

All Questions

Tagged with
0 votes
0 answers
53 views

No Service Workers with Avahi/Zeroconf (machineName.local)

When testing for service worker capability in the browser: (in index.html) if ('serviceWorker' in navigator) { console.log('serviceWorker OK'); } else { console.log('serviceWorker NOT OK'); }...
yPhil's user avatar
  • 8,279
5 votes
1 answer
3k views

Network Service Discovery (mDNS) on react-native/Expo

I have an IOT device ruining a mDNS responder, is there a way to find the device through a react-native/Expo app? I have found a react-native library (react-native-zeroconf). However, it requires ...
José Roberto Canuto Vasconcelo'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
25 votes
5 answers
16k views

Bonjour Discovery in Javascript? Maybe?

So its a longshot, I'll start with that. Is it/could it be possible to discover bonjour advertised HTTP services in javascript alone? Why would this be useful? Imagine a local service looking after ...
JP.'s user avatar
  • 5,594