mirror of
https://github.com/cccb/servicepoint.git
synced 2025-01-18 18:10:14 +01:00
add badges
This commit is contained in:
parent
4292ac3ebd
commit
88671ac5c9
|
@ -1,6 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "servicepoint2"
|
name = "servicepoint2"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
publish = true
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license-file = "LICENSE"
|
license-file = "LICENSE"
|
||||||
description = "A rust library for the CCCB Service Point Display."
|
description = "A rust library for the CCCB Service Point Display."
|
||||||
|
@ -24,4 +25,3 @@ compression-gz = ["dep:flate2"]
|
||||||
compression-bz = ["dep:bzip2"]
|
compression-bz = ["dep:bzip2"]
|
||||||
compression-lz = ["dep:lz4"]
|
compression-lz = ["dep:lz4"]
|
||||||
compression-zs = ["dep:zstd"]
|
compression-zs = ["dep:zstd"]
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
# servicepoint
|
# servicepoint
|
||||||
|
|
||||||
|
[![crates.io](https://img.shields.io/crates/v/servicepoint2.svg)](https://crates.io/crates/servicepoint2)
|
||||||
|
[![GPLv3 licensed](https://img.shields.io/badge/license-GPLv3-blue.svg)](./LICENSE)
|
||||||
|
|
||||||
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".
|
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".
|
||||||
This repository contains a library for parsing, encoding and sending packets to this display via UDP.
|
This repository contains a library for parsing, encoding and sending packets to this display via UDP.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue