Commit graph

5 commits

Author SHA1 Message Date
Albert Vaca Cintora
0ba7e4c518 WIP: Implement mdns server responses, missing a way to determine ip address 2023-07-30 09:31:38 +02:00
Albert Vaca Cintora
1685b64026 WIP: Continue to integrate with mdns.h 2023-07-30 09:31:38 +02:00
Albert Vaca Cintora
3f94d8fd63 Rename some stuff 2023-07-30 09:31:38 +02:00
Albert Vaca Cintora
7c880302e6 Add commented code to parse the fields we don't store 2023-07-30 09:31:38 +02:00
Albert Vaca Cintora
640c20ecc4 WIP: Replacing KDNSSD with mdns.h
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.

[1] https://github.com/mjansson/mdns
2023-07-30 09:31:38 +02:00