Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
shajen committed Feb 7, 2023
1 parent 6c809a4 commit ef7ffd4
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ It also provides easy but very powerful **web panel** to explore recordings and

# Sample data collected

[YouTube video](http://www.youtube.com/watch?v=TSDbcb7wSjs)
[YouTube video](http://www.youtube.com/watch?v=TSDbcb7wSjs) (old version)

| Spectrogram | Transmission |
| - | - |
Expand All @@ -37,13 +37,13 @@ wget https://github.com/shajen/rtl-sdr-scanner-cpp/raw/master/docker-compose.yml
docker compose up
```

Wait a moment to collect data and open panel.

To update docker images to latest version type:
```
docker compose pull
```

Also remember to update `docker-compose.yml` and `config.json`.

## Panel

Open [http://localhost:8000/sdr/spectrograms/](http://localhost:8000/sdr/spectrograms/) and wait for data to collect.
Expand Down Expand Up @@ -271,6 +271,13 @@ Set `"console_log_level": "trace"` in `config.json`.

Then run app normally by `docker compose up`. After the error run `docker compose logs > logs.txt`. Please attach `logs.txt` if you create a new issue. Do not paste logs directly to issue. Upload it to any file host service ([https://file.io/](https://file.io/), [https://pastebin.com/](https://pastebin.com/) or any you like).

# Timezone

If timezone detection not work correctly and it seems to use `UTC` instead your timezone please set timezone in host system. To set `Europe/Warsaw` type:
```
echo "Europe/Warsaw" > /etc/timezone
```

# Advanced usage

## Build from sources
Expand Down

0 comments on commit ef7ffd4

Please sign in to comment.