aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2024-01-02 18:06:28 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2024-01-02 18:06:28 +0100
commited797a8c00c0725df7170bd6f498da785f765b84 (patch)
treeef1c9e68f6ed1622381dd3a429fda7f45635805d
parent454f78a7bb29e19ab0e505f84ee82163cb01d489 (diff)
downloadcats-radio-node-ed797a8c00c0725df7170bd6f498da785f765b84.tar.gz
cats-radio-node-ed797a8c00c0725df7170bd6f498da785f765b84.tar.bz2
cats-radio-node-ed797a8c00c0725df7170bd6f498da785f765b84.zip
Add README
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..eddcfed
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
+# CATS Radio Node
+
+This project contains a web user interface for controlling a
+[https://cats.radio](CATS Radio) device, consisting of a Raspberry Pi with a
+[https://gitlab.scd31.com/cats/pi-hardware](RF4463 hat).
+
+## Goals
+
+1. Show incoming packets, and store them in the sqlite database `cats-radio-node.db`
+1. Allow the user to send custom packets
+1. Configure igate and other settings, stored in `node-config.toml`
+
+## Current state of the project
+
+Configuration read/write through UI is done.
+
+Pending: RF4463 integration, message decoding and presentation, igate integration, UI to send messages