https://github.com/animatedledstrip/server
A library for running a server to control LEDs using the AnimatedLEDStrip library
https://github.com/animatedledstrip/server
als-library
Last synced: 12 days ago
JSON representation
A library for running a server to control LEDs using the AnimatedLEDStrip library
- Host: GitHub
- URL: https://github.com/animatedledstrip/server
- Owner: AnimatedLEDStrip
- License: mit
- Created: 2018-12-11T02:19:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T22:57:05.000Z (about 2 years ago)
- Last Synced: 2024-05-29T18:10:36.333Z (about 2 years ago)
- Topics: als-library
- Language: Kotlin
- Homepage:
- Size: 787 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/AnimatedLEDStrip/client-kotlin-mpp/actions/workflows/test.yml)
[](https://animatedledstrip.github.io/server/animatedledstrip-server/index.html)
[](https://codecov.io/gh/AnimatedLEDStrip/server)
[](https://maven-badges.herokuapp.com/maven-central/io.github.animatedledstrip/animatedledstrip-server)
# AnimatedLEDStrip Server
An AnimatedLEDStrip server handles the communications to and from clients.
## Creating a Server
The server library is combined with a device library to run a server on that device.
See the [wiki](https://github.com/AnimatedLEDStrip/server/wiki/Creating-a-Server) for instructions.