Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

eddystone-beacon-emulator

ragingwind12MIT0.1.2

Emulator for Eddystone beacon peripherals

eddystone, eddystone configuration service, emulator, eddystone-beacon, bleno

readme

eddystone-beacon-emulator

Emulator for eddystone beacon peripherals to test and develop eddystone application

Install

$ npm install --global eddystone-beacon-emulator
$ eddystone-beacon-emulator --help

  Usage
    eddystone-beacon-emulator --config --uri=http://goo.gl/eddystone
    eddystone-beacon-emulator --uri=http://goo.gl/eddystone
      eddystone-beacon-emulator --nid=http://google.com --bid=123456
      eddystone-beacon-emulator --voltage=0 --temperature=-128
      eddystone-beacon-emulator --voltage=5000~10000 --temperature=-128~128

Options

  • --config: Run configuration service firstly and then the other advertisings will be starting',
  • --uri: URI for advertising',
  • --nid: Namespace ID, FQDN or UUID which ID will be hashed and truncated in 10Byte',
  • --bid: Beacon ID for UID advertising',
  • --voltage: Battery voltage, default is 0mV, or using a range like 500~10000 to randomize',
  • --temperature: Temperature, default is -128(0x8000), or using a range like -128~128 to randomize'

Usage

DEBUG=eddystone node cli.js --uri=http://goo.gl/eddystone

Won't Support Yet

  • TLM period configuration is not supported
  • TX Power Mode and TX Power Level configuration is not supported
  • beacon period configuration is not supported
  • flags configuration is not supported

License

MIT © Jimmy Moon