Skyost / Bonsoir

A Zeroconf library that allows you to discover network services and to broadcast your own. Based on Apple Bonjour and Android NSD.
http://bonsoir.skyost.eu/
Other
100 stars 43 forks source link

Add Linux support #66

Closed Skyost closed 7 months ago

Skyost commented 7 months ago

This PR adds Linux support for Bonsoir. Thanks a lot to @Piero512's https://github.com/Piero512/bonsoir_linux_dbus.

Skyost commented 7 months ago

Almost finished ! Now we only have to figure out why resolveService doesn't work on discovery client v2. Relevant lines : https://github.com/Skyost/Bonsoir/blob/linux-implementation/bonsoir_linux/lib/actions/discovery/v2.dart#L82-L110