Sign inSign up

tomdesinto/bluetooth-beacon-mqtt-exporter

By tomdesinto

Updated over 7 years ago

service publishing Bluetooth BLE beacons advertisements on a mqtt topic

Image
1

1.6K

tomdesinto/bluetooth-beacon-mqtt-exporter repository overview

Documentation npm version Docker Hub Dockerfile


Intended for Raspberry Pi

This docker image runs a service which published on a MQTT topic Bluetooth BLE beacon advertisement data.

## Usage

sudo apt-get install bluetooth
sudo service bluetooth start
docker run -d \
    --net=host \
    --privileged \
    -e MQTT_BROKER=mqtt://127.0.0.1 \
    -e MQTT_TOPIC=beacon \
    -e LOG_PACKETS=yes \
    tomdesinto/bluetooth-beacon-mqtt-exporter:rpi

Tag summary

Content type

Image

Digest

Size

310.2 MB

Last updated

over 7 years ago

docker pull tomdesinto/bluetooth-beacon-mqtt-exporter:rpi