AnimatedLEDStrip Client Library for Ruby
This library allows a Ruby client to communicate with an AnimatedLEDStrip server.
Installation
Add this line to your application’s Gemfile:
gem 'animatedledstrip-client'
Or install with:
$ gem install animatedledstrip-client
Creating an ALSHttpClient
A new client is created with ALSHttpClient(ip_address).
client = ALSHttpClient.new("10.0.0.254")
Communicating with the Server
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 Ruby style conventions
get_supported_animations_hashis provided as an alias forget_supported_animations_mapget_sections_hashis provided as an alias forget_sections_map