added example graph

This commit is contained in:
Michael Clemens 2020-12-30 00:29:10 +01:00
parent 0947df9b0d
commit 92a2264a35
2 changed files with 11 additions and 5 deletions

View File

@ -13,11 +13,11 @@ This tool needs the following libraries/packages:
You can install all required packages with the following commands (Ubuntu/Debian):
'''
```
# sudo apt install rrdtool librrd-dev
# sudo pip3 install rrdtool
# sudo pip3 install airium
'''
```
You furthermore need to have your transceiver connected to a computer with rigctld (hamlib) running. This tool connects via Telnet to this computer and gets its data from there.
@ -30,6 +30,12 @@ Don't forget to create the directory where you want to store the database as wel
Start the tool without any parameters like this:
'''
```
# python3 NoiseFloorLogger.py
'''
```
## Output
You'll find a html file with some graphs in the directory you configured inside _config.py_. Here is an example of such graph:
![Example graph](example.png)

BIN
example.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB