Skip to content

Instantly share code, notes, and snippets.

@moyashiki
Created February 22, 2016 15:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moyashiki/27f77b934e2585f97218 to your computer and use it in GitHub Desktop.
Save moyashiki/27f77b934e2585f97218 to your computer and use it in GitHub Desktop.
require 'dnssd'
require 'pp'
DNSSD.browse '_irkit._tcp' do |reply|
pp reply
end
10.times{sleep 1}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment