https://github.com/philippe44/mdnssvc
mDNS responder
https://github.com/philippe44/mdnssvc
cross-platform mdnsresponder
Last synced: 24 days ago
JSON representation
mDNS responder
- Host: GitHub
- URL: https://github.com/philippe44/mdnssvc
- Owner: philippe44
- License: other
- Created: 2016-08-06T05:45:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-11T04:51:54.000Z (over 1 year ago)
- Last Synced: 2025-04-05T04:12:27.233Z (about 2 months ago)
- Topics: cross-platform, mdnsresponder
- Language: C
- Homepage:
- Size: 3.13 MB
- Stars: 19
- Watchers: 3
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Introduction
This is a fork from https://bitbucket.org/geekman/tinysvcmdns. It works under
Windows, MacOS, and Linux (x86, x86_64, arm and aarch64), FreeBSD and Solaris.I've added a function to stop a registered service, send bye-bye packet and
properly release all allocated memory.It also uses unicast when cient is asking for it which is essential as more and more routers do IGMP spoofing
I've also added a small real responder
Please see [here](https://github.com/philippe44/cross-compiling/blob/master/README.md#organizing-submodules--packages) to know how to rebuild my apps in general