animatedledstrip-client

Helper library for connecting to an AnimatedLEDStripServer to run animations on a LED strip


License
MIT
Install
pip install animatedledstrip-client==0.6

Documentation

Build Status

Language(s) Documentation Coverage
Kotlin/Java KDoc codecov Maven Central
C++ codecov
Dart codecov pub package
Go codecov
Python 3 codecov PyPI
Ruby codecov Gem Version
Rust codecov

AnimatedLEDStripClient

This is a set of helper libraries for connecting to an AnimatedLEDStripServer from clients, allowing the client to send animations to the server and (if supported) receive currently running animations from the server. Supports clients written Kotlin, Java, C++, Python, Go, Ruby, Dart and Rust.

Supported Functionality by Library

Language(s) Send Data Receive Data Event Callbacks
Kotlin/Java Yes Yes Yes
C++ Yes Yes No
Dart Yes Yes No
Go Yes Yes No
Python 3 Yes Yes No
Ruby Yes No No
Rust Yes No No

Even if a library does not currently support a feature, it will likely be added in the future (if supported by the language).

See the individual wiki pages for each language for usage instructions.