NetService
NetService copied to clipboard
Swift NetService (Bonjour / Zeroconf / mDNS) implementation for Linux
This library originally did all the networking itself, but Swift support for calling POSIX and POSIX networking in itself was quite difficult to get right. Since 0.5 we're using avahi...
I'm attempting to browse for a Bonjour service from a Linux client running on Raspbian Buster on a Raspberry Pi Zero W that is published by an iOS server ....
After leaving my project alone for a year, upgraded to Xcode 12 and suddenly couldn't find my available service when browsing, which I confirmed was published and available. Received error...
Hi, now we have Swift working on Windows. I am curious of any experiments for adding Bouke NetService to Windows. I see two possibilities: 1- Try with the legacy Apple...
When trying NetService with NetService-example on the swift Docker Official Image, I am getting the following warning messages and NetService is not working (not publishing, nor browsing services): root@docker-desktop:/singular/NetService-Example-master# .build/debug/NetService-Example...
Hello, I'm attempting to use the package but am finding that it crashes when one tries to resolve the address of a discovered service. This is with `libavahi-compat-libdnssd-dev`. Version `0.8-5+deb11u2`...
I had trouble compiling my dependent project on a Raspberry Pi 4 without importing Glibc into NetService.swift