This is a read-only mirror for now.
Find a file
2024-10-20 13:31:41 +02:00
.github/workflows checkout submodules in github action 2024-10-19 16:30:36 +02:00
crates replace Span with ReadOnlySpan where appropriate 2024-10-20 13:31:41 +02:00
.envrc.default envrc is environment, rename to default file 2024-09-07 10:35:31 +02:00
.gitignore envrc is environment, rename to default file 2024-09-07 10:35:31 +02:00
.gitmodules add AggressiveInlining attribute 2024-10-19 16:19:09 +02:00
about_display.md move about display section into own file 2024-09-07 12:30:09 +02:00
Cargo.lock generate most of the c# binding with a fork of csbindgen 2024-10-19 14:21:50 +02:00
Cargo.toml generate most of the c# binding with a fork of csbindgen 2024-10-19 14:21:50 +02:00
CONTRIBUTING.md add test note 2024-09-07 13:54:18 +02:00
LICENSE Create LICENSE 2024-05-12 00:10:34 +02:00
README.md add CONTRIBUTING.md 2024-09-07 13:03:05 +02:00
rustfmt.toml reformat with max width 2024-05-11 23:28:08 +02:00
shell.nix put the whole rust toolchain into one package so Rider can handle it 2024-09-05 22:03:06 +02:00

servicepoint

In CCCB, there is a big pixel matrix hanging on the wall. It is called "Service Point Display" or "Airport Display". This repository contains a library for parsing, encoding and sending packets to this display via UDP in multiple programming languages.

Take a look at the contained crates for language specific information:

Language Readme
Rust servicepoint
C / C++ servicepoint_binding_c
.NET (C#) servicepoint_binding_cs

Projects using the library

To add yourself to the list, open a pull request.

Contributing

See CONTRIBUTING.md.

What happened to servicepoint2?

After servicepoint2 has been merged into servicepoint, servicepoint2 will not continue to get any updates.