An open API service indexing awesome lists of open source software.

https://github.com/pschmitt/docker-flicd

Docker container for the Flic Button daemon from https://github.com/50ButtonsEach/fliclib-linux-hci
https://github.com/pschmitt/docker-flicd

docker flic iot

Last synced: 5 months ago
JSON representation

Docker container for the Flic Button daemon from https://github.com/50ButtonsEach/fliclib-linux-hci

Awesome Lists containing this project

README

          

# Docker container for flicd

## Usage

```
docker run -it --rm --cap-add NET_ADMIN --net=host -v $PWD/config:/config pschmitt/flicd
```

## Notes

This docker file exposes port 5551 by default.

If you have more than one bluetooth adapter append `-h hciX` where `X` is the id
of the bluetooth adapter (obtainable via `hcitool dev`).

Bear in mind that bluez should be turned off for this to work correctly.

## Systemd service file

confer [flicd.service](flicd.service)

## Upstream

https://github.com/50ButtonsEach/fliclib-linux-hci