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.
License |
License |
---|---|
GroupId | GroupIdio.github.animatedledstrip |
ArtifactId | ArtifactIdanimatedledstrip-server |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAnimatedLEDStrip Server
A library designed to simplify running animations on WS281x strips
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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"]
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 |
An AnimatedLEDStrip server handles the communications to and from clients.
The server library is combined with a device library to run a server on that device. See the wiki for instructions.