From ba49138855686b8b39ebc634bfbd742d300e949a Mon Sep 17 00:00:00 2001 From: Tomasz Lemiech Date: Fri, 15 Oct 2021 21:03:58 +0200 Subject: [PATCH] Move screenshots to a separate directory --- README.md | 6 +++--- screenshot.png => screenshots/screenshot.png | Bin statistics.png => screenshots/statistics.png | Bin vrs_config.png => screenshots/vrs_config.png | Bin 4 files changed, 3 insertions(+), 3 deletions(-) rename screenshot.png => screenshots/screenshot.png (100%) rename statistics.png => screenshots/statistics.png (100%) rename vrs_config.png => screenshots/vrs_config.png (100%) diff --git a/README.md b/README.md index b5d3aa8..af733f0 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ HFDL (High Frequency Data Link) is a protocol used for radio communications betw ## Example -![dumphfdl screenshot](screenshot.png?raw=true) +![dumphfdl screenshot](screenshots/screenshot.png?raw=true) ## Supported protocols and message types @@ -755,7 +755,7 @@ The program does not calculate statistics by itself. Instead, it sends metric va Here is an example of some dumphfdl metrics being graphed by Grafana: -![Statistics](statistics.png?raw=true) +![Statistics](screenshots/statistics.png?raw=true) Metrics are quite handy when tuning your receiving installation or monitoring HF propagation or HFDL channel usage patterns. @@ -929,7 +929,7 @@ First, configure a new push feed in VRS: - Configure the receiver like this: -![VRS receiver configuration](vrs_config.png?raw=true) +![VRS receiver configuration](screenshots/vrs_config.png?raw=true) - You can choose a different receiver name and port number, if you wish. Click OK to save your changes. In the main window you should see the new feed in "Waiting" state on the Feed status list. diff --git a/screenshot.png b/screenshots/screenshot.png similarity index 100% rename from screenshot.png rename to screenshots/screenshot.png diff --git a/statistics.png b/screenshots/statistics.png similarity index 100% rename from statistics.png rename to screenshots/statistics.png diff --git a/vrs_config.png b/screenshots/vrs_config.png similarity index 100% rename from vrs_config.png rename to screenshots/vrs_config.png