#Esdee - DNS-SD service discovery

1 messages · Page 1 of 1 (latest)

dusk idol
#

I've been working on a DNS-SD discovery package (for the Erlang target). However, my personal need for it is very limited, so I'm not feeling super confident about the more general API design. I'm now at the stage where I have a working version with the basic features in, but if anyone has any wishes for changes in the API, I'm all ears, before I start polishing it for v1. The features I know I will still add are (all done):

  • IPv6 support (and figure out if I should reuse the UDP package IP type or not)
  • Unsubscribing from updates
  • Exposing some options I haven't yet exposed

Docs: https://hexdocs.pm/esdee
Repository: https://github.com/sbergen/esdee

dusk idol
#

I just released an -rc1 version of this!

If someone has a working IPv6 DNS-SD environment, and would like to run gleam dev in the project to see if it discovers IPv6 addresses for your setup, it would be highly appreciated! See: https://github.com/sbergen/esdee/issues/2

GitHub

Currently the IPv6 tests don't work on CI, but I'm not sure if this an issue in my code, or in the GitHub Actions environment. If someone with a working IPv6 DNS-SD environment encounters g...