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

https://github.com/functionally/kafka-device-joystick


https://github.com/functionally/kafka-device-joystick

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

Linux joystick events via a Kafka message broker
================================================

This package contains functions for passing [Linux joystick](https://www.kernel.org/doc/Documentation/input/joystick-api.txt) events to topics on a [Kafka message broker](https://kafka.apache.org/).

Clients
-------

The simple Kafka client that produces events from the joystick can be run, for example, as one of the following:

cabal run kafka-device-joystick -- /dev/input/js0 joystick-client localhost 9092 events joystick
cabal run kafka-device-joystick -- sample.yaml

Also see https://hackage.haskell.org/package/kafka-device/.