node_mdns
mdns/zeroconf/bonjour service discovery add-on for node.js
File Explorer
Download Latest Version (.zip)- source.ejs
- status.ejs
- apple_logo.png
- apple_logo.svg
- freebsd_logo.png
- freebsd_logo.svg
- pattern.png
- success.svg
- ubuntu_logo.png
- ubuntu_logo.svg
- windows_logo.png
- windows_logo.svg
- build_status.less
- mdns.less
- index.ejs
- user_guide.ejs
- config.json
- layout.ejs
- README.ejs
- express_app.js
- osc_devices.js
- advertisement.js
- avahi.js
- browser.js
- dns_sd.js
- io_watcher.js
- mdns.js
- mdns_service.js
- network_interface.js
- resolver_sequence_tasks.js
- service_type.js
- demangle.cpp
- dns_sd.cpp
- dns_service_browse.cpp
- dns_service_enumerate_domains.cpp
- dns_service_get_addr_info.cpp
- dns_service_process_result.cpp
- dns_service_ref.cpp
- dns_service_ref.hpp
- dns_service_ref_deallocate.cpp
- dns_service_ref_sock_fd.cpp
- dns_service_register.cpp
- dns_service_resolve.cpp
- dns_service_update_record.cpp
- mdns.hpp
- mdns_settings.hpp
- mdns_utils.cpp
- mdns_utils.hpp
- network_interface.cpp
- skeleton.cpp_
- socket_watcher.cpp
- socket_watcher.hpp
- txt_record_buffer_to_object.cpp
- txt_record_create.cpp
- txt_record_deallocate.cpp
- txt_record_get_length.cpp
- txt_record_ref.cpp
- txt_record_ref.hpp
- txt_record_set_value.cpp
- test_browser.js
- test_dns_sd.js
- test_functional.js
- test_mdns_service.js
- test_network_interface.js
- test_odd_ends.js
- test_service_type.js
- actors.js
- bunch.js
- compiler.js
- lcov.js
- mdns_test.js
- ncov.js
- obj.js
- view.js
- coverage
- docpack
- jsf
- ncov
- render_report
- testrun
- .gitignore
- .npmignore
- binding.gyp
- CHANGES
- LICENSE
- Makefile
- node-waf.bat
- package-lock.json
- package.json
- README.md
- wscript
# Installation Guide
1. Get the code
git clone https://github.com/agnat/node_mdns
Downloads the entire project code from GitHub to your computer.
cd node_mdns
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install mdns
Downloads and installs the libraries listed in package.json.
npm link && npm test
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
3. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
