enbility / eebus-go

EEBUS protocol implementation in go
https://enbility.net
MIT License
52 stars 14 forks source link

Improve non avahi mDNS library #57

Closed DerAndereAndi closed 1 year ago

DerAndereAndi commented 1 year ago

The current non avahi mDNS library does not merge mDNS data packets and therefor EEBUS devices using the latest avahi version can not be used without avahi in this library, as the IP address does not get merged into the mDNS record.

Find a way to implement this in the used golang specific mDNS implementation or find another library that already provides this.

DerAndereAndi commented 1 year ago

This has been implemented using a fork of the zeroconf library and was integrated with cb72f48f04a1832d3619922644ea977ee39e43c2