Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MDNS spawn

Version License Code style

Installation

npm install mdns-spawn

Usage sample

const MDNS_Spawn = require('mdns-spawn');

var browser = new MDNS_Spawn();
browser.on('serviceUp', function(service){
  console.log(service);
});

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

browser.start();

setTimeout(browser.stop, 4000);

About

MDNS bonjour discovery wrapper

Resources

Stars

3 stars

Watchers

7 watching

Forks

Releases

Packages

Used by

Contributors

Languages