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

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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]

Properties

Versions 0.1.5.0, 0.2.1.0, 0.2.1.2, 1.0.0.0, 1.0.0.0, 1.0.2.1
Change log None available
Dependencies aeson (>=1.3.1), base (>=4.8 && <5), binary (>=0.8.5), bytestring (>=0.10.8), cereal (>=0.5.7), kafka-device (>=1.0.0), yaml (>=0.8.32) [details]
License MIT
Copyright (c) 2016-19 Brian W Bush
Author Brian W Bush <code@functionally.io>
Maintainer Brian W Bush <code@functionally.io>
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 2019-02-20T14:09:17Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for kafka-device-joystick-1.0.0.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/.