You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# wsprdaemon (WD)
2
2
3
-
A Debian/Raspberry Pi [WSPR](https://en.wikipedia.org/wiki/WSPR_(amateur_radio_software)) decoding and noise level graphing service
3
+
A Debian/Raspberry Pi [WSPR](https://en.wikipedia.org/wiki/WSPR_(amateur_radio_software)) decoding and noise level graphing service
4
4
5
5
This is a large bash script which utilizes [kiwirecorder.py](https://github.com/jks-prv/kiwiclient) and other library and utility commands to record WSPR spots from one or more [Kiwis](http://kiwisdr.com), audio adapters and (for VHF/UHF) [RTL-SDRs](https://www.rtl-sdr.com/about-rtl-sdr/) and *reliably* post them to [wsprnet.org](http://wsprnet.org).
6
6
@@ -18,7 +18,7 @@ I recommend that you create a `wsprdaemon` user to install and run WD on your sy
18
18
19
19
Logged on as that user:
20
20
21
-
Dowload wsprdaemon.sh from this site
21
+
Dowload `wsprdaemon.sh` from this site
22
22
23
23
```bash
24
24
chmod +x wsprdaemon.sh
@@ -30,8 +30,7 @@ cd ~/wsprdaemon/
30
30
31
31
This first run of WD will install many, many utilities and libraries, and for some you will be prompted to agree to the insallation. Some/all of them will require `sudo` permission. I configure `wsprdaemon` as a member of the `sudoers` group and thus are never prompted for a password, but you experience may vary.
32
32
33
-
At then end of a sucessful installation, WD creates a prototype configuration file `~/wsprdaemon/wsprdaemon.conf`. You will
34
-
need to edit that file to reflect your desired configuration.
33
+
At then end of a sucessful installation, WD creates a prototype configuration file at `~/wsprdaemon/wsprdaemon.conf`. You will need to edit that file to reflect your desired configuration.
35
34
36
35
## Usage
37
36
@@ -44,5 +43,4 @@ After installtion and configuration is completed, run:
44
43
|`~/wsprdaemon/wsprdaemon.sh -s`| Display the status of the WD service |
45
44
|`~/wsprdaemon/wsprdaemon.sh -h`| Help menu |
46
45
47
-
Since I have no QA department, installations, especially on non-Pi systems, may encounter problems which I have not seen.
48
-
However WD has been running for months at many top spotting sites and I hope you find it useful, not frustrating.
46
+
Since I have no QA department, installations, especially on non-Pi systems, may encounter problems which I have not seen. However WD has been running for months at many top spotting sites and I hope you find it useful, not frustrating.
0 commit comments