node_mdns icon indicating copy to clipboard operation
node_mdns copied to clipboard

mdns/zeroconf/bonjour service discovery add-on for node.js

Results 43 node_mdns issues
Sort by recently updated
recently updated
newest added

We are running into an issue when using the library in docker. Our node process (using the library) in running in a docker container. The avahi daemon is running on...

I can't resolve this issue on Windows. My code works fine on my Macbook. The error appears when the require is executed: mdns = require('mdns'); I have the Bonjour SDK...

I'm on Windows 10, running node.js 5.0.0 (I believe I need this version for HomeBridge), and I'm experiencing an error when trying to run airsonos. mdns is installed via nodetunes....

Hi, I'm trying to implement this module on raspberry pi 2 with node v0.10.5, npm v2.5.0 and mdns v2.2.9. Everything is working on my mac but on Raspberry pi 2...

Hello, I've been trying to get a Meteor install running, but it keeps on breaking while updating mdns dependencies. More specifically on `node-gyp rebuild` I get the following log output:...

Hi! This module will shortly become unusable in Electron projects due to it not being "context aware": https://nodejs.org/api/addons.html#addons_context_aware_addons This will result in use of the module in the renderer emitting...

I've this sample script: ``` var mdns = require('mdns'); var browser = mdns.createBrowser(mdns.tcp('http')); browser.on('error', function (error) { console.log("error"); console.log(error); }); browser.on('serviceUp', function (service) { console.log("serviceUp"); console.log(service); }); browser.start(); ``` On...

Hi, I am working on a project with a Particle Photon micro controller. I use mdns to discover new devices. When the Photon is started for the first time everything...

Hi, First of all, I'd like to thanks for your awesome lib I wonder if I could change (custom) the response IP address when createAdvertisement(...) Thanks and Regards