dnssd icon indicating copy to clipboard operation
dnssd copied to clipboard

Multicast DNS client for ruby! YAY!

Results 12 dnssd issues
Sort by recently updated
recently updated
newest added

I scan with the following code example for printers. After about 40 rounds in the for loop the following error appears: > compat.c: write() failed: Bad file descriptor > ruby:...

In Void Linux, the `dns_sd.h` header is installed to `/usr/include/avahi-compat-libdns_sd/dns_sd.h`, but the gem assumes that the header is installed to `/include/dns_sd.h`. Therefore, `sudo gem install dnssd -- --with-dnssd-dir=/usr/include/avahi-compat-libdns_sd/` fails, and...

I just upgraded my library from dnssd 2 to 3 and now it's choking when I try to require rails after a dnssd lookup. ``` ruby 2.2.2p95 (2015-04-13 revision 50295)...

``` $ ruby ~/.gem/ruby/2.0.0/gems/dnssd-3.0.1/sample/browse.rb /home/.../.gem/ruby/2.0.0/gems/dnssd-3.0.1/sample/browse.rb:7:in `': private method `new' called for DNSSD::Service:Class (NoMethodError) ```

Hello! I'm trying to get addresses using such code: ``` ruby DNSSD::Service.getaddrinfo(reply.target, 1) { |addrinfo| ... } ``` and the program never reach the 'do end' block. It worked fine...

This may be a bug in Avahi's libdnssd compatibility wrapper, though the avahi-browse utility is able to browse and resolve services without issue. When a service on the network has...

If the name of the found reply contains ".", reply.name returns the name up to the dot and no more. Trying to resolve or connect to it fails with -65540....

Here's the output when I try to install this gem: ``` C:\Users\Charles>gem install dnssd -- --with-dnssd-dir=c:/progra~1/bonjou~1 --with-dnssd-lib=c:/progra~1/bonjou~1/lib/win32 Building native extensions. This could take a while... ERROR: Error installing dnssd: ERROR:...

running the `DNSSD.register 'block'` example fails on linux with --(jadams@aye-seven)-(8/pts/13)-(1711/04-Jan-13)-- --($:~/ruby/dnssd)(master)ruby-1.9.3-p327@openplay-- $ ruby sample/register.rb Registering some blackjack services (run sample/browse.rb or sample/resolve.rb) registered blockless (no callback) **\* WARNING **\* The...