@hackage / kafka-device-joystick

Linux joystick events via a Kafka message broker

Latest1.0.2.1

About

Metadata

  • Last updated , by BrianBush
  • License MIT
  • Categories Hardware
  • Maintained by: Brian W Bush <code@functionally.io>

  • Lottery factor: 0

Links

Installation

Readme

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