From ad30bb7aedf6b2e959a0ed90e90e2b991a69f6dc Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 20 Sep 2024 21:24:32 +0200 Subject: Write dabmux config, add README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..923a33e --- /dev/null +++ b/README.md @@ -0,0 +1,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 -- cgit v1.2.3