kafka-device-vrpn: VRPN events via a Kafka message broker

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

This package contains functions for passing VRPN <https://github.com/vrpn/vrpn/wiki> events to topics on a Kafka message broker <https://kafka.apache.org/>. Also see <https://hackage.haskell.org/package/kafka-device/>.


[Skip to Readme]

Modules

  • Network
    • UI
      • Kafka
        • Network.UI.Kafka.VRPN

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.5.0, 0.2.1.2, 1.0.0.0, 1.0.2.1
Dependencies base (>=4.8 && <5), kafka-device (>=1.0.2.1), vrpn (>=0.3.0) [details]
License MIT
Copyright (c) 2016-19 Brian W Bush
Author Brian W Bush <code@functionally.io>
Maintainer Brian W Bush <code@functionally.io>
Category Network
Home page https://bitbucket.org/functionally/kafka-device-vrpn
Bug tracker https://bwbush.atlassian.net/projects/HKAFDEV/issues/
Source repo head: git clone https://bitbucket.org/functionally/kafka-device-vrpn
Uploaded by BrianBush at 2019-03-04T01:23:15Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables kafka-device-vrpn
Downloads 2216 total (12 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 2019-03-04 [all 3 reports]

Readme for kafka-device-vrpn-1.0.2.1

[back to package description]

VRPN events via a Kafka message broker

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

Clients

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

cabal run kafka-device-vrpn -- device@localhost vrpn-client localhost 9092 events vrpn

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