Ruby bindings for the servicepoint library.
Find a file
2025-02-15 12:10:45 +01:00
.github/workflows change pipeline to also run on forgejo, add note about move to README 2025-02-07 22:28:40 +01:00
crates cargo-mutants reduce misses to 16 2025-02-15 09:52:47 +01:00
.envrc.default convert shell.nix to flake.nix 2024-11-09 21:25:46 +01:00
.gitignore first CMD_UTF8_DATA implementation 2025-01-12 15:22:54 +01:00
about_display.md move about display section into own file 2024-09-07 12:30:09 +02:00
Cargo.lock version 0.13.0 2025-01-16 20:51:56 +01:00
Cargo.toml version 0.13.0 2025-01-16 20:51:56 +01:00
CONTRIBUTING.md prepare move to forgejo 2025-02-08 14:52:45 +01:00
flake.lock update flake 2025-02-15 10:03:24 +01:00
flake.nix simplify flake 2025-02-15 10:03:24 +01:00
LICENSE Create LICENSE 2024-05-12 00:10:34 +02:00
README.md add wiki link to README 2025-02-15 12:10:45 +01:00
rustfmt.toml reformat with max width 2024-05-11 23:28:08 +02:00

servicepoint

crates.io Crates.io Total Downloads docs.rs GPLv3 licensed

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.

This project moved to git.berlin.ccc.de/servicepoint/servicepoint. The GitHub repository remains available as a mirror.

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

Crate Languages Readme
servicepoint Rust servicepoint
servicepoint_binding_c C / C++ servicepoint_binding_c
servicepoint_binding_uniffi C# / Python / Go / Kotlin / Swift servicepoint_binding_uniffi

Projects using the library

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

You can also check out awesome-servicepoint for a bigger collection of projects, including some not related to this library.

If you have access, there is even more software linked in the wiki.

Contributing

See CONTRIBUTING.md.

What happened to servicepoint2?

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