diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2025-05-27 14:05:38 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2025-05-27 14:05:38 +0200 |
commit | d8fabca76ae754bdfce99cd2290a3faba8cfa1b2 (patch) | |
tree | 8f2c41e1396e90f845d2da4ea49a6ada3d457707 /gui/README.md | |
parent | 354872579c8d4d9184555bdfc2888abaf0bd445c (diff) | |
download | dabmux-d8fabca76ae754bdfce99cd2290a3faba8cfa1b2.tar.gz dabmux-d8fabca76ae754bdfce99cd2290a3faba8cfa1b2.tar.bz2 dabmux-d8fabca76ae754bdfce99cd2290a3faba8cfa1b2.zip |
Remove gui/ which is broken and unused
Diffstat (limited to 'gui/README.md')
-rw-r--r-- | gui/README.md | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/gui/README.md b/gui/README.md deleted file mode 100644 index fc0311d..0000000 --- a/gui/README.md +++ /dev/null @@ -1,32 +0,0 @@ -The ODR-DabMux Web Management GUI -================================= - -The whole world has repeatedly been asking for a graphical administration -console for the ODR-mmbTools. I give in now, and start working on this -web-based GUI. - -In the current state, it can display part of the configuration of a running -ODR-DabMux in your browser. It doesn't seem like much, but you *will* be -impressed. - -Usage ------ - -Launch ODR-DabMux with your preferred multiplex, and enable the statistics and -management server in the configuration file to port 12720, and the zeromq RC on -tcp://lo:12722 - -Start the gui/odr-dabmux-gui.py script on the same machine - -Connect to http://localhost:8000 - -Admire the fabulously well-designed presentation of the configuration. In the -remote control tab, you can interact with the ODR-DabMux RC to get an set -parameters. - -Expect more features to come: Better design; integrated statistics, dynamically -updated information, configuration upload and download, less ridiculous README, -and much more. We can even start dreaming about live multiplex reconfiguration. - -2016-10-07 mpb - |