]> git.feebdaed.xyz Git - 0xmirror/mongoose.git/commit
Introduce DNS-SD using mDNS
authorSergio R. Caprile <scaprile@cesanta.com>
Fri, 28 Nov 2025 18:02:20 +0000 (15:02 -0300)
committerSergio R. Caprile <scaprile@cesanta.com>
Fri, 28 Nov 2025 19:12:08 +0000 (16:12 -0300)
commit293d8c22e1e8546babbefddc027c944d079df3e3
treefd37bff24a5869f40c31d32c2ee9accce4c0bf6c
parent5f2ff680d5c45ddb4e3044463b5c5fb60c51eb6e
Introduce DNS-SD using mDNS
12 files changed:
mongoose.c
mongoose.h
src/dns.c
src/dns.h
src/event.h
tutorials/stm32/nucleo-f746zg-make-baremetal-builtin-cmsis_driver/main.c
tutorials/udp/mdns-sd-server/Makefile [new file with mode: 0644]
tutorials/udp/mdns-sd-server/README.md [new file with mode: 0644]
tutorials/udp/mdns-sd-server/main.c [new file with mode: 0644]
tutorials/udp/mdns-sd-server/mongoose.c [new symlink]
tutorials/udp/mdns-sd-server/mongoose.h [new symlink]
tutorials/udp/mdns-server/main.c