Copyright | (c) 2016-19 Brian W Bush |
---|---|
License | MIT |
Maintainer | Brian W Bush <code@functionally.io> |
Stability | Production |
Portability | Linux |
Safe Haskell | None |
Language | Haskell2010 |
Produce events for a Kafka topic from a SpaceNavigator <http://www.3dconnexion.com/products/spacemouse/spacenavigator.html> on Linux.
- spacenavLoop :: FilePath -> TopicConnection -> Sensor -> IO (ExitAction, LoopAction)
Event handling
:: 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.