This library allows a Python 3 client to communicate with an AnimatedLEDStrip server.
The library is available via pip:
pip3 install animatedledstrip-client
An ALSHttpClient
is created with ALSHttpClient(ip_address)
.
from animatedledstrip import ALSHttpClient
sender = ALSHttpClient('10.0.0.254')
This library follows the conventions laid out for AnimatedLEDStrip client libraries, with the following modifications:
- Function names and class variables are in snake case to follow Python style conventions
get_supported_animations_dict
is provided as an alias forget_supported_animations_map
get_sections_dict
is provided as an alias forget_sections_map