A beacon simulator that supports Eddystone and iBeacon.
To use the beacon simulator:
- Install dependencies
npm install
- Execute the server
npm start
- Open
localhost:3000
- Start the required type of beacon
docker build -t <imageName> .
docker run --net=host -p 3000:3000 --rm <imageName>