A pixel art server for my wall art Arduino project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Neale Pickett 713f91a844
Logging
3 months ago
build Logging 3 months ago
cmd/wallart-server Logging 3 months ago
web Logging 3 months ago
.gitignore Fixes for docker 6 months ago
README.md Fixes for docker 6 months ago
go.mod Fixes for docker 6 months ago
go.sum Fixes for docker 6 months ago

README.md

This is a server for my network-connected wall art thingy.

It is built to accept .pixil files, which are generated by https://pixilart.com/.

The wall art device will fetch wallart.bin file from this server. Other things should use wallart.png.

Building It

./build/build.sh

Running it

docker run --name=wallart-server -p 8080:8080 -v /srv/wallart-server:/cache wallart-server