Christopher Coté

Results 25 comments of Christopher Coté

can you try making `:txt` -> `:ptr`

hmm, did you try using the built-in client? `Mdns.Client.query("_ssh._tcp.local")` anything with that?

also, you are starting the server as well? `ping nerves.local` works fine?

after looking at the code, it may be necessary to pass the domain. `avahi-browse -d nerves.local _ssh._tcp`

Specifically, this line https://github.com/rosetta-home/mdns/blob/master/lib/mdns/server.ex#L106 I'm not sure that is at all necessary.