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

 by   agnat JavaScript Version: v2.5.0 License: MIT

kandi X-RAY | node_mdns Summary

kandi X-RAY | node_mdns Summary

node_mdns is a JavaScript library typically used in Internet of Things (IoT) applications. node_mdns has no bugs, it has no vulnerabilities, it has a Permissive License and it has medium support. You can install using 'npm i mdns2' or download it from GitHub, npm.

mdns/zeroconf/bonjour service discovery add-on for node.js
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              node_mdns has a medium active ecosystem.
              It has 845 star(s) with 149 fork(s). There are 23 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 31 open issues and 168 have been closed. On average issues are closed in 140 days. There are 8 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of node_mdns is v2.5.0

            kandi-Quality Quality

              node_mdns has no bugs reported.

            kandi-Security Security

              node_mdns has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              node_mdns is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              node_mdns releases are available to install and integrate.
              Deployable package is available in npm.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of node_mdns
            Get all kandi verified functions for this library.

            node_mdns Key Features

            No Key Features are available at this moment for node_mdns.

            node_mdns Examples and Code Snippets

            No Code Snippets are available at this moment for node_mdns.

            Community Discussions

            QUESTION

            Resolve obfuscated IP addresses Node.js using the DNS module
            Asked 2021-Jan-27 at 17:50

            I know on a Mac OSX I can run this command: dns-sd -q a5b3ef18-2e66-4e24-91d2-893b93bbc1c1.local and it returns an IP address. Can I do this in Node.js? It seems like the dns module is mainly used for website -> IP, not IP -> IP (resolved) conversions. Any help is appreciated. Thanks!

            Note: The imputted addresses will be mDNS, converted by Bonjour. I found the Bonjour npm package/library, but don't think it works in this case. Also, I found mdns which has the mdns.dns_sd function but I cannot seem to figure out how to use it in my case.

            Thanks!

            ...

            ANSWER

            Answered 2021-Jan-27 at 17:50

            I found a Node module that does exactly what you need. Multicast-DNS is capable of querying mDNS IPs to the standard IP format. The snippet on their README does what you need:

            Source https://stackoverflow.com/questions/65912856

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install node_mdns

            On Linux and other systems using the avahi daemon the avahi dns_sd compat library and its header files are required. On debianesque systems the package name is libavahi-compat-libdnssd-dev, on fedoraesque systems the package is avahi-compat-libdns_sd-devel. On other platforms Apple's mDNSResponder is recommended. Care should be taken not to install more than one mDNS stack on a system. On Windows you are going to need Apples "Bonjour SDK for Windows". You can download it either from Apple (registration required) or various unofficial sources. Take your pick. After installing the SDK restart your computer and make sure the BONJOUR_SDK_HOME environment variable is set. You'll also need a compiler. Microsoft Visual Studio Express will do. On Windows node >=0.7.9 is required.

            Support

            See the user guide.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/agnat/node_mdns.git

          • CLI

            gh repo clone agnat/node_mdns

          • sshUrl

            git@github.com:agnat/node_mdns.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link