package pixel_pusher

  1. Overview
  2. Docs
Control LED strips on Pixel Pusher hardware

Install

Dune Dependency

Authors

Maintainers

Sources

1.1.tar.gz
md5=c695d3842c55a08e4e131ccee028a51f
sha512=32c721fa071240033bbbec420de3cfea028f832f9176e1bd10dd7033cb4fdd43a3343345d3218e284e79a3028845f5409a8f3bd72c27b0315397a55131069039

Description

Light up LED strips by driving Pixel Pusher hardware modules over UDP/IP networks

Published: 21 Jul 2020

README

Pixel Pusher library for OCaml

Pixel Pushers are these devices that you can plug Ethernet and LED strips into.

You can send UDP packets to the devices over Ethernet to tell them to set the colors of the LED strips.

The normal way to drive these is through something called Processing, a Java-like environment that includes a Pixel Pusher plugin.

If you would rather use OCaml to drive them, this library is for you!

Installing

opam install pixel_pusher

Using

Add pixel_pusher to your dune config libraries stanza.

You can look at the https://github.com/mbacarella/kindredspirit/ project for an example of real-world usage.

Bugs

Feel free to file a bug report if you encounter any issues. Shoot me an email if you have any questions: michael.bacarella@gmail.com.

Happy hacking!

Dependencies (5)

  1. bitstring >= "3.1.1" & < "4.0.0"
  2. core >= "v0.12.0"
  3. async_udp >= "v0.12.0"
  4. dune >= "1.11"
  5. ocaml

Dev Dependencies

None

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.