philippe44 9679c5c104 fix flush mode пре 8 месеци
..
bin 9679c5c104 fix flush mode пре 8 месеци
.gitattributes 008c36facf move to new cspot пре 1 година
.gitignore 008c36facf move to new cspot пре 1 година
LICENSE.txt 008c36facf move to new cspot пре 1 година
README.md 008c36facf move to new cspot пре 1 година
build.sh 008c36facf move to new cspot пре 1 година
climdnssvc.c 9679c5c104 fix flush mode пре 8 месеци
climdnssvc.vcxproj 008c36facf move to new cspot пре 1 година
libmdnssvc.vcxproj 008c36facf move to new cspot пре 1 година
mdns.c 008c36facf move to new cspot пре 1 година
mdns.h 008c36facf move to new cspot пре 1 година
mdnsd.c 9679c5c104 fix flush mode пре 8 месеци
mdnssvc.h 008c36facf move to new cspot пре 1 година
mdnssvc.sln 008c36facf move to new cspot пре 1 година

README.md

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 to know how to rebuild my apps in general