How to use bonjour-hap - 1 common examples

To help you get started, we’ve selected a few bonjour-hap examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github KhaosT / HAP-NodeJS / src / lib / Advertiser.ts View on Github external
constructor(public accessoryInfo: AccessoryInfo, mdnsConfig: MulticastOptions) {
    this._bonjourService = bonjour(mdnsConfig);
    this._advertisement = null;
    this._setupHash = this._computeSetupHash();
  }

bonjour-hap

A Bonjour/Zeroconf implementation in pure JavaScript (for HAP)

MIT
Latest version published 1 month ago

Package Health Score

78 / 100
Full package analysis

Popular bonjour-hap functions