Added semi-fictitious usage sector in README.

This commit is contained in:
Boyan 2023-06-20 01:42:31 +03:00
parent fe45d1852b
commit bb71d5d310

View File

@ -6,3 +6,7 @@ Using `pyrtlsdr`, interact with an RTL-TCP server. Tell it when and where to lis
### Ideas(difficulty level) ### Ideas(difficulty level)
* Clearness % algorithm(5/5) * Clearness % algorithm(5/5)
* Local sdr support(1/5) * Local sdr support(1/5)
## Usage
Firstly, edit the `config.ini` file to your liking. Then, do `pip install -r requirements.txt`. Lastly, run `python src/main.py` and enjoy the show!