Skip to content

Commit 51f4357

Browse files
authored
Update README.md
1 parent 203ceaf commit 51f4357

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

README.md

+1-23
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# WsprDaemon (WD) 3.1.5 (This page is in the midst of a much-needed extensive revision)
1+
# WsprDaemon (WD) 3.1.7 (This page is in the midst of a much-needed extensive revision)
22

33
Wsprdaemon (WD) is Linux service which decodes WSPR and FST4W spots from one or more [Kiwis](http://kiwisdr.com) and/or RX888 SDRs and *reliably* posts them to [wsprnet.org](http://wsprnet.org). It includes many features not found in WSJT-x, including multiple band and/or multiple receiver support. WD also records additional information about spots like doppler shift and background noise level which permit much deeper understanding of propagation conditions. For systems like the KiwiSDR which have a limited number of receive channels, schedules can be configured to switch between bands at different hours of the day or at sunrise/sunset-relative times. Spots obtained from multiple receivers on the same band ( e.g a 40M vertical and 500' Beverage ) can be merged together with only the best SNR posted to [wsprnet.org](http://wsprnet.org). WD can be configured to create graphs of the background noise level for display locally and/or at [graphs.wsprdaemon.org](http://graphs.wsprnet.org).
44

@@ -59,28 +59,6 @@ Beware : newer versions, since 3.1.5 will need to use
5959
source ~/wsprdaemon/bash-aliases
6060
```
6161

62-
## Installation on a system running wsprdaemon that was not installed using 'git clone'
63-
64-
Stop WD with:
65-
```bash
66-
'./wsprdaemon.sh -z'
67-
````
68-
Save away (i.e.rename) your existing ~/wsprdaemon directory, including its wsprdaemon.conf file:
69-
```bash
70-
mv ~/wsprdaemon/ ~/wsprdaemon.save"
71-
````
72-
Follow the instructions for "Greenfield Installation", but don't end by starting WD with
73-
```bash
74-
'./wsprdaemon.sh -a'
75-
````
76-
Copy your saved wsprdaemon.conf file into the directory created by the clone:
77-
```bash
78-
cp ~/wsprdaemon.save/wsprdaemon.conf ~/wsprdaemon/"
79-
````
80-
Then start WD with
81-
```bash
82-
./wsprdaemon.sh -a
83-
````
8462
## Upgrading WD in a cloned directory to the latest master version
8563

8664
Execute 'git pull'

0 commit comments

Comments
 (0)