aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2024-01-07 17:43:05 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2024-01-07 17:43:05 +0100
commitb40299538a73d25d096d8f58f1468cd7f647a3f9 (patch)
treec7635cc964ad790a6f520862e948c16a2b2021a4 /README.md
parentc2742cde3d034b2af9bbcee90765338ee094e6cc (diff)
downloadcats-radio-node-b40299538a73d25d096d8f58f1468cd7f647a3f9.tar.gz
cats-radio-node-b40299538a73d25d096d8f58f1468cd7f647a3f9.tar.bz2
cats-radio-node-b40299538a73d25d096d8f58f1468cd7f647a3f9.zip
Add first iteration of send page, and fake-radio
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index eddcfed..9414e9a 100644
--- a/README.md
+++ b/README.md
@@ -15,3 +15,14 @@ This project contains a web user interface for controlling a
Configuration read/write through UI is done.
Pending: RF4463 integration, message decoding and presentation, igate integration, UI to send messages
+
+## Additional tools
+
+### fake-radio
+
+If no radio is available, frames can be sent and received over UDP for debugging.
+cats-radio-node receives on 127.0.0.1:9073, and transmits to 127.0.0.1:9074.
+
+The `fake-radio` binary can be used to inject frames for that, and decodes those sent by cats-radio-node.
+
+Build with `cargo build --bin fake-radio`