node_mdns
node_mdns copied to clipboard
mdns/zeroconf/bonjour service discovery add-on for node.js
When calling `browser.start()` im getting the above error on: /node_modules/mdns/lib/mdns_service.js:32 this.watcher.set(this.serviceRef.fd, true, false); ^
Not sure if this is a problem with the browser, the advertisement, or my understanding of mdns, but I [created a repository](https://github.com/jedahan/test-mdns) to show that this fails: ```js const mdns...
I am trying to push a node js application into Cloud foundry. I am facing the below error " n file included from ../src/dns_sd.cpp:1:0: ../src/mdns.hpp:32:20: fatal error: dns_sd.h: No such...
I successfully installed node-gyp onto my computer using another github project: https://github.com/nodejs/node-gyp . I downloaded all of the dependencies needed for this to work on Windows including: Bonjour SDK Python...
I got problems on running the sample code, so I tryed the test as on readme: > If you want to play with the latest source code, here is a...
The following ticket says that this issue might be related to mdns not electron : https://github.com/atom/electron/issues/4606. So here it is. After **successfully** installed mdns module for usage in electron and...
When I try to use this package in Electron on windows (maybe also other platforms, didn't test it) I get the following error: ``` Error: A dynamic link library (DLL)...
Hi guys ! I think that it would be great for your project to import your [user guide](http://agnat.github.io/node_mdns/user_guide.html) into the github wiki. Why ? Only to get better harmony between...
Hi all, I finally got through the hoops on getting this working on my Raspberry Pi 3, running Raspbian Jesse. I dug this out of the issues to get it...