This is a read-only mirror for now.
Find a file
2024-10-10 23:41:08 +02:00
.github/workflows additional test runs with all features 2024-06-23 13:51:09 +02:00
crates hide packets to reduce api surface for new users 2024-10-10 23:41:08 +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
about_display.md move about display section into own file 2024-09-07 12:30:09 +02:00
Cargo.lock update packages 2024-09-07 15:16:36 +02:00
Cargo.toml set version to 0.8.0 2024-09-07 15:14:44 +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.