Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
shajen committed Nov 11, 2023
1 parent 5432b24 commit 4d83913
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This project contains sdr scanner written in `c++` to **scan and record multiple

Sdr scanner also allows you to record multiple transmissions simultaneously (if they are transmitted on the same band). For example, if one transmission is on 145.200 MHz and the other is on 145.600 MHz, the scanner will record and save both!

It also provides easy but very powerful **web panel** to explore recordings and spectrograms.
It also provides easy but very powerful **web panel** to explore recordings, spectrograms and configure sdr device.

# Supported devices

Expand Down Expand Up @@ -60,9 +60,12 @@ docker compose down

## Web panel

Web panel [here](http://localhost:8000/). Default login: `admin`, password: `password`. Configuration [here](http://localhost:8000/sdr/config/), configuration manual [here](https://github.com/shajen/rtl-sdr-scanner-cpp/wiki/Configuration), admin panel [here](http://localhost:8000/admin/).

Open [spectrograms](http://localhost:8000/sdr/spectrograms/) or [transmissions](http://localhost:8000/sdr/transmissions/) and wait for data to collect.
Default web panel address is [http://localhost:8000/](http://localhost:8000/), default login: `admin`, password: `password`. Useful links:
- [configuration](http://localhost:8000/sdr/config/)
- [configuration manual](https://github.com/shajen/rtl-sdr-scanner-cpp/wiki/Configuration)
- [admin panel](http://localhost:8000/admin/)
- [spectrograms](http://localhost:8000/sdr/spectrograms/) (wait for data to collect after start and configure)
- [transmissions](http://localhost:8000/sdr/transmissions/) (wait for data to collect after start and configure)

Sources of panel [here](https://github.com/shajen/monitor).

Expand Down Expand Up @@ -109,9 +112,11 @@ NOTE: Be sure to merge the **latest** from **upstream** before making a pull req

If you enjoy this project and want to thanks, please use follow link:

- [Revolut](https://revolut.me/borysm2b) (best way)
[<img src="images/paypal.jpg" width="100">](https://www.paypal.com/donate/?hosted_button_id=6JQ963AU688QN)
[<img src="images/revolut.jpg" width="100">](https://revolut.me/borysm2b)
<img src="images/btc.png" width="100">

- [PayPal](https://www.paypal.com/donate/?hosted_button_id=6JQ963AU688QN)
BTC address: 18UDYg9mu26K2E3U479eMvMZXPDpswR7Jn

# License

Expand Down
Binary file added images/btc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/config.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/groups.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/paypal.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/revolut.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/spectrogram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/spectrograms.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/transmission.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/transmissions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4d83913

Please sign in to comment.