service publishing Bluetooth BLE beacons advertisements on a mqtt topic
1.6K
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
Content type
Image
Digest
Size
310.2 MB
Last updated
over 7 years ago
docker pull tomdesinto/bluetooth-beacon-mqtt-exporter:rpi