kafka-device-joystick: Linux joystick events via a Kafka message broker

[ hardware, library, mit, program ] [ Propose Tags ]

This package contains functions for passing Linux joystick events to topics on a Kafka message broker <https://kafka.apache.org/>. The joystick's driver must conform to the Linux Joystick API <https://www.kernel.org/doc/Documentation/input/joystick-api.txt>. Also see <https://hackage.haskell.org/package/kafka-device/>.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.5.0, 0.2.1.0, 0.2.1.2, 1.0.0.0, 1.0.2.1
Dependencies aeson, base (>=4.8 && <5), binary, bytestring, cereal, kafka-device, milena, yaml [details]
License MIT
Copyright (c) 2016-17 Brian W Bush
Author Brian W Bush <consult@brianwbush.info>
Maintainer Brian W Bush <consult@brianwbush.info>
Category Hardware
Home page https://bitbucket.org/functionally/kafka-device-joystick
Bug tracker https://bwbush.atlassian.net/projects/HKAFDEV/issues/
Source repo head: git clone https://bitbucket.org/functionally/kafka-device-joystick
Uploaded by BrianBush at 2017-02-26T04:45:42Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables kafka-device-joystick
Downloads 2753 total (13 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-02-26 [all 1 reports]

Readme for kafka-device-joystick-0.2.1.0

[back to package description]

Linux joystick events via a Kafka message broker

This package contains functions for passing Linux joystick events to topics on a Kafka message broker.

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/.