From bc59545f4bd7e4372c7e767bbe57067c3da9563c Mon Sep 17 00:00:00 2001 From: Boyan Date: Mon, 19 Jun 2023 23:40:59 +0300 Subject: [PATCH] Added readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ad8582a --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +RTL-TCP automatic weather satellite image + +## Capture, decode and send +Using `pyrtlsdr`, interact with an RTL-TCP server. Tell it when and where to listen for weather satellites. Record said satellites. Locally decode the signals into images. Post the images to Discord. + +### Ideas(difficulty level) +* Clearness % algorithm(5/5) +* Local sdr support(1/5)