aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2024-10-10 07:42:13 +0300
committerkaotisk <kaotisk@arching-kaos.org>2024-10-10 07:42:13 +0300
commit8281be7ba874e116ccc43e41d1275c1d531c54dc (patch)
tree9f2495682205807db74842674b4bedfbc27b0daf /README
parent3c508f9bf96bc425eb183f676214ed9b9d14b84e (diff)
downloadarching-kaos-radio-8281be7ba874e116ccc43e41d1275c1d531c54dc.tar.gz
arching-kaos-radio-8281be7ba874e116ccc43e41d1275c1d531c54dc.tar.bz2
arching-kaos-radio-8281be7ba874e116ccc43e41d1275c1d531c54dc.zip
Implementation
Diffstat (limited to 'README')
-rw-r--r--README19
1 files changed, 19 insertions, 0 deletions
diff --git a/README b/README
index 9c60619..0c4fd29 100644
--- a/README
+++ b/README
@@ -1 +1,20 @@
That's a small proof-of-concept for radio-station-emulator
+
+For obvious reasons, we don't guarantee that the program/list creator won't be
+exploitable. That's why we mentioned the role of Radio Executive. The part that
+is automated, it's only for proof-of-concept. We could assume that new shows are
+only inserted by the Program Manager or Radio Executive, depending on how the
+real radio station works.
+
+Client implementation:
+- ./client/index.html
+- ./client/js/radio_emulator.js
+
+Server implementation:
+- ./server/index.js
+
+Helping scripts:
+- ./create_list.sh
+- ./create_metadata_show.sh
+- ./create_static_list.sh
+