kafka-device-leap: Leap Motion events via a Kafka message broker

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

This package contains functions for passing Leap Motion <https://www.leapmotion.com/product/desktop> events to topics on a Kafka message broker <https://kafka.apache.org/>. Also see <https:/hackage.haskell.orgpackagekafka-device>>.


[Skip to Readme]

Modules

[Last Documentation]

  • Network
    • UI
      • Kafka
        • Network.UI.Kafka.Leap

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.3.0, 0.2.1.2, 1.0.0.0, 1.0.2.1
Dependencies aeson (>=0.11.3), base (>=4.8 && <5), hleap (>=0.1.2), kafka-device (>=0.2.1.2), websockets (>=0.10.0) [details]
License MIT
Copyright (c) 2016-17 Brian W Bush
Author Brian W Bush <consult@brianwbush.info>
Maintainer Brian W Bush <consult@brianwbush.info>
Category Hardware
Home page https://bitbucket.org/functionally/kafka-device-leap
Bug tracker https://bwbush.atlassian.net/projects/HKAFDEV/issues/
Source repo head: git clone https://bitbucket.org/functionally/kafka-device-leap
Uploaded by BrianBush at 2017-02-26T16:18:58Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables kafka-device-leap
Downloads 2302 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2017-02-26 [all 3 reports]

Readme for kafka-device-leap-0.2.1.2

[back to package description]

Leap Motion events via a Kafka message broker

This package contains functions for passing Leap Motion events to topics on a Kafka message broker.

Clients

The simple Kafka client that produces events from Leap Motion can be run, for example, as follows:

cabal run kafka-device-leap -- localhost 6437 leap-client localhost 9092 events leap

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