Nimrodda / flutter_nsd

A Flutter plugin that enables Network Service Discovery (mDNS) on various platforms via their native APIs.
Apache License 2.0
32 stars 8 forks source link

Any plans for Linux support? #41

Open tmpfs opened 2 years ago

tmpfs commented 2 years ago

Thanks for the library!

My tests so far indicate this is significantly better (faster!) than the multicast_dns package.

Any plans to add support for Linux? Could we fallback to "multicast_dns" for Linux?

Nimrodda commented 2 years ago

Thanks you!

Actually the C++ library that we use for Windows could be used also for Linux.

If you think you could adapt it to Linux, contributions are highly welcome :)