From 041af7e19b3b3f897c9a233056c254a04caf4c01 Mon Sep 17 00:00:00 2001 From: Vinzenz Schroeter Date: Wed, 8 May 2024 13:41:48 +0200 Subject: [PATCH] Create README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b730160 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# 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