mirror of
https://github.com/kaesaecracker/servicepoint-simulator.git
synced 2025-01-18 10:30:14 +01:00
17 lines
690 B
Markdown
17 lines
690 B
Markdown
# pixel-receiver-rs
|
|
|
|
An emulator for the CCCB airport display.
|
|
|
|
In CCCB, there is a big LED matrix screen you can send images to via UDP. This project aims to build a working an application that can receive packages in the same binary format and display the contents to the user.
|
|
|
|
Use cases:
|
|
- getting error messages for invalid packages
|
|
- test your project when outside of CCCB
|
|
- test your project while other people are using the display
|
|
|
|
## Legal stuff
|
|
|
|
The included font is https://int10h.org/oldschool-pc-fonts/fontlist/font?ibm_bios (included in the download from https://int10h.org/oldschool-pc-fonts/download/). The font is CC BY-SA 4.0.
|
|
|
|
For everything else see the LICENSE file.
|