Skip to content

Commit

Permalink
List features in README
Browse files Browse the repository at this point in the history
  • Loading branch information
penguineer committed Apr 8, 2022
1 parent 9750484 commit a9bef84
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ A daemon that connects to a [PingBoard](https://github.com/PingTechGmbH/PingBoar
sends key presses and accepts configuration via [RabbitMQ](https://www.rabbitmq.com/). The main goal is to enable the
PingBoard as an IoT input device and execute actions outside the USB host.

Features:
* Emits AMQP messages on Pingboard key press.
* Configures Pingboard (Brightness, Key LED colors, Blinking) with AMQP messages.
* Detects PingBoard via evdev and grabs it to prevent rogue inputs to other applications.
* Reconnects when connections to RabbitMQ or Pingboard are lost. Can also be started without Pingboard present.
* Current state is pushed to the configuration queue when finishing, so that it can be retrieved on the next run.
* Runs out of an unprivileged Docker container.

## Table of Contents

- [Usage](#usage)
Expand Down

0 comments on commit a9bef84

Please sign in to comment.