From 6a5e843ecbc390296e0b7dd0cba3872b8e4c1966 Mon Sep 17 00:00:00 2001 From: "Guenael, VA2GKA" Date: Sun, 26 Dec 2021 21:54:26 -0500 Subject: [PATCH 1/3] chore: bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 48ed339..162344a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,32 +1,27 @@ --- name: Bug report -about: Thank you for helping our community to improve this application +about: '' title: '' -labels: '' +labels: 'bug' assignees: Guenael - --- -**Describe the bug** +## Bug description A clear and concise description of what the bug is. -**Setup & hardware used** -- Version of `rtlsdr-wsprd` & source (git pull or release archive) +## Setup & hardware used +- Version of `rtlsdr-wsprd` & source used (git pull or release archive for example) - Version of `librtlsdr` intalled (with `ls -la /usr/lib/arm-linux-gnueabihf/librtlsdr.so.0`) - Computer hardware (ex. RaspberryPi 3, Laptop with Intel processor, etc...) -- OS/Distro version (ex. `Raspbian GNU/Linux 10 (buster)`, or `cat /etc/os-release`) +- OS/Distro version (ex. `Raspbian GNU/Linux 10 (buster)`, or use `cat /etc/os-release`) - Kernel used (with `uname -a`) - Reference of your RTLsdr dongle in use (& info reported by `rtlsdr-wsprd` at start) -**Option used** +## Options used Please provide the command line used with `rtlsdr-wsprd` and copy the first bloc that show the init. process. -**Optional Samples** -`rtlsdr-wsprd` allows to save samples with `-w ` option, for debugging purpose. -You can open these files with an editor like Audacity and use the spectrogram to inspect your transmission. Zipping and adding these files could help to solve some issues. +## Samples (optionnal) +`rtlsdr-wsprd` allows to save samples with `-w ` option, for debugging purpose. You can open these files with an editor like Audacity and use the spectrogram to inspect your signal. Zipping and adding these files could help to solve some issues. -**Additional context** +## Additional context Add any other context about the problem here. - -Thanks!! -Guenael From 6018d8bb89e653d0b860977cd0431b5e6300ace6 Mon Sep 17 00:00:00 2001 From: "Guenael, VA2GKA" Date: Sun, 26 Dec 2021 21:55:24 -0500 Subject: [PATCH 2/3] chore(doc): sudo requirement fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef7a6e4..436d070 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ echo "== Install rtlsdr-wsprd" git clone https://github.com/Guenael/rtlsdr-wsprd cd rtlsdr-wsprd make -make install +sudo make install echo "== Start/test rtlsdr-wsprd" rtlsdr_wsprd -f 2m -c A1XYZ -l AB12cd -g 29 From 54076999fc92eab26ee76f8729130a1cd95921e0 Mon Sep 17 00:00:00 2001 From: "Guenael, VA2GKA" Date: Sun, 26 Dec 2021 21:57:02 -0500 Subject: [PATCH 3/3] chore(readme): minor fix --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 436d070..3ccb788 100644 --- a/README.md +++ b/README.md @@ -144,10 +144,10 @@ Some performance tests using: - rtlsdr-wsprd version 0.4.2 - Build with `clang -O3 -std=gnu17` -| Hardware | Supported | RX Load | Decode burst | -| --------- | ------------------ | ------- | ------------ | -| RPi-1 | :heavy_check_mark: | 23.2% | 8.4s | -| RPi-2 | :heavy_check_mark: | 13.5% | 4.1s | -| RPi-3 | :heavy_check_mark: | 10.9% | 2.1s | -| RPi-4 | :heavy_check_mark: | 5.8% | 1.1s | -| i7-5820K | :heavy_check_mark: | 1.7% | 0.5s | +| Hardware | Supported | RX Load | Decode burst | +| ------------- | ------------------ | ------- | ------------ | +| RPi-1 | :heavy_check_mark: | 23.2% | 8.4s | +| RPi-2 | :heavy_check_mark: | 13.5% | 4.1s | +| RPi-3 | :heavy_check_mark: | 10.9% | 2.1s | +| RPi-4 | :heavy_check_mark: | 5.8% | 1.1s | +| PC (i7-5820K) | :heavy_check_mark: | 1.7% | 0.5s |