keepsimple1 / mdns-sd

Rust library for mDNS based Service Discovery
Apache License 2.0
96 stars 37 forks source link

Custom domain and type #120

Closed edgarogh closed 1 year ago

edgarogh commented 1 year ago

I'm writing a driver for a specific protocol that requires an empty domain. However, the library requires ty_domain to have a specific suffix ._[tcp|udp].local (that isn't in the spec I'm following) and won't let me specify an empty domain. Is that something you'd like to fix or should I maintain my own fork alongside?

edgarogh commented 1 year ago

My issue doesn't make sense. I didn't fully understand the mDNS protocol at the time of filing and my problem was linked to an unclear wording in the spec.