4

I would like to make dart program that run on Linux and windows. My app will talk to the program using mDNS to find the program computer IP and send requests.

In my search I found only mDNS lookup/discovery packages.

Is it possible to advertise/broadcast mDNS name that is different from the computer host name.

If so how can I set mDNS broadcast name of my choosing using dart.

In the example of multicast_dns flutter official package for mDNS I didn't saw any example for that only lookup.

Guy Luz
  • 3,372
  • 20
  • 43
  • Did you find a solution? I'd like to implement something similar. – Last cookie Aug 04 '22 at 11:54
  • Not that I remember. Something else that might help you is searching mDNS devices, which I have added into network_tools package. – Guy Luz Aug 05 '22 at 01:22
  • Please upvote this issue for flutter team to add support for broadcasting mDNS https://github.com/flutter/flutter/issues/88243 – Guy Luz Mar 27 '23 at 11:13

0 Answers0