node_mdns icon indicating copy to clipboard operation
node_mdns copied to clipboard

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

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

Hi, what is the reason for ensuring the service_name length does not exceed 15 chars? - https://github.com/agnat/node_mdns/blob/43f7256cbc0c446757b690cd8c05a01f68014348/lib/service_type.js#L160-L161 - https://github.com/agnat/node_mdns/blob/43f7256cbc0c446757b690cd8c05a01f68014348/lib/service_type.js#L174 It seems rather arbitrary to me. I am running into issues...

Some services have an `_` in their service. This PR allows for those kinds of services.

When trying to install the mdns package with npm on Raspberry Pi OS (32bit on a Raspberry Pi 3b) I get the following error: ```npm ERR! ../src/mdns.hpp:32:10: fatal error: dns_sd.h:...

I'm wondering whether we should prefer to use the dns_sd `DNSServiceGetAddrInfo` function (`HAVE_DNSSERVICEGETADDRINFO` flag) over the node implementation (cares_wrap) on linux-ish systems as well if available. I know that "avahi...

There are various broken links for the documentation, both on GitHub.com and npmjs.com. I think most point to Github Pages at which doesn't exist anymore. The donation button (on both...

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...

dependencies

I am trying to use mdns from inside of a Node.js Worker, but when I do I get the following error: `Module did not self-register: '//node_modules/mdns/build/Release/dns_sd_bindings.node'.` The import statement (written...

Here's some context: ``` debian@bgw00000000:~/prototypeF$ nvm --version 0.38.0 debian@bgw00000000:~/prototypeF$ node --version v14.17.3 debian@bgw00000000:~/prototypeF$ npm --version 7.20.0 debian@bgw00000000:~/prototypeF$ lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux...

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.5 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.5&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies