kafka-device-leap-1.0.0.0: Leap Motion 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.Leap

Contents

Description

Produce events on a Kafka topic from a Leap Motion <https://www.leapmotion.com/product/desktop> controller.

Synopsis

Event handling

leapApp Source #

Arguments

:: TopicConnection

The Kafka topic name and connection information.

-> Sensor

The name of the sensor producing events.

-> ClientApp ()

The WebSocket client application.

WebSocket application for producing Leap Motion events.