/beacon-simulator

A beacon simulator that supports Eddystone and iBeacon

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

Beacon Simulator

A beacon simulator that supports Eddystone and iBeacon.

Usage

To use the beacon simulator:

  1. Install dependencies npm install
  2. Execute the server npm start
  3. Open localhost:3000
  4. Start the required type of beacon

Docker

Build

docker build -t <imageName> .

Run

docker run --net=host -p 3000:3000 --rm <imageName>