The Wayback Machine - https://web.archive.org/web/20220810212458/https://github.com/topics/dns-sd
Here are
47 public repositories
matching this topic...
mDNS / DNS-SD Service Discovery in pure Go (also known as Bonjour)
Public domain mDNS/DNS-SD library in C
This library implements Multicast DNS (mDNS) and DNS-Based Service Discovery (DNS-SD) for Zero Configuration Networking in Go.
Multicast DNS library for Qt applications
Zeroconf discovery in C++
RFC 6762 and RFC 6763 compliant mdns service discovery library written in Typescript
Updated
May 21, 2022
TypeScript
Flutter Network Service Discovery (NSD) Plugin
Advertise AirPrint printers for network printers located outside the subnet using node. GPL-3.0 licensed.
Updated
May 26, 2021
JavaScript
mDNS Library for nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, AVR Mega, RP2040-based boards, etc. using Ethernet W5x00. Supports mDNS (Registering Services) and DNS-SD (Service Discovery). Ethernet_Generic library is used as default for W5x00
A Flutter plugin that enables Network Service Discovery (mDNS) on various platforms via their native APIs.
A very simple pure Java implementation of Multicast DNS SD (Service Discovery)
Updated
Dec 23, 2017
Java
Simple Rust wrapper around DNS-SD
Local Docker Development DNS
Look for devices on your local network via DNS-SD.
A utility to analyse network traffic for malformed mDNS packets, and unusually high packet rates
Updated
Jun 19, 2019
Python
Device discovery using mDNS and DNS-SD
Updated
Sep 21, 2021
TypeScript
DNS Service Discovery for Go
discover bonjour services, particularly Apple related.
A Discovery Proxy for Multicast DNS-Based Service Discovery written in Python
Updated
Feb 28, 2021
Python
This library provides service discovery and registration using DNS-SD to C# applications.
A pure .Net managed API for interfacing to Apple/Bonjour's mDNSResponder service
Yet Another Bonjour Browser
Zone file based multicast DNS Server. Inject DNS names into your network's .local TLD.
Updated
Nov 17, 2013
Objective-C
HomeKit appliances powered by Homebridge and ESP8266
Public domain mDNS/DNS-SD library in C
A DNS server that can answer your favourite mDNS, because we can't always use your APIs, Android.
Updated
Jul 28, 2018
Python
Improve this page
Add a description, image, and links to the
dns-sd
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
dns-sd
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Hi.
I'm trying to use the libmdns to responde mdns and dns-sd messages to an IEEE 2030.5 client.
It turns out that IEEE 2030.5 standard has several subtypes:
For example,
tm._sub._smartenergy._tcp.local
If I send a request for this subtypes, the answer must be something like:
tm-00000000._smartenergy._tcp.local
However, there is no subtype parameter in the register function of libm