From b3e6ad1fc53c52da982f7816cba77f31f60bb5bd Mon Sep 17 00:00:00 2001 From: Vinzenz Schroeter Date: Sun, 13 Oct 2024 13:14:25 +0200 Subject: [PATCH] change name in more places --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bfbd666..2485bf3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# pixel-receiver-rs +# servicepoint-simulator An emulator for the CCCB airport display. @@ -21,14 +21,14 @@ Check out this repository and run `cargo run --release`. ## Command line arguments -The application binds to `0.0.0.0:2342` by default (`./pixel-receiver-rs --bind host:port` to change this). +The application binds to `0.0.0.0:2342` by default (`./servicepoint-simulator --bind host:port` to change this). See [env_logger](https://docs.rs/env_logger/latest/env_logger/) to configure logging. Because this program renders to an RGB pixel buffer, you can enjoy the following additional features not available on the real display: -- enable or disable the empty space between tile rows (`./pixel-receiver-rs --spacers` to enable) -- render pixels in red, green, blue or a combination of the three (`./pixel-receiver-rs -rgb` for white pixels) +- enable or disable the empty space between tile rows (`./servicepoint-simulator --spacers` to enable) +- render pixels in red, green, blue or a combination of the three (`./servicepoint-simulator -rgb` for white pixels) ## Contributing