Added readme

This commit is contained in:
Boyan 2023-06-19 23:40:59 +03:00
parent 75faa1215d
commit bc59545f4b

8
README.md Normal file
View File

@ -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)