Code Monkey home page Code Monkey logo

b4cksp4ce-display's Introduction

Space Display

Preview
Build status

REST API, Websocket & Lua interpreter for B4CKSP4CE hackerspace LED display. Backend written using Spring Framework. Fronted written using React + node.js.

Swagger available at /swagger-ui/index.html
To find the web panel /

Quick run

  1. Download & install Java 17 (link)
  2. Download latest release of Space Display
  3. java -jar spaceDisplay.jar --data.path=data --display.printer.serial.port=/dev/serial/by-id/DISPLAY_ID --server.baseUrl=http://SERVER_URL:8080 (replace DISPLAY_ID with your device)

Available parameters

--server.port=8080 - API Port

--server.baseUrl=<URL> - Space Display URL where available. Used for frontend configuration. Required if you want use frontend

--display.default.scriptId=<UUID> - UUID of default script. It starts on app boot

--data.path=<PATH> - Path where app files will be stored. Required

--display.printer.serial.port=<PATH> - Display serial path. If there is only one serial, it will be detected automatically, else required

display.width=40 - Width of display. Data will be truncated to this value

display.height=32 - Height of display. Like width but height.

display.printer.serial.baudRate=115200 - BitRate of serial

display.printer.serial.dataBits=8 - Data bits

display.printer.serial.stopBits=1 - Stop bits

display.printer.serial.parity=0 - Parity (PARITY_NONE = 0; PARITY_ODD = 1; PARITY_EVEN = 2; PARITY_MARK = 3; PARITY_SPACE = 4;)

Frontend

Frontend integrated with .jar, but if you want you can run it separately. See #

Contribution

b4cksp4ce-display's People

Contributors

fokidoki avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.