This is a read-only mirror for now.
Find a file
Vinzenz Schroeter 8bf1452e31 fix c# example
2024-05-26 14:58:05 +02:00
crates fix c# example 2024-05-26 14:58:05 +02:00
.gitignore rename to servicepoint, new dir structure, WIP build.rs 2024-05-25 11:16:37 +02:00
Cargo.lock set version to 0.5.0 2024-05-26 14:18:02 +02:00
Cargo.toml set version to 0.5.0 2024-05-26 14:18:02 +02:00
LICENSE Create LICENSE 2024-05-12 00:10:34 +02:00
README.md split README 2024-05-26 14:53:26 +02:00
rustfmt.toml reformat with max width 2024-05-11 23:28:08 +02:00
shell.nix improve c build 2024-05-26 11:40:52 +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
C# / F# servicepoint_binding_cs

Projects using the library

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

Where is servicepoint1?

This library is a spiritual mix of a not-yet-working rust library called servicepoint and a bunch of working but also unfinished C# code. Because most of the API concept and a bunch of code is taken from the rust library, the result is called servicepoint.

Contributing

Contributions are accepted in any form (issues, documentation, feature requests, code, review, ...).

All creatures welcome.