2024-05-25 11:16:37 +02:00
|
|
|
# servicepoint
|
2024-05-12 00:03:10 +02:00
|
|
|
|
2024-05-12 01:49:38 +02:00
|
|
|
In [CCCB](https://berlin.ccc.de/), there is a big pixel matrix hanging on the wall. It is called "Service Point
|
|
|
|
Display" or "Airport Display".
|
2024-05-26 14:53:26 +02:00
|
|
|
This repository contains a library for parsing, encoding and sending packets to this display via UDP in multiple
|
|
|
|
programming languages.
|
2024-05-12 00:03:10 +02:00
|
|
|
|
2024-05-26 14:53:26 +02:00
|
|
|
Take a look at the contained crates for language specific information:
|
2024-05-12 00:03:10 +02:00
|
|
|
|
2024-05-26 14:53:26 +02:00
|
|
|
| Language | Readme |
|
|
|
|
|----------|---------------------------------------------------------------------|
|
|
|
|
| Rust | [servicepoint](crates/servicepoint/README.md) |
|
|
|
|
| C / C++ | [servicepoint_binding_c](crates/servicepoint_binding_c/README.md) |
|
|
|
|
| C# / F# | [servicepoint_binding_cs](crates/servicepoint_binding_cs/README.md) |
|
2024-05-13 18:59:31 +02:00
|
|
|
|
|
|
|
## Projects using the library
|
|
|
|
|
2024-05-26 14:53:26 +02:00
|
|
|
- screen simulator (rust): https://github.com/kaesaecracker/servicepoint-simulator
|
2024-05-13 18:59:31 +02:00
|
|
|
- tanks game (C#): https://github.com/kaesaecracker/cccb-tanks-cs
|
2024-05-26 14:53:26 +02:00
|
|
|
- cellular automata slideshow (rust): https://github.com/kaesaecracker/servicepoint-life
|
2024-05-13 18:59:31 +02:00
|
|
|
|
|
|
|
To add yourself to the list, open a pull request.
|
|
|
|
|
|
|
|
## Where is servicepoint1?
|
|
|
|
|
2024-05-26 14:53:26 +02:00
|
|
|
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`.
|
2024-05-13 18:59:31 +02:00
|
|
|
|
|
|
|
## Contributing
|
|
|
|
|
|
|
|
Contributions are accepted in any form (issues, documentation, feature requests, code, review, ...).
|
2024-05-12 00:03:10 +02:00
|
|
|
|
2024-05-13 18:59:31 +02:00
|
|
|
All creatures welcome.
|