AnimatedLEDStrip Server

A library designed to simplify running animations on WS281x strips

License

License

GroupId

GroupId

io.github.animatedledstrip
ArtifactId

ArtifactId

animatedledstrip-server
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

AnimatedLEDStrip Server
A library designed to simplify running animations on WS281x strips
Project URL

Project URL

https://github.com/AnimatedLEDStrip/server
Source Code Management

Source Code Management

https://github.com/AnimatedLEDStrip/server

Download animatedledstrip-server

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.animatedledstrip/animatedledstrip-server/ -->
<dependency>
    <groupId>io.github.animatedledstrip</groupId>
    <artifactId>animatedledstrip-server</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.animatedledstrip/animatedledstrip-server/
implementation 'io.github.animatedledstrip:animatedledstrip-server:1.0.1'
// https://jarcasting.com/artifacts/io.github.animatedledstrip/animatedledstrip-server/
implementation ("io.github.animatedledstrip:animatedledstrip-server:1.0.1")
'io.github.animatedledstrip:animatedledstrip-server:jar:1.0.1'
<dependency org="io.github.animatedledstrip" name="animatedledstrip-server" rev="1.0.1">
  <artifact name="animatedledstrip-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.animatedledstrip', module='animatedledstrip-server', version='1.0.1')
)
libraryDependencies += "io.github.animatedledstrip" % "animatedledstrip-server" % "1.0.1"
[io.github.animatedledstrip/animatedledstrip-server "1.0.1"]

Dependencies

compile (3)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-reflect jar 1.4.21
io.github.animatedledstrip : animatedledstrip-core jar 1.0.1
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.4.21

Project Modules

There are no modules declared in this project.

Build Status KDoc codecov Maven Central

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 for instructions.

io.github.animatedledstrip

Versions

Version
1.0.1
0.7
0.6
0.5
0.4
0.3