1.1.4 • Published 6 years ago

avahi-browse v1.1.4

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

Build Status Version License

Installation

npm install avahi-browse

Usage sample

const AVAHI_BROWSE = require('avahi-browse');
const browser = new AVAHI_BROWSE();

browser.on(AVAHI_BROWSE.EVENT_SERVICE_UP, function(service){
  console.log(service);
});

browser.on(AVAHI_BROWSE.EVENT_SERVICE_DOWN, function(service){
  console.log("Service down ", service);
});

browser.start();

setTimeout(browser.stop, 4000);
1.1.4

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago