blob: 923a33e8e79cd2535e6fc11b1060018208f18a4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
## A control UI for ODR-DabMux
Goals of this Web User Interface:
* Simplify creating basic ODR-DabMux DAB Ensemble configurations
* Interact with the ODR-DabMux Remote Control through a web UI
Complilation prerequisites
* Install Rust, most probably through [rustup](https://rustup.rs/)
* Type `cargo run`
* Navigate to http://localhost:3000
* Create a new Ensemble configuration in the Settings page, and specify where to write the odr-dabmux json config file
* Execute `odr-dabmux` with one argument: the configuration file
* Check in the Dashboard page that you see RC values
|