kafka-device-spacenav: Linux SpaceNavigator events via a Kafka message broker

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

This package contains functions for passing Linux device events from a SpaceNavigator <http://www.3dconnexion.com/products/spacemouse/spacenavigator.html> to topics on a Kafka message broker <https://kafka.apache.org/>. 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 (>=1.3.1), base (>=4.8 && <5), binary (>=0.8.5.1), bytestring (>=0.10.8), cereal (>=0.5.7), kafka-device (>=1.0.2.1), 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-spacenav
Bug tracker https://bwbush.atlassian.net/projects/HKAFDEV/issues/
Source repo head: git clone https://bitbucket.org/functionally/kafka-device-spacenav
Uploaded by BrianBush at 2019-03-04T01:22:28Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables kafka-device-spacenav
Downloads 2867 total (15 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-03-04 [all 1 reports]

Readme for kafka-device-spacenav-1.0.2.1

[back to package description]

Linux joystick events via a Kafka message broker

This package contains functions for passing Linux device events from a SpaceNavigator 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-spacenav -- /dev/input/spacenavigator spacenav-client localhost 9092 events spacenav
cabal run kafka-device-spacenav -- sample.yaml

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