jketterl / openwebrx

Open source, multi-user SDR receiver software with a web interface
https://www.openwebrx.de
GNU Affero General Public License v3.0
1.02k stars 146 forks source link

WSJT-X 2.2.2 #149

Closed nevrrmind closed 4 years ago

nevrrmind commented 4 years ago

V2.2.2 is online :) https://physics.princeton.edu/pulsar/K1JT/wsjtx-2.2.2.tgz

jketterl commented 4 years ago

That's good! Does it work with OpenWebRX?

nevrrmind commented 4 years ago

Still waiting for compiling to finish...

loewal commented 4 years ago

Runs perfect on my Pi4!

nevrrmind commented 4 years ago

a2x: ERROR: "xsltproc" -param man.endnotes.list.enabled 0 -param man.endnotes.are.numbered 0 --stringparam callout.graphics 0 --stringparam navig.graphics 0 --stringparam admon.textlabel 1 --stringparam admon.graphics 0 "/etc/asciidoc/docbook-xsl/manpage.xsl" "/opt/wsjtx-2.2.2/build/wsjtx-prefix/src/wsjtx-build/manpages/man/man1/wsjtx.1.xml" returned non-zero exit status 127

apt install xsltproc (Maybe you could add it to the install instructions.)

nevrrmind commented 4 years ago

Modulation "JT65" not supported. Please check requirements Modulation "JS8Call" not supported. Please check requirements Modulation "FT8" not supported. Please check requirements Modulation "FT4" not supported. Please check requirements Modulation "WSPR" not supported. Please check requirements

OpenWebRX - Open Source SDR Web App for Everyone! | for license see LICENSE file in the package


Author contact info: Jakob Ketterl, DD5JFK dd5jfk@darc.de Documentation: https://github.com/jketterl/openwebrx/wiki Support and info: https://groups.io/g/openwebrx

2020-07-08 16:11:24,421 - owrx.main - INFO - OpenWebRX version v0.20.0-dev starting up... 2020-07-08 16:11:24,480 - owrx.sdr - INFO - SDR sources loaded. Available SDRs: Airspy HF+ 2020-07-08 16:11:25,465 - owrx.connection - DEBUG - client connection intitialized 2020-07-08 16:11:25,485 - owrx.source - DEBUG - activating profile 20m 2020-07-08 16:11:26,175 - owrx.source - INFO - Started sdr source: soapy_connector -P 0 -g auto -s 384000 -f 14150000 -p 32809 -c 34875 -d driver=airspyhf IQ worker thread started setting up control socket... socket setup complete, waiting for connections control socket started on 34875 client connection establised 2020-07-08 16:11:26,278 - owrx.source.connector - DEBUG - opening control socket... control connection established 2020-07-08 16:11:26,280 - owrx.dsp - DEBUG - received STATE_RUNNING, attempting DspSource restart 2020-07-08 16:11:26,296 - owrx.bands - WARNING - Frequency for wspr on 4m is not within band limits: 70091000 2020-07-08 16:11:26,309 - owrx.fft - DEBUG - Spectrum thread initialized successfully. 2020-07-08 16:11:26,309 - csdr.csdr - DEBUG - Command = nc -v 127.0.0.1 32809 | csdr fft_cc 4096 2844.4444444444443 | csdr logaveragepower_cf -70 4096 15 | csdr fft_exchange_sides_ff 4096 | csdr compress_fft_adpcm_f_u8 4096 localhost [127.0.0.1] 32809 (?) open client connection establised 2020-07-08 16:11:27,040 - csdr.csdr - DEBUG - Command = nc -v 127.0.0.1 32809 | csdr shift_addfast_cc --fifo /tmp/openwebrx_pipe_547986613304_shift_pipe | csdr fir_decimate_cc 32 0.0046875 HAMMING | csdr bandpass_fir_fft_cc --fifo /tmp/openwebrx_pipe_547986613304_bpf_pipe 0.02666666666666667 HAMMING | csdr squelch_and_smeter_cc --fifo /tmp/openwebrx_pipe_547986613304_squelch_pipe --outfifo /tmp/openwebrx_pipe_547986613304_smeter_pipe 5 2 | csdr realpart_cf | csdr agc_ff | csdr limit_ff | csdr convert_f_s16 | csdr encode_ima_adpcm_i16_u8 2020-07-08 16:11:27,050 - owrx.dsp - DEBUG - adding new output of type audio csdr shift_addfast_cc: fifo control mode on localhost [127.0.0.1] 32809 (?) open 2020-07-08 16:11:27,054 - owrx.dsp - DEBUG - adding new output of type smeter fir_decimate_cc: taps_length = 853 csdr fir_decimate_cc: taps_length = 853 csdr fir_decimate_cc: padded_taps_length = 856 csdr fir_decimate_cc: taps = 7c535290 csdr fir_decimate_cc: NEON aligned taps = 7c5352a0 csdr bandpass_fir_fft_cc: fifo control mode on client connection establised csdr squelch_and_smeter_cc: fifo control mode on csdr shift_addfast_cc: reinitialized to 0.208333 csdr bandpass_fir_fft_cc: (fft_size = 512) = (taps_length = 149) + (input_size = 364) - 1 (overlap_length = 148) = taps_length - 1 csdr bandpass_fir_fft_cc: filter initialized, low_cut = 0.025, high_cut = 0.25 csdr squelch_and_smeter_cc: initial squelch level is 1e-15 closing client socket 2020-07-08 16:11:52,070 - owrx.websocket - DEBUG - websocket close frame received; closing connection 2020-07-08 16:11:52,073 - owrx.websocket - DEBUG - websocket loop ended; shutting down

closing client socket 2020-07-08 16:11:52,084 - csdr.csdr - DEBUG - dsp thread ended with rc=-15 signal 15 caught

2020-07-08 16:11:52,099 - csdr.csdr - DEBUG - dsp thread ended with rc=-15 Exception in thread Thread-15: Traceback (most recent call last): File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner self.run() File "/usr/lib/python3.7/threading.py", line 865, in run self._target(*self._args, **self._kwargs) File "/opt/openwebrx/csdr/csdr.py", line 61, in copy write(data) File "/opt/openwebrx/owrx/connection.py", line 290, in write_dsp_data self.send(bytes([0x02]) + data) File "/opt/openwebrx/owrx/connection.py", line 44, in send self.conn.send(data) File "/opt/openwebrx/owrx/websocket.py", line 105, in send raise WebSocketClosed() owrx.websocket.WebSocketClosed

2020-07-08 16:11:52,103 - owrx.source - DEBUG - shut down with RC=0 2020-07-08 16:11:52,105 - owrx.cpu - DEBUG - cpu usage thread shut down 2020-07-08 16:11:52,106 - owrx.websocket - DEBUG - websocket loop ended; sending close frame 2020-07-08 16:11:52,312 - owrx.connection - DEBUG - client connection intitialized 2020-07-08 16:11:53,038 - owrx.source - INFO - Started sdr source: soapy_connector -P 0 -g auto -s 384000 -f 14150000 -p 32809 -c 34875 -d driver=airspyhf IQ worker thread started setting up control socket... socket setup complete, waiting for connections control socket started on 34875 client connection establised 2020-07-08 16:11:53,142 - owrx.source.connector - DEBUG - opening control socket... control connection established 2020-07-08 16:11:53,145 - owrx.dsp - DEBUG - received STATE_RUNNING, attempting DspSource restart 2020-07-08 16:11:53,182 - owrx.fft - DEBUG - Spectrum thread initialized successfully. 2020-07-08 16:11:53,183 - csdr.csdr - DEBUG - Command = nc -v 127.0.0.1 32809 | csdr fft_cc 4096 2844.4444444444443 | csdr logaveragepower_cf -70 4096 15 | csdr fft_exchange_sides_ff 4096 | csdr compress_fft_adpcm_f_u8 4096 client connection establised localhost [127.0.0.1] 32809 (?) open 2020-07-08 16:11:53,930 - csdr.csdr - DEBUG - Command = nc -v 127.0.0.1 32809 | csdr shift_addfast_cc --fifo /tmp/openwebrx_pipe_547986771752_shift_pipe | csdr fir_decimate_cc 32 0.0046875 HAMMING | csdr bandpass_fir_fft_cc --fifo /tmp/openwebrx_pipe_547986771752_bpf_pipe 0.02666666666666667 HAMMING | csdr squelch_and_smeter_cc --fifo /tmp/openwebrx_pipe_547986771752_squelch_pipe --outfifo /tmp/openwebrx_pipe_547986771752_smeter_pipe 5 2 | csdr realpart_cf | csdr agc_ff | csdr limit_ff | csdr convert_f_s16 | csdr encode_ima_adpcm_i16_u8 2020-07-08 16:11:53,941 - owrx.dsp - DEBUG - adding new output of type audio csdr shift_addfast_cc: 2020-07-08 16:11:53,943 - owrx.dsp - DEBUG - adding new output of type smeter fifo control mode on localhost [127.0.0.1] 32809 (?) open csdr bandpass_fir_fft_cc: fifo control mode on csdr bandpass_fir_fft_cc: (fft_size = 512) = (taps_length = 149) + (input_size = 364) - 1 (overlap_length = 148) = taps_length - 1 csdr squelch_and_smeter_cc: csdr bandpass_fir_fft_cc: filter initialized, low_cut = 0.025, high_cut = 0.25 fir_decimate_cc: taps_length = 853 client connection establised fifo control mode on csdr fir_decimate_cc: taps_length = 853 csdr fir_decimate_cc: padded_taps_length = 856 csdr fir_decimate_cc: taps = 98b2b290 csdr fir_decimate_cc: NEON aligned taps = 98b2b2a0 csdr shift_addfast_cc: reinitialized to 0.208333 csdr squelch_and_smeter_cc: initial squelch level is 1e-15 closing client socket csdr shift_addfast_cc: reinitialized to 0.197917

Maybe i missed something...

jketterl commented 4 years ago

Please check the availability of both the jt9 and wsprd commands. They are the requirements for wsjt-x decoding.

nevrrmind commented 4 years ago

Very simple solution: I forgot "make install" 🙄

jketterl commented 4 years ago

ah. well at least it's easy to fix :grinning:

jketterl commented 4 years ago

xsltproc added to manual installation procedure :)

nevrrmind commented 4 years ago

So I can summarize= V2.2.2 is running. :)

Device model : Odroid C4 (aarch64) PRETTY_NAME="Debian GNU/Linux 10 (buster)" Linux 4.9.218+ aarch64