Socket
Socket
Sign inDemoInstall

@jitsi/node-ibeacons

Package Overview
Dependencies
Maintainers
8
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jitsi/node-ibeacons

iBeacons emitter for Node


Version published
Maintainers
8
Created
Source

node-ibeacons

ibeacon emitting for Node.

NOTE: only macOS is supported at the moment.

Overview

This package allows the user to emit an ibeacon with their device, proven it has support for it.

API

The API has been with simplicity in mind. Checkout an example here.

beaconEmitter.start(uuid, [major, [minor, [measuredPower]]])

Starts emitting an ibeacon with the given proximity UUID, major, minor at the given measured power.

This function may be called multiple times and the last one will prevail, previous advertisementts will be cancelled.

The started event will be emitted when the advertising starts. The stopped and error events may also occur. If Bluetooth is stopped while advertising, the stopped event will be emitted, but adverttising will be automatically resumed when Bluetooth is started.

beaconEmitter.stop()

Stops advertising ibeacons. No further events will be emitted.

License

Apache Licence 2.0.

FAQs

Package last updated on 28 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc