Skip to content

Releases: b4ck5p4c3/B4CKSP4CE-Display

Version-2.0

07 Apr 19:18
Compare
Choose a tag to compare

Web distribution by server

25 Feb 16:42
Compare
Choose a tag to compare

Visit server url to get control page

Version 1.0 - Basic API and websocket

25 Feb 15:59
Compare
Choose a tag to compare

API endpoints available at http://server-ip/swagger-ui
Default port: 8080
Use --server.port=PORT as run arg to change port

Web socket endpoint at /ws (SockJS only now), send json like

{"pixelsBrightnesses" : [
"BASE64_BYTES_STRING1",
"BASE64_BYTES_STRING2",
...
]}

to /frame/update to send data via websocket. To disable websocket mode just activate any frame

Web panel example source in the /web directory