A Real-Time Pop Server compatible with Broadsign Player.
https://docs.broadsign.com/broadsign-control/13-2/real-time-pop-api.html
|
|
5 лет назад | |
|---|---|---|
| doc | 5 лет назад | |
| src | 5 лет назад | |
| .gitignore | 5 лет назад | |
| Cargo.lock | 5 лет назад | |
| Cargo.toml | 5 лет назад | |
| LICENSE.md | 5 лет назад | |
| README.md | 5 лет назад |
This is an unofficial server example. It is discouraged to use it as-is for production uses. It comes with no warranty.
This implementation was done off hour, for hobby only.
This is an implementation of version 13.2's real-time pop protocol: https://docs.broadsign.com/broadsign-control/13-2/real-time-pop-api.html
rust-analyzer and Rust extensions.Rust extension settings to use rust-analyzer instead of rls (ctrl + ,).cargo test.cargo run. Use cargo run --release for optimizations.An Insomnia file is available (api_insomnia.json). You may import it to help you debug or comprehend
how to use this real-time pop server implementation.
Unless otherwise specified by Broadsign International LLC, this code is MIT licensed.