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

Copyright(c) 2016-19 Brian W Bush
LicenseMIT
MaintainerBrian W Bush <code@functionally.io>
StabilityProduction
PortabilityLinux
Safe HaskellNone
LanguageHaskell2010

Network.UI.Kafka.SpaceNav

Contents

Description

Produce events for a Kafka topic from a SpaceNavigator <http://www.3dconnexion.com/products/spacemouse/spacenavigator.html> on Linux.

Synopsis

Event handling

spacenavLoop Source #

Arguments

:: FilePath

The path to the spacenav device, e.g. "/dev/input/spacenav0".

-> TopicConnection

The Kafka topic name and connection information.

-> Sensor

The name of the sensor producing events.

-> IO (ExitAction, LoopAction)

Action to create the exit and loop actions.

Produce events for a Kafka topic from a Linux SpaceNav.