An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Build Status](https://github.com/AnimatedLEDStrip/server/actions/workflows/test.yml/badge.svg)](https://github.com/AnimatedLEDStrip/client-kotlin-mpp/actions/workflows/test.yml)
[![KDoc](https://img.shields.io/badge/KDoc-read-green.svg)](https://animatedledstrip.github.io/server/animatedledstrip-server/index.html)
[![codecov](https://codecov.io/gh/AnimatedLEDStrip/server/branch/master/graph/badge.svg)](https://codecov.io/gh/AnimatedLEDStrip/server)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.animatedledstrip/animatedledstrip-server/badge.svg)](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.