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.