Re: Has anyone run auto-wspr and/or WD on a RaspSDR?
I forget who it was who reported that loading a new version of the kiwi code got their RaspberryPi working in autowspr and with WD.
Once autowspr works, disable it so WD can use those rx channels.
In the conf file you should need only to define the KIWI receiver as on localhost, e.g.:
Once autowspr works, disable it so WD can use those rx channels.
In the conf file you should need only to define the KIWI receiver as on localhost, e.g.:
declare RECEIVER_LIST=(
"KIWI_0 localhost:8073 AI6VN CM87tj NULL"
)
then define a schedule like:
)
then define a schedule like:
declare WSPR_SCHEDULE=(
"00:00 KIWI_0,80 KIWI_0,40 KIWI_0,30 KIWI_0,20 KIWI_0,17 KIWI_0,15 KIWI_0,12 KIWI_0,10"
)