Skip to content

Draft: Replace KDNSSD with mdns.h

Albert Vaca Cintora requested to merge work/mdns-low-level into master

WIP!

KDNSSD only works with Avahi (so, only on Linux) while mdns.h is a header-only library [1] that implements mdns from scratch and should work on all platforms.

The low-level code needed to use mdns.h is abstracted under a Qt-friendly interface.

[1] https://github.com/mjansson/mdns

Edited by Albert Vaca Cintora

Merge request reports