wsdd
wsdd copied to clipboard
A Web Service Discovery host daemon.
Readme
* corrected github notation for terminal commands to produce a button that will copy commands with a click * split gentoo instructions so that they are copied one by one...
From `man inet6` on FreeBSD/macOS > Scoped addresses are handled specially in the kernel. In kernel structures like routing tables or interface structures, > a scoped address will have its...
FreeBSD code path works just fine on Mac. The only changes necessary were: * Recognize 'Darwin' as a supported platform and direct the code to use `RouteSocketAddressMonitor` * Use system...
This is weird as I have two identical machines both on the same network sharing the same internet connection... installed the deb, key and wsdd without issue. Tried on the...
Hi, I've followed the instructions to install it, but when I run `sudo apt-get install wsdd`, it returns `E: Package 'wsdd' has no installation candidate`. I can manually install it...
Hello, Not an issue but I just couldn't find an mail address for my request. I have created files to generate a wsdd Debian package. The package installs wsdd as...
Request clarifies the instructions for package management under Debian and related distributions. Issue #127 exposed the requirement of root permissions for executing the command for adding the repository key. The...
Hello! I've installed `wsdd` on my Ubuntu 20.04.2 server and seem to be having some issues. When the service is running, I'm seeing some errors. Any ideas what these could...
Thanks for your software, Just letting you know that exactly as per #82 bug, 0.6.4 is again broken for raspi.
Samba uses the avahi-client/D-Bus to [announce](https://github.com/samba-team/samba/blob/09effcb53a97a935f3281a6c770f3608bc21f992/source3/smbd/avahi_register.c#L142) to `avahi` that a the server is available. WSDD currently relies on the `rc` system to ensure samba is started before `wsdd`. `wsdd` could...