https://github.com/functionally/kafka-device-spacenav
https://github.com/functionally/kafka-device-spacenav
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/functionally/kafka-device-spacenav
- Owner: functionally
- License: mit
- Created: 2022-11-10T06:35:34.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T06:53:33.000Z (about 3 years ago)
- Last Synced: 2023-07-30T00:26:09.492Z (over 2 years ago)
- Language: Haskell
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
README
Linux joystick events via a Kafka message broker
================================================
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/).
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/.