ha7ilm / openwebrx

Open source, multi-user SDR receiver software with a web interface
https://sdr.hu/openwebrx
GNU Affero General Public License v3.0
991 stars 476 forks source link

Hangs one or twice every day #42

Closed daniel5457h closed 5 years ago

daniel5457h commented 8 years ago

Hi,

I'm trying to set up a public SDR for listening CB comms near Barcelona, Spain and help the local CB enthusiasts listening each other when the QRM is high (URL http://z-ha-dum.dyndns.org:8080). However, it hangs once or twice every day, no errors are given on the log. I tried on a Rasbberry Pi 3 running Raspbian and in a NUC 6I3 running Ubuntu 16.04. Same thing.

When this happens, new clients reach this in the OpenWebRX log: "WebSocket opened to ws://z-ha-dum.dyndns.org:8080/ws/", but they never see the "Web Audio API succesfully initialized, sample rate: 44100 sps" that appears when it's running ok. No audio and no waterfall.

So, any hints? Or maybe, is there any way I can increase the debug information / logging so we can properly locate the issue here?

By the way, our of despair, I'll just settle happily with a patch for a forced exit of OpenWebRX everytime this happens, I can have systemd restarting it as may times as it has to.

Best regards, Daniel, EA3HRU.

ha7ilm commented 8 years ago

Hi Daniel,

Thanks for reporting that. This kind of bug is hard to find without direct access to the system, and I am planning to set up public receiver(s) myself as well to be able to debug things like that.

However, the first question is to see if it is OpenWebRX that hangs, or it is the receiver (via the rtl_sdr tool). The RTL-SDR can randomly fail for various reasons (but typically because of insufficient power supply or getting overheated).

Could you add csdr through | csdr fifo in the input chain at the config?

This is the original line:

start_rtl_command="rtl_sdr -s {samp_rate} -f {center_freq} -p {ppm} -g {rf_gain} -".format(rf_gain=rf_gain, center_freq=center_freq, samp_rate=samp_rate, ppm=ppm)

This is the modified line:

start_rtl_command="rtl_sdr -s {samp_rate} -f {center_freq} -p {ppm} -g {rf_gain} - | csdr through | csdr fifo".format(rf_gain=rf_gain, center_freq=center_freq, samp_rate=samp_rate, ppm=ppm)

It would help to see what you get at the console with these new settings while the system hangs.

VY 73!

Andras, HA7ILM

daniel5457h commented 8 years ago

Thanks András,

Still printing numbers since last night, like

through: 4800061 bytes/s 55228864 through: 4800061 bytes/s 55230016 through: 4800061 bytes/s 55231232 through: 4800061 bytes/s 55232384 through: 4800061 bytes/s 55233536 through: 4800060 bytes/s 55234688 through: 4800061 bytes/s 55235904 through: 4800061 bytes/s 55237056 through: 4800061 bytes/s 55238208 through: 4800061 bytes/s 55239424 through: 4800061 bytes/s 55240576 through: 4800061 bytes/s 55241728 through: 4800061 bytes/s 55242944

The web is not accessible tough, I'm getting a "Sorry, the receiver is inactive due to internal error", I guess that's normal with this modification.

I'll let it run until tomorrow.

Thanks again for your help, Daniel.

ha7ilm commented 8 years ago

Hi Daniel,

Thanks!

Since then, I have tried that configuration myself, and realized that it won't work with the csdr fifo. The correct command is:

start_rtl_command="rtl_sdr -s {samp_rate} -f {center_freq} -p {ppm} -g {rf_gain} - | csdr through".format(rf_gain=rf_gain, center_freq=center_freq, samp_rate=samp_rate, ppm=ppm)

Then the web interface should also work.

Andras

ha7ilm commented 8 years ago

In commit 4a79c6762 I have made some changes so that OpenWebRX will show some more verbose debug information on the USR1 signal.

If the hang happens again, we could get more information about the status of the software if you execute this from another terminal:

killall -USR1 openwebrx
daniel5457h commented 8 years ago

Perfect András, I've done both changes, now the web is accessible again and USR1 signal prints some stuff. Let's wait now!

Daniel.

daniel5457h commented 8 years ago

Hi,

I got a hang a little while ago. Here is the log on the console.

through: 4800056 bytes/s 84033856 through: 4800056 bytes/s 84035008

Here I log in normally, all is ok

192.168.1.8 - - [22/Jun/2016 09:20:18] "GET / HTTP/1.1" 200 - [openwebrx-httpd] client 192.168.1.8#4f21a0daddfbc0fd8cbc9c22988ff3a0 :: client added. Clients now: 3 192.168.1.8 - - [22/Jun/2016 09:20:18] "GET /sdr.js HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:20:18] "GET /openwebrx.js HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:20:18] "GET /openwebrx.css HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:20:18] "GET /favicon.ico HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:20:18] "GET /openwebrx.js HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:20:18] "GET /sdr.js HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:20:18] "GET /openwebrx.css HTTP/1.1" 200 - through: 4800056 bytes/s 84036160 192.168.1.8 - - [22/Jun/2016 09:20:18] "GET /gfx/openwebrx-top-photo.jpg HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:20:18] "GET /gfx/openwebrx-top-logo.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:20:18] "GET /gfx/openwebrx-ha5kfu-top-logo.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:20:18] "GET /gfx/openwebrx-avatar-background.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:20:18] "GET /gfx/openwebrx-avatar.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:20:18] "GET /gfx/openwebrx-rx-details-arrow-up.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:20:18] "GET /gfx/openwebrx-rx-details-arrow.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:20:18] "GET /gfx/openwebrx-panel-status.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:20:18] "GET /gfx/openwebrx-panel-log.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:20:18] "GET /gfx/openwebrx-panel-receiver.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:20:18] "GET /gfx/openwebrx-squelch-button.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:20:18] "GET /gfx/openwebrx-waterfall-auto.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:20:18] "GET /gfx/openwebrx-speaker.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:20:18] "GET /gfx/openwebrx-waterfall-default.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:20:18] "GET /gfx/openwebrx-zoom-in.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:20:18] "GET /gfx/openwebrx-zoom-out.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:20:18] "GET /gfx/openwebrx-zoom-in-total.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:20:18] "GET /gfx/openwebrx-zoom-out-total.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:20:18] "GET /gfx/openwebrx-play-button.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:20:18] "GET /gfx/openwebrx-scale-background.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:20:18] "GET /gfx/openwebrx-background-cool-blue.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:20:18] "GET /favicon.ico HTTP/1.1" 200 - [openwebrx-httpd:ws,2] command: SET output_rate=11025 action=start [openwebrx-dsp-plugin:csdr] Command = ncat -v 127.0.0.1 4951 | csdr convert_u8_f | csdr shift_addition_cc --fifo /tmp/openwebrx_pipe_140094674991008_shift | csdr fir_decimate_cc 217 0.0006911875 HAMMING | csdr bandpass_fir_fft_cc --fifo /tmp/openwebrx_pipe_140094674991008_bpf 0.0289357084727 HAMMING | csdr squelch_and_smeter_cc --fifo /tmp/openwebrx_pipe_140094674991008_squelch --outfifo /tmp/openwebrx_pipe_140094674991008_smeter 5 1 | csdr fmdemod_quadri_cf | csdr limit_ff | csdr fractional_decimator_ff 1.00308390023 | csdr deemphasis_nfm_ff 11025 | csdr fastagc_ff 1024 | csdr convert_f_s16 | csdr encode_ima_adpcm_i16_u8 csdr: fifo control mode on csdr: fifo control mode on fir_decimate_cc: taps_length = 5787 csdr: fifo control mode on fractional_decimator_ff: window = HAMMING fractional_decimator_ff: taps_length = 133 squelch_and_power_cc: initial squelch level is 0 shift_addition_cc: reinitialized to -0 bandpass_fir_fft_cc: (fft_size = 512) = (taps_length = 139) + (input_size = 374) - 1 (overlap_length = 138) = taps_length - 1 Ncat: Version 7.01 ( https://nmap.org/ncat ) Ncat: Connected to 127.0.0.1:4951. bandpass_fir_fft_cc: filter initialized, low_cut = -0.361696, high_cut = 0.361696 through: 4800056 bytes/s 84037376 through: 4800056 bytes/s 84038528 through: 4800056 bytes/s 84039680 [openwebrx-httpd:ws,2] command: SET audio_rate=44100 [openwebrx-httpd:ws] invalid parameter [openwebrx-httpd:ws,2] command: SET mod=ssb low_cut=150 high_cut=3000 offset_freq=0 [openwebrx-dsp-plugin:csdr] Command = ncat -v 127.0.0.1 4951 | csdr convert_u8_f | csdr shift_addition_cc --fifo /tmp/openwebrx_pipe_140094674991008_shift | csdr fir_decimate_cc 217 0.0006911875 HAMMING | csdr bandpass_fir_fft_cc --fifo /tmp/openwebrx_pipe_140094674991008_bpf 0.0289357084727 HAMMING | csdr squelch_and_smeter_cc --fifo /tmp/openwebrx_pipe_140094674991008_squelch --outfifo /tmp/openwebrx_pipe_140094674991008_smeter 5 1 | csdr realpart_cf | csdr fractional_decimator_ff 1.00308390023 | csdr agc_ff | csdr limit_ff | csdr convert_f_s16 | csdr encode_ima_adpcm_i16_u8 fractional_decimator_ff: window = HAMMING fractional_decimator_ff: taps_length = 133 csdr: fifo control mode on csdr: fifo control mode on csdr: fifo control mode on fir_decimate_cc: taps_length = 5787 bandpass_fir_fft_cc: (fft_size = 512) = (taps_length = 139) + (input_size = 374) - 1 (overlap_length = 138) = taps_length - 1 squelch_and_power_cc: initial squelch level is 0 [openwebrx-httpd:ws,2] command: SET low_cut=150 high_cut=3000 offset_freq=105000 shift_addition_cc: reinitialized to -0.04375 Ncat: Version 7.01 ( https://nmap.org/ncat ) Ncat: Connected to 127.0.0.1:4951. through: 4800056 bytes/s 84040832 bandpass_fir_fft_cc: filter initialized, low_cut = -0.361696, high_cut = 0.361696 bandpass_fir_fft_cc: filter initialized, low_cut = 0.0135636, high_cut = 0.271272 through: 4800056 bytes/s 84042048 through: 4800055 bytes/s 84043200 through: 4800056 bytes/s 84044352 through: 4800056 bytes/s 84045568 through: 4800056 bytes/s 84046720 through: 4800056 bytes/s 84047872 through: 4800056 bytes/s 84049088 through: 4800056 bytes/s 84050240 through: 4800056 bytes/s 84051392 through: 4800056 bytes/s 84052608 through: 4800056 bytes/s 84053760

The numbers go on and on for a while, I delete a few for your convenience

through: 4800056 bytes/s 84271744 through: 4800056 bytes/s 84272896 through: 4800056 bytes/s 84274048 through: 4800056 bytes/s 84275264 [openwebrx-spectrum] client spectrum queue full, closing it. [openwebrx-httpd] client 192.168.1.8#4f21a0daddfbc0fd8cbc9c22988ff3a0 :: client being closed. [openwebrx-httpd:ws] client closed by other thread [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094674991008_bpf [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094674991008_shift [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094674991008_squelch [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094674991008_smeter [openwebrx-httpd] client cannot be closed: <class 'main.ClientNotFoundException'> Client cannot be closed through: 4800056 bytes/s 84276416 through: 4800056 bytes/s 84277568 through: 4800056 bytes/s 84278784

I do not know where exactly, but I think is already hanged. More numbers, I delete a few

through: 4800056 bytes/s 84561152 through: 4800056 bytes/s 84562368 through: 4800056 bytes/s 84563520 [openwebrx] Verbose status information on USR1 signal

time.time() = 1466580469.16 clients_mutex.locked() = False clients_mutex_locker = None spectrum_thread_watchdog_last_tick = 1466580468.0

clients: 2

id = 58e94b10af5de535dc8b54dacd5b0ca1
gen_time = 1466576399.07
ws_started = True
sprectum_queue = <property object at 0x7f6a555f6cb0>
ip = 192.168.1.8
closed = [False]
bcastmsg = 
dsp = <plugins.dsp.csdr.plugin.dsp_plugin instance at 0x7f6a55578fc8>

id = 941e77560daa7b9f534f22322e0d1065
gen_time = 1466576764.91
ws_started = True
sprectum_queue = <property object at 0x7f6a555f6998>
ip = 192.168.1.8
closed = [False]
bcastmsg = 
dsp = <plugins.dsp.csdr.plugin.dsp_plugin instance at 0x7f6a55578ab8>

through: 4800056 bytes/s 84564672 through: 4800056 bytes/s 84565888 through: 4800056 bytes/s 84567040 through: 4800056 bytes/s 84568192 through: 4800056 bytes/s 84569408 through: 4800056 bytes/s 84570560 through: 4800056 bytes/s 84571712 through: 4800056 bytes/s 84572928 through: 4800056 bytes/s 84574080 through: 4800056 bytes/s 84575232 through: 4800056 bytes/s 84576384 through: 4800056 bytes/s 84577600 through: 4800056 bytes/s 84578752 through: 4800056 bytes/s 84579904 through: 4800056 bytes/s 84581120 through: 4800056 bytes/s 84582272 through: 4800056 bytes/s 84583424 through: 4800056 bytes/s 84584640 through: 4800056 bytes/s 84585792 through: 4800056 bytes/s 84586944 through: 4800056 bytes/s 84588160 through: 4800056 bytes/s 84589312

Here I hit F5, trying to reconnect. In the web client log I see "WebSocket opened to ws://z-ha-dum.dyndns.org:8080/ws/", but I can't see the web Audio API succesfully initialized message. No audio and no waterfall

through: 4800056 bytes/s 84590464 through: 4800058 bytes/s 84591661 through: 4800056 bytes/s 84592832 192.168.1.8 - - [22/Jun/2016 09:28:14] "GET / HTTP/1.1" 200 - [openwebrx-httpd] client 192.168.1.8#8b1d244432dc45b363dad5c65955e622 :: client added. Clients now: 3 192.168.1.8 - - [22/Jun/2016 09:28:14] "GET /sdr.js HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:14] "GET /openwebrx.js HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:14] "GET /openwebrx.css HTTP/1.1" 200 - through: 4800056 bytes/s 84593984 192.168.1.8 - - [22/Jun/2016 09:28:15] "GET /favicon.ico HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:15] "GET /openwebrx.js HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:15] "GET /openwebrx.css HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:15] "GET /sdr.js HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:15] "GET /gfx/openwebrx-top-photo.jpg HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:15] "GET /gfx/openwebrx-top-logo.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:15] "GET /gfx/openwebrx-ha5kfu-top-logo.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:15] "GET /gfx/openwebrx-avatar-background.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:15] "GET /gfx/openwebrx-rx-details-arrow-up.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:15] "GET /gfx/openwebrx-avatar.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:15] "GET /gfx/openwebrx-rx-details-arrow.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:15] "GET /gfx/openwebrx-panel-status.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:15] "GET /gfx/openwebrx-panel-log.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:15] "GET /gfx/openwebrx-panel-receiver.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:15] "GET /gfx/openwebrx-waterfall-auto.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:15] "GET /gfx/openwebrx-speaker.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:15] "GET /gfx/openwebrx-waterfall-default.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:15] "GET /gfx/openwebrx-squelch-button.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:15] "GET /gfx/openwebrx-zoom-in.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:15] "GET /gfx/openwebrx-zoom-out.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:15] "GET /gfx/openwebrx-zoom-in-total.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:15] "GET /gfx/openwebrx-zoom-out-total.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:15] "GET /gfx/openwebrx-play-button.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:15] "GET /gfx/openwebrx-scale-background.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:15] "GET /gfx/openwebrx-background-cool-blue.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:15] "GET /favicon.ico HTTP/1.1" 200 - [openwebrx-httpd:ws,2] command: SET output_rate=11025 action=start [openwebrx-dsp-plugin:csdr] Command = ncat -v 127.0.0.1 4951 | csdr convert_u8_f | csdr shift_addition_cc --fifo /tmp/openwebrx_pipe_140094675110296_shift | csdr fir_decimate_cc 217 0.0006911875 HAMMING | csdr bandpass_fir_fft_cc --fifo /tmp/openwebrx_pipe_140094675110296_bpf 0.0289357084727 HAMMING | csdr squelch_and_smeter_cc --fifo /tmp/openwebrx_pipe_140094675110296_squelch --outfifo /tmp/openwebrx_pipe_140094675110296_smeter 5 1 | csdr fmdemod_quadri_cf | csdr limit_ff | csdr fractional_decimator_ff 1.00308390023 | csdr deemphasis_nfm_ff 11025 | csdr fastagc_ff 1024 | csdr convert_f_s16 | csdr encode_ima_adpcm_i16_u8 csdr: fifo control mode on fir_decimate_cc: taps_length = 5787 csdr: fifo control mode on shift_addition_cc: reinitialized to -0 bandpass_fir_fft_cc: (fft_size = 512) = (taps_length = 139) + (input_size = 374) - 1 (overlap_length = 138) = taps_length - 1 fractional_decimator_ff: window = HAMMING fractional_decimator_ff: taps_length = 133 csdr: fifo control mode on squelch_and_power_cc: initial squelch level is 0 Ncat: Version 7.01 ( https://nmap.org/ncat ) Ncat: Connected to 127.0.0.1:4951. bandpass_fir_fft_cc: filter initialized, low_cut = -0.361696, high_cut = 0.361696 through: 4800056 bytes/s 84595136 through: 4800056 bytes/s 84596352 through: 4800056 bytes/s 84597504 through: 4800056 bytes/s 84598656 through: 4800056 bytes/s 84599872 through: 4800056 bytes/s 84601024 through: 4800056 bytes/s 84602176 through: 4800056 bytes/s 84603392 through: 4800055 bytes/s 84604544 192.168.1.8 - - [22/Jun/2016 09:28:24] "GET / HTTP/1.1" 200 - [openwebrx-httpd] client 192.168.1.8#465c17a772dfca6773739c4a2949079f :: client added. Clients now: 4 192.168.1.8 - - [22/Jun/2016 09:28:24] "GET /sdr.js HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:24] "GET /openwebrx.js HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:24] "GET /openwebrx.css HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:24] "GET /favicon.ico HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:24] "GET /sdr.js HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:24] "GET /openwebrx.js HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:24] "GET /openwebrx.css HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:24] "GET /gfx/openwebrx-top-photo.jpg HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:24] "GET /gfx/openwebrx-top-logo.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:24] "GET /gfx/openwebrx-ha5kfu-top-logo.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:24] "GET /gfx/openwebrx-avatar.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:24] "GET /gfx/openwebrx-avatar-background.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:24] "GET /gfx/openwebrx-rx-details-arrow-up.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:24] "GET /gfx/openwebrx-rx-details-arrow.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:24] "GET /gfx/openwebrx-panel-log.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:24] "GET /gfx/openwebrx-panel-status.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:24] "GET /gfx/openwebrx-panel-receiver.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:24] "GET /gfx/openwebrx-speaker.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:24] "GET /gfx/openwebrx-waterfall-auto.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:24] "GET /gfx/openwebrx-squelch-button.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:24] "GET /gfx/openwebrx-waterfall-default.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:24] "GET /gfx/openwebrx-zoom-in.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:24] "GET /gfx/openwebrx-zoom-out.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:24] "GET /gfx/openwebrx-zoom-in-total.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:24] "GET /gfx/openwebrx-zoom-out-total.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:24] "GET /gfx/openwebrx-play-button.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:24] "GET /gfx/openwebrx-scale-background.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:24] "GET /gfx/openwebrx-background-cool-blue.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:28:24] "GET /favicon.ico HTTP/1.1" 200 - through: 4800056 bytes/s 84605696 [openwebrx-httpd:ws,3] command: SET output_rate=11025 action=start [openwebrx-dsp-plugin:csdr] Command = ncat -v 127.0.0.1 4951 | csdr convert_u8_f | csdr shift_addition_cc --fifo /tmp/openwebrx_pipe_140094675111808_shift | csdr fir_decimate_cc 217 0.0006911875 HAMMING | csdr bandpass_fir_fft_cc --fifo /tmp/openwebrx_pipe_140094675111808_bpf 0.0289357084727 HAMMING | csdr squelch_and_smeter_cc --fifo /tmp/openwebrx_pipe_140094675111808_squelch --outfifo /tmp/openwebrx_pipe_140094675111808_smeter 5 1 | csdr fmdemod_quadri_cf | csdr limit_ff | csdr fractional_decimator_ff 1.00308390023 | csdr deemphasis_nfm_ff 11025 | csdr fastagc_ff 1024 | csdr convert_f_s16 | csdr encode_ima_adpcm_i16_u8 fir_decimate_cc: taps_length = 5787 fractional_decimator_ff: window = HAMMING fractional_decimator_ff: taps_length = 133 csdr: fifo control mode on bandpass_fir_fft_cc: (fft_size = 512) = (taps_length = 139) + (input_size = 374) - 1 (overlap_length = 138) = taps_length - 1 csdr: fifo control mode on shift_addition_cc: reinitialized to -0 csdr: fifo control mode on squelch_and_power_cc: initial squelch level is 0 Ncat: Version 7.01 ( https://nmap.org/ncat ) Ncat: Connected to 127.0.0.1:4951. bandpass_fir_fft_cc: filter initialized, low_cut = -0.361696, high_cut = 0.361696 through: 4800056 bytes/s 84606912 through: 4800056 bytes/s 84608064 through: 4800056 bytes/s 84609216 through: 4800056 bytes/s 84610368 through: 4800056 bytes/s 84611584 through: 4800056 bytes/s 84612736 through: 4800056 bytes/s 84613888 through: 4800056 bytes/s 84615104 through: 4800056 bytes/s 84616256 through: 4800056 bytes/s 84617408 through: 4800056 bytes/s 84618624 through: 4800056 bytes/s 84619776 through: 4800056 bytes/s 84620928 through: 4800056 bytes/s 84622144 through: 4800056 bytes/s 84623296 through: 4800056 bytes/s 84624448 through: 4800056 bytes/s 84625664 [openwebrx] Verbose status information on USR1 signal

time.time() = 1466580522.62 clients_mutex.locked() = False clients_mutex_locker = None spectrum_thread_watchdog_last_tick = 1466580521.79

clients: 4

id = 58e94b10af5de535dc8b54dacd5b0ca1
gen_time = 1466576399.07
ws_started = True
sprectum_queue = <property object at 0x7f6a555f6cb0>
ip = 192.168.1.8
closed = [False]
bcastmsg = 
dsp = <plugins.dsp.csdr.plugin.dsp_plugin instance at 0x7f6a55578fc8>

id = 941e77560daa7b9f534f22322e0d1065
gen_time = 1466576764.91
ws_started = True
sprectum_queue = <property object at 0x7f6a555f6998>
ip = 192.168.1.8
closed = [False]
bcastmsg = 
dsp = <plugins.dsp.csdr.plugin.dsp_plugin instance at 0x7f6a55578ab8>

id = 8b1d244432dc45b363dad5c65955e622
gen_time = 1466580494.31
ws_started = True
sprectum_queue = <property object at 0x7f6a55618998>
ip = 192.168.1.8
closed = [False]
bcastmsg = MSG cpu_usage=48 clients=4
dsp = <plugins.dsp.csdr.plugin.dsp_plugin instance at 0x7f6a55584998>

id = 465c17a772dfca6773739c4a2949079f
gen_time = 1466580504.17
ws_started = True
sprectum_queue = <property object at 0x7f6a555c0c58>
ip = 192.168.1.8
closed = [False]
bcastmsg = MSG cpu_usage=48 clients=4
dsp = <plugins.dsp.csdr.plugin.dsp_plugin instance at 0x7f6a55584f80>

through: 4800056 bytes/s 84626816 through: 4800056 bytes/s 84627968 through: 4800056 bytes/s 84629120 through: 4800056 bytes/s 84630336 through: 4800056 bytes/s 84631488 through: 4800056 bytes/s 84632640 through: 4800056 bytes/s 84633856 through: 4800056 bytes/s 84635008 through: 4800056 bytes/s 84636160 through: 4800056 bytes/s 84637376 through: 4800056 bytes/s 84638528 through: 4800056 bytes/s 84639680 through: 4800056 bytes/s 84640896 through: 4800056 bytes/s 84642048 through: 4800056 bytes/s 84643200 through: 4800056 bytes/s 84644352 through: 4800056 bytes/s 84645568 through: 4800056 bytes/s 84646720 through: 4800056 bytes/s 84647872 through: 4800056 bytes/s 84649088 through: 4800056 bytes/s 84650240 through: 4800055 bytes/s 84651392 through: 4800056 bytes/s 84652608 through: 4800056 bytes/s 84653760 through: 4800056 bytes/s 84654912 through: 4800056 bytes/s 84656128 through: 4800056 bytes/s 84657280 through: 4800056 bytes/s 84658432 through: 4800056 bytes/s 84659648 through: 4800056 bytes/s 84660800 through: 4800056 bytes/s 84661952 through: 4800056 bytes/s 84663104 through: 4800056 bytes/s 84664320 through: 4800056 bytes/s 84665472 through: 4800056 bytes/s 84666624 through: 4800056 bytes/s 84667840 through: 4800056 bytes/s 84668992 through: 4800056 bytes/s 84670144 through: 4800056 bytes/s 84671360 through: 4800056 bytes/s 84672512 through: 4800056 bytes/s 84673664 through: 4800056 bytes/s 84674880 through: 4800056 bytes/s 84676032 through: 4800056 bytes/s 84677184 through: 4800057 bytes/s 84678361 through: 4800056 bytes/s 84679552 through: 4800056 bytes/s 84680704 through: 4800056 bytes/s 84681856 through: 4800056 bytes/s 84683072 through: 4800056 bytes/s 84684224 through: 4800056 bytes/s 84685376 through: 4800056 bytes/s 84686592 through: 4800056 bytes/s 84687744 through: 4800056 bytes/s 84688896 through: 4800056 bytes/s 84690112 through: 4800056 bytes/s 84691264 through: 4800056 bytes/s 84692416 through: 4800056 bytes/s 84693632 through: 4800056 bytes/s 84694784 through: 4800056 bytes/s 84695936 through: 4800056 bytes/s 84697088 through: 4800056 bytes/s 84698304 through: 4800056 bytes/s 84699456 through: 4800056 bytes/s 84700608 through: 4800056 bytes/s 84701824 through: 4800056 bytes/s 84702976 through: 4800056 bytes/s 84704128 [openwebrx-httpd:ws,0] command: SET low_cut=150 high_cut=3000 offset_freq=21578 shift_addition_cc: reinitialized to -0.00899083 bandpass_fir_fft_cc: filter initialized, low_cut = 0.0135636, high_cut = 0.271272 through: 4800056 bytes/s 84705344 through: 4800056 bytes/s 84706496 through: 4800056 bytes/s 84707648 through: 4800056 bytes/s 84708864 [openwebrx-httpd:ws,0] command: SET low_cut=150 high_cut=3000 offset_freq=17676 shift_addition_cc: reinitialized to -0.007365 bandpass_fir_fft_cc: filter initialized, low_cut = 0.0135636, high_cut = 0.271272 through: 4800056 bytes/s 84710016 [openwebrx-httpd:ws,0] command: SET low_cut=150 high_cut=3000 offset_freq=14921 shift_addition_cc: reinitialized to -0.00621708 bandpass_fir_fft_cc: filter initialized, low_cut = 0.0135636, high_cut = 0.271272 through: 4800056 bytes/s 84711168 [openwebrx-httpd:ws,0] command: SET low_cut=150 high_cut=3000 offset_freq=15074 shift_addition_cc: reinitialized to -0.00628083 bandpass_fir_fft_cc: filter initialized, low_cut = 0.0135636, high_cut = 0.271272 through: 4800056 bytes/s 84712384 through: 4800056 bytes/s 84713536 through: 4800056 bytes/s 84714688 through: 4800056 bytes/s 84715840 through: 4800056 bytes/s 84717056 through: 4800056 bytes/s 84718208 through: 4800056 bytes/s 84719360 through: 4800056 bytes/s 84720576 through: 4800056 bytes/s 84721728 through: 4800056 bytes/s 84722880 [openwebrx-httpd:ws,0] command: SET low_cut=150 high_cut=3000 offset_freq=15036 shift_addition_cc: reinitialized to -0.006265 bandpass_fir_fft_cc: filter initialized, low_cut = 0.0135636, high_cut = 0.271272 through: 4800056 bytes/s 84724096 through: 4800056 bytes/s 84725248 through: 4800056 bytes/s 84726400 through: 4800056 bytes/s 84727616 through: 4800056 bytes/s 84728768 through: 4800056 bytes/s 84729920 through: 4800056 bytes/s 84731072 through: 4800056 bytes/s 84732288 through: 4800056 bytes/s 84733440 through: 4800056 bytes/s 84734592 through: 4800056 bytes/s 84735808 through: 4800056 bytes/s 84736960 through: 4800056 bytes/s 84738112 through: 4800056 bytes/s 84739328 through: 4800056 bytes/s 84740480 through: 4800056 bytes/s 84741632 [openwebrx-httpd:ws,1] command: SET low_cut=-3500 high_cut=3500 offset_freq=-315026 shift_addition_cc: reinitialized to 0.131261 bandpass_fir_fft_cc: filter initialized, low_cut = -0.316484, high_cut = 0.316484 through: 4800056 bytes/s 84742848 through: 4800056 bytes/s 84744000 through: 4800056 bytes/s 84745152 through: 4800056 bytes/s 84746368 through: 4800056 bytes/s 84747520 through: 4800056 bytes/s 84748672 through: 4800056 bytes/s 84749824 through: 4800056 bytes/s 84751040 through: 4800056 bytes/s 84752192 through: 4800056 bytes/s 84753344 through: 4800056 bytes/s 84754560 through: 4800056 bytes/s 84755712 through: 4800056 bytes/s 84756864 through: 4800056 bytes/s 84758080 through: 4800056 bytes/s 84759232 through: 4800056 bytes/s 84760384 through: 4800056 bytes/s 84761600 through: 4800056 bytes/s 84762752 through: 4800056 bytes/s 84763904 through: 4800055 bytes/s 84765059 through: 4800056 bytes/s 84766272 through: 4800056 bytes/s 84767424 through: 4800056 bytes/s 84768576 through: 4800056 bytes/s 84769792 through: 4800056 bytes/s 84770944 through: 4800056 bytes/s 84772096 through: 4800056 bytes/s 84773312 through: 4800056 bytes/s 84774464 through: 4800056 bytes/s 84775616 through: 4800056 bytes/s 84776832 through: 4800056 bytes/s 84777984 through: 4800056 bytes/s 84779136 through: 4800056 bytes/s 84780352 through: 4800056 bytes/s 84781504 through: 4800056 bytes/s 84782656 through: 4800056 bytes/s 84783808 through: 4800055 bytes/s 84785024 [openwebrx-httpd:ws,0] command: SET low_cut=150 high_cut=3000 offset_freq=54978 shift_addition_cc: reinitialized to -0.0229075 bandpass_fir_fft_cc: filter initialized, low_cut = 0.0135636, high_cut = 0.271272 through: 4800056 bytes/s 84786176 through: 4800056 bytes/s 84787328 through: 4800056 bytes/s 84788544 through: 4800056 bytes/s 84789696 through: 4800056 bytes/s 84790848 through: 4800056 bytes/s 84792064 through: 4800056 bytes/s 84793216 through: 4800056 bytes/s 84794368 through: 4800056 bytes/s 84795584 through: 4800056 bytes/s 84796736 through: 4800056 bytes/s 84797888 through: 4800056 bytes/s 84799104 through: 4800056 bytes/s 84800256 through: 4800056 bytes/s 84801408 through: 4800056 bytes/s 84802560 through: 4800056 bytes/s 84803776 through: 4800056 bytes/s 84804928 through: 4800056 bytes/s 84806080 through: 4800056 bytes/s 84807296 192.168.1.8 - - [22/Jun/2016 09:31:17] "GET / HTTP/1.1" 200 - [openwebrx-httpd] client 192.168.1.8#3485a614fa3b541f9164505f19c284ec :: client added. Clients now: 5 192.168.1.8 - - [22/Jun/2016 09:31:17] "GET /sdr.js HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:17] "GET /openwebrx.js HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:17] "GET /openwebrx.css HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:17] "GET /favicon.ico HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:17] "GET /sdr.js HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:17] "GET /openwebrx.js HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:17] "GET /openwebrx.css HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:17] "GET /gfx/openwebrx-top-photo.jpg HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:17] "GET /gfx/openwebrx-top-logo.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:17] "GET /gfx/openwebrx-avatar-background.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:17] "GET /gfx/openwebrx-avatar.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:17] "GET /gfx/openwebrx-rx-details-arrow-up.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:17] "GET /gfx/openwebrx-ha5kfu-top-logo.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:17] "GET /gfx/openwebrx-rx-details-arrow.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:17] "GET /gfx/openwebrx-panel-status.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:17] "GET /gfx/openwebrx-panel-log.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:17] "GET /gfx/openwebrx-panel-receiver.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:17] "GET /gfx/openwebrx-speaker.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:17] "GET /gfx/openwebrx-waterfall-auto.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:17] "GET /gfx/openwebrx-squelch-button.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:17] "GET /gfx/openwebrx-waterfall-default.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:17] "GET /gfx/openwebrx-zoom-in.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:17] "GET /gfx/openwebrx-zoom-out.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:17] "GET /gfx/openwebrx-zoom-in-total.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:17] "GET /gfx/openwebrx-zoom-out-total.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:17] "GET /gfx/openwebrx-scale-background.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:17] "GET /gfx/openwebrx-play-button.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:17] "GET /gfx/openwebrx-background-cool-blue.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:17] "GET /favicon.ico HTTP/1.1" 200 - [openwebrx-httpd:ws,4] command: SET output_rate=11025 action=start [openwebrx-dsp-plugin:csdr] Command = ncat -v 127.0.0.1 4951 | csdr convert_u8_f | csdr shift_addition_cc --fifo /tmp/openwebrx_pipe_140094675187328_shift | csdr fir_decimate_cc 217 0.0006911875 HAMMING | csdr bandpass_fir_fft_cc --fifo /tmp/openwebrx_pipe_140094675187328_bpf 0.0289357084727 HAMMING | csdr squelch_and_smeter_cc --fifo /tmp/openwebrx_pipe_140094675187328_squelch --outfifo /tmp/openwebrx_pipe_140094675187328_smeter 5 1 | csdr fmdemod_quadri_cf | csdr limit_ff | csdr fractional_decimator_ff 1.00308390023 | csdr deemphasis_nfm_ff 11025 | csdr fastagc_ff 1024 | csdr convert_f_s16 | csdr encode_ima_adpcm_i16_u8 fractional_decimator_ff: window = HAMMING fractional_decimator_ff: taps_length = 133 csdr: fifo control mode on fir_decimate_cc: taps_length = 5787 csdr: fifo control mode on csdr: fifo control mode on squelch_and_power_cc: initial squelch level is 0 shift_addition_cc: reinitialized to -0 bandpass_fir_fft_cc: (fft_size = 512) = (taps_length = 139) + (input_size = 374) - 1 (overlap_length = 138) = taps_length - 1 Ncat: Version 7.01 ( https://nmap.org/ncat ) through: 4800056 bytes/s 84808448 Ncat: Connected to 127.0.0.1:4951. bandpass_fir_fft_cc: filter initialized, low_cut = -0.361696, high_cut = 0.361696 through: 4800056 bytes/s 84809600 through: 4800056 bytes/s 84810816 through: 4800056 bytes/s 84811968 through: 4800056 bytes/s 84813120 through: 4800056 bytes/s 84814336 through: 4800056 bytes/s 84815488 through: 4800056 bytes/s 84816640 through: 4800056 bytes/s 84817792 through: 4800056 bytes/s 84819008 through: 4800056 bytes/s 84820160 through: 4800056 bytes/s 84821312 through: 4800056 bytes/s 84822528 through: 4800056 bytes/s 84823680 through: 4800056 bytes/s 84824832 through: 4800056 bytes/s 84826048 through: 4800056 bytes/s 84827200 through: 4800056 bytes/s 84828352 through: 4800056 bytes/s 84829568 [openwebrx-spectrum] client spectrum queue full, closing it. [openwebrx-httpd] client 192.168.1.8#8b1d244432dc45b363dad5c65955e622 :: client being closed. [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094675110296_bpf [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094675110296_shift [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094675110296_squelch [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094675110296_smeter [openwebrx-httpd] client cannot be closed: <class 'main.ClientNotFoundException'>

Client cannot be closed

Exception happened during processing of request from ('192.168.1.8', 58428) Traceback (most recent call last): File "/usr/lib/python2.7/SocketServer.py", line 596, in process_request_thread self.finish_request(request, client_address) File "/usr/lib/python2.7/SocketServer.py", line 331, in finish_request self.RequestHandlerClass(request, client_address, self) File "/usr/lib/python2.7/SocketServer.py", line 654, in init self.finish() File "/usr/lib/python2.7/SocketServer.py", line 713, in finish self.wfile.close() File "/usr/lib/python2.7/socket.py", line 283, in close self.flush() File "/usr/lib/python2.7/socket.py", line 307, in flush self._sock.sendall(view[write_offset:write_offset+buffer_size])

error: [Errno 32] Broken pipe

through: 4800056 bytes/s 84830720 through: 4800056 bytes/s 84831872 192.168.1.8 - - [22/Jun/2016 09:31:38] "GET / HTTP/1.1" 200 - [openwebrx-httpd] client 192.168.1.8#a19f5e90e1afafc189fc6e52a3722033 :: client added. Clients now: 5 192.168.1.8 - - [22/Jun/2016 09:31:38] "GET /sdr.js HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:38] "GET /openwebrx.js HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:38] "GET /openwebrx.css HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:38] "GET /favicon.ico HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:38] "GET /openwebrx.css HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:38] "GET /sdr.js HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:38] "GET /openwebrx.js HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:38] "GET /gfx/openwebrx-top-photo.jpg HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:38] "GET /gfx/openwebrx-top-logo.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:38] "GET /gfx/openwebrx-ha5kfu-top-logo.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:38] "GET /gfx/openwebrx-avatar-background.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:38] "GET /gfx/openwebrx-rx-details-arrow.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:38] "GET /gfx/openwebrx-rx-details-arrow-up.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:38] "GET /gfx/openwebrx-avatar.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:38] "GET /gfx/openwebrx-panel-log.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:38] "GET /gfx/openwebrx-panel-receiver.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:38] "GET /gfx/openwebrx-waterfall-auto.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:38] "GET /gfx/openwebrx-squelch-button.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:38] "GET /gfx/openwebrx-panel-status.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:38] "GET /gfx/openwebrx-speaker.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:38] "GET /gfx/openwebrx-zoom-in.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:38] "GET /gfx/openwebrx-waterfall-default.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:38] "GET /gfx/openwebrx-play-button.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:38] "GET /gfx/openwebrx-zoom-in-total.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:38] "GET /gfx/openwebrx-zoom-out-total.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:38] "GET /gfx/openwebrx-zoom-out.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:38] "GET /gfx/openwebrx-background-cool-blue.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:38] "GET /gfx/openwebrx-scale-background.png HTTP/1.1" 200 - through: 4800056 bytes/s 84833088 192.168.1.8 - - [22/Jun/2016 09:31:38] "GET /favicon.ico HTTP/1.1" 200 - [openwebrx-httpd:ws,4] command: SET output_rate=11025 action=start [openwebrx-dsp-plugin:csdr] Command = ncat -v 127.0.0.1 4951 | csdr convert_u8_f | csdr shift_addition_cc --fifo /tmp/openwebrx_pipe_140094675213344_shift | csdr fir_decimate_cc 217 0.0006911875 HAMMING | csdr bandpass_fir_fft_cc --fifo /tmp/openwebrx_pipe_140094675213344_bpf 0.0289357084727 HAMMING | csdr squelch_and_smeter_cc --fifo /tmp/openwebrx_pipe_140094675213344_squelch --outfifo /tmp/openwebrx_pipe_140094675213344_smeter 5 1 | csdr fmdemod_quadri_cf | csdr limit_ff | csdr fractional_decimator_ff 1.00308390023 | csdr deemphasis_nfm_ff 11025 | csdr fastagc_ff 1024 | csdr convert_f_s16 | csdr encode_ima_adpcm_i16_u8 csdr: fifo control mode on fir_decimate_cc: taps_length = 5787 csdr: fifo control mode on shift_addition_cc: reinitialized to -0 csdr: fifo control mode on fractional_decimator_ff: window = HAMMING fractional_decimator_ff: taps_length = 133 bandpass_fir_fft_cc: (fft_size = 512) = (taps_length = 139) + (input_size = 374) - 1 (overlap_length = 138) = taps_length - 1 squelch_and_power_cc: initial squelch level is 0 Ncat: Version 7.01 ( https://nmap.org/ncat ) Ncat: Connected to 127.0.0.1:4951. bandpass_fir_fft_cc: filter initialized, low_cut = -0.361696, high_cut = 0.361696 through: 4800056 bytes/s 84834240 through: 4800056 bytes/s 84835392 through: 4800056 bytes/s 84836544 through: 4800056 bytes/s 84837760 through: 4800056 bytes/s 84838912 through: 4800056 bytes/s 84840064 [openwebrx-spectrum] client spectrum queue full, closing it. [openwebrx-httpd] client 192.168.1.8#465c17a772dfca6773739c4a2949079f :: client being closed. [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094675111808_bpf [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094675111808_shift [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094675111808_squelch [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094675111808_smeter [openwebrx-httpd] client cannot be closed: <class 'main.ClientNotFoundException'>

Client cannot be closed

Exception happened during processing of request from ('192.168.1.8', 58459) Traceback (most recent call last): File "/usr/lib/python2.7/SocketServer.py", line 596, in process_request_thread self.finish_request(request, client_address) File "/usr/lib/python2.7/SocketServer.py", line 331, in finish_request self.RequestHandlerClass(request, client_address, self) File "/usr/lib/python2.7/SocketServer.py", line 654, in init self.finish() File "/usr/lib/python2.7/SocketServer.py", line 713, in finish self.wfile.close() File "/usr/lib/python2.7/socket.py", line 283, in close self.flush() File "/usr/lib/python2.7/socket.py", line 307, in flush self._sock.sendall(view[write_offset:write_offset+buffer_size])

error: [Errno 32] Broken pipe

through: 4800056 bytes/s 84841280 through: 4800056 bytes/s 84842432 through: 4800056 bytes/s 84843584 through: 4800056 bytes/s 84844800 through: 4800056 bytes/s 84845952 through: 4800056 bytes/s 84847104 192.168.1.8 - - [22/Jun/2016 09:31:50] "GET / HTTP/1.1" 200 - [openwebrx-httpd] client 192.168.1.8#e496f0f15d6de07ce3a2230bc09168b3 :: client added. Clients now: 5 192.168.1.8 - - [22/Jun/2016 09:31:51] "GET /sdr.js HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:51] "GET /openwebrx.js HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:51] "GET /openwebrx.css HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:51] "GET /favicon.ico HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:51] "GET /openwebrx.js HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:51] "GET /openwebrx.css HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:51] "GET /sdr.js HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:51] "GET /gfx/openwebrx-top-photo.jpg HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:51] "GET /gfx/openwebrx-ha5kfu-top-logo.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:51] "GET /gfx/openwebrx-top-logo.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:51] "GET /gfx/openwebrx-avatar-background.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:51] "GET /gfx/openwebrx-avatar.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:51] "GET /gfx/openwebrx-rx-details-arrow-up.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:51] "GET /gfx/openwebrx-panel-status.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:51] "GET /gfx/openwebrx-rx-details-arrow.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:51] "GET /gfx/openwebrx-panel-log.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:51] "GET /gfx/openwebrx-panel-receiver.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:51] "GET /gfx/openwebrx-waterfall-auto.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:51] "GET /gfx/openwebrx-speaker.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:51] "GET /gfx/openwebrx-squelch-button.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:51] "GET /gfx/openwebrx-zoom-in.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:51] "GET /gfx/openwebrx-waterfall-default.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:51] "GET /gfx/openwebrx-zoom-out-total.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:51] "GET /gfx/openwebrx-zoom-out.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:51] "GET /gfx/openwebrx-zoom-in-total.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:51] "GET /gfx/openwebrx-play-button.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:51] "GET /gfx/openwebrx-background-cool-blue.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:51] "GET /gfx/openwebrx-scale-background.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:31:51] "GET /favicon.ico HTTP/1.1" 200 - [openwebrx-httpd:ws,4] command: SET output_rate=11025 action=start [openwebrx-dsp-plugin:csdr] Command = ncat -v 127.0.0.1 4951 | csdr convert_u8_f | csdr shift_addition_cc --fifo /tmp/openwebrx_pipe_140094675234760_shift | csdr fir_decimate_cc 217 0.0006911875 HAMMING | csdr bandpass_fir_fft_cc --fifo /tmp/openwebrx_pipe_140094675234760_bpf 0.0289357084727 HAMMING | csdr squelch_and_smeter_cc --fifo /tmp/openwebrx_pipe_140094675234760_squelch --outfifo /tmp/openwebrx_pipe_140094675234760_smeter 5 1 | csdr fmdemod_quadri_cf | csdr limit_ff | csdr fractional_decimator_ff 1.00308390023 | csdr deemphasis_nfm_ff 11025 | csdr fastagc_ff 1024 | csdr convert_f_s16 | csdr encode_ima_adpcm_i16_u8 fir_decimate_cc: taps_length = 5787 csdr: fifo control mode on csdr: fifo control mode on bandpass_fir_fft_cc: (fft_size = 512) = (taps_length = 139) + (input_size = 374) - 1 (overlap_length = 138) = taps_length - 1 shift_addition_cc: reinitialized to -0 csdr: fifo control mode on squelch_and_power_cc: initial squelch level is 0 fractional_decimator_ff: window = HAMMING fractional_decimator_ff: taps_length = 133 Ncat: Version 7.01 ( https://nmap.org/ncat ) Ncat: Connected to 127.0.0.1:4951. through: 4800056 bytes/s 84848320 bandpass_fir_fft_cc: filter initialized, low_cut = -0.361696, high_cut = 0.361696 through: 4800056 bytes/s 84849472 through: 4800056 bytes/s 84850624 through: 4800056 bytes/s 84851776 through: 4800056 bytes/s 84852992 through: 4800056 bytes/s 84854144 through: 4800056 bytes/s 84855296 through: 4800056 bytes/s 84856512 through: 4800056 bytes/s 84857664 through: 4800056 bytes/s 84858816 through: 4800056 bytes/s 84860032 through: 4800056 bytes/s 84861184 through: 4800056 bytes/s 84862336 through: 4800056 bytes/s 84863552 through: 4800056 bytes/s 84864704 through: 4800056 bytes/s 84865856 through: 4800056 bytes/s 84867072 through: 4800056 bytes/s 84868224 through: 4800056 bytes/s 84869376 through: 4800056 bytes/s 84870528 through: 4800056 bytes/s 84871744 through: 4800056 bytes/s 84872896 through: 4800056 bytes/s 84874048 through: 4800056 bytes/s 84875264 192.168.1.8 - - [22/Jun/2016 09:32:15] "GET / HTTP/1.1" 200 - [openwebrx-httpd] client 192.168.1.8#01e7bd0cd1b0183c262d9207a97875b2 :: client added. Clients now: 6 192.168.1.8 - - [22/Jun/2016 09:32:15] "GET /sdr.js HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:32:15] "GET /openwebrx.js HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:32:15] "GET /openwebrx.css HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:32:15] "GET /favicon.ico HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:32:15] "GET /sdr.js HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:32:15] "GET /openwebrx.js HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:32:15] "GET /openwebrx.css HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:32:15] "GET /gfx/openwebrx-top-photo.jpg HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:32:15] "GET /gfx/openwebrx-top-logo.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:32:15] "GET /gfx/openwebrx-ha5kfu-top-logo.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:32:15] "GET /gfx/openwebrx-avatar-background.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:32:15] "GET /gfx/openwebrx-avatar.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:32:15] "GET /gfx/openwebrx-rx-details-arrow-up.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:32:15] "GET /gfx/openwebrx-rx-details-arrow.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:32:15] "GET /gfx/openwebrx-panel-status.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:32:15] "GET /gfx/openwebrx-panel-log.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:32:15] "GET /gfx/openwebrx-panel-receiver.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:32:15] "GET /gfx/openwebrx-speaker.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:32:15] "GET /gfx/openwebrx-waterfall-auto.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:32:15] "GET /gfx/openwebrx-squelch-button.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:32:15] "GET /gfx/openwebrx-waterfall-default.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:32:15] "GET /gfx/openwebrx-zoom-in.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:32:15] "GET /gfx/openwebrx-zoom-out.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:32:15] "GET /gfx/openwebrx-zoom-in-total.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:32:15] "GET /gfx/openwebrx-play-button.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:32:15] "GET /gfx/openwebrx-zoom-out-total.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:32:15] "GET /gfx/openwebrx-scale-background.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:32:15] "GET /gfx/openwebrx-background-cool-blue.png HTTP/1.1" 200 - 192.168.1.8 - - [22/Jun/2016 09:32:15] "GET /favicon.ico HTTP/1.1" 200 - [openwebrx-httpd:ws,5] command: SET output_rate=11025 action=start [openwebrx-dsp-plugin:csdr] Command = ncat -v 127.0.0.1 4951 | csdr convert_u8_f | csdr shift_addition_cc --fifo /tmp/openwebrx_pipe_140094655779544_shift | csdr fir_decimate_cc 217 0.0006911875 HAMMING | csdr bandpass_fir_fft_cc --fifo /tmp/openwebrx_pipe_140094655779544_bpf 0.0289357084727 HAMMING | csdr squelch_and_smeter_cc --fifo /tmp/openwebrx_pipe_140094655779544_squelch --outfifo /tmp/openwebrx_pipe_140094655779544_smeter 5 1 | csdr fmdemod_quadri_cf | csdr limit_ff | csdr fractional_decimator_ff 1.00308390023 | csdr deemphasis_nfm_ff 11025 | csdr fastagc_ff 1024 | csdr convert_f_s16 | csdr encode_ima_adpcm_i16_u8 fir_decimate_cc: taps_length = 5787 csdr: fifo control mode on csdr: fifo control mode on shift_addition_cc: reinitialized to -0 csdr: fifo control mode on fractional_decimator_ff: window = HAMMING fractional_decimator_ff: taps_length = 133 bandpass_fir_fft_cc: (fft_size = 512) = (taps_length = 139) + (input_size = 374) - 1 (overlap_length = 138) = taps_length - 1 squelch_and_power_cc: initial squelch level is 0 Ncat: Version 7.01 ( https://nmap.org/ncat ) Ncat: Connected to 127.0.0.1:4951. through: 4800056 bytes/s 84876416 bandpass_fir_fft_cc: filter initialized, low_cut = -0.361696, high_cut = 0.361696 through: 4800056 bytes/s 84877568 through: 4800056 bytes/s 84878784 through: 4800056 bytes/s 84879936 through: 4800056 bytes/s 84881088 through: 4800056 bytes/s 84882304 through: 4800056 bytes/s 84883456 through: 4800056 bytes/s 84884608 through: 4800056 bytes/s 84885824 through: 4800056 bytes/s 84886976 through: 4800056 bytes/s 84888128 through: 4800056 bytes/s 84889280 through: 4800056 bytes/s 84890496 through: 4800056 bytes/s 84891648 through: 4800056 bytes/s 84892800 through: 4800056 bytes/s 84894016 through: 4800056 bytes/s 84895168 through: 4800056 bytes/s 84896320 through: 4800056 bytes/s 84897536 through: 4800056 bytes/s 84898688 through: 4800056 bytes/s 84899840 [openwebrx-httpd] client 192.168.1.8#941e77560daa7b9f534f22322e0d1065 :: client being closed. [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094675061432_bpf [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094675061432_shift [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094675061432_squelch

[openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094675061432_smeter

Exception happened during processing of request from ('192.168.1.8', 58108) Traceback (most recent call last): File "/usr/lib/python2.7/SocketServer.py", line 596, in process_request_thread self.finish_request(request, client_address) File "/usr/lib/python2.7/SocketServer.py", line 331, in finish_request self.RequestHandlerClass(request, client_address, self) File "/usr/lib/python2.7/SocketServer.py", line 654, in init self.finish() File "/usr/lib/python2.7/SocketServer.py", line 713, in finish self.wfile.close() File "/usr/lib/python2.7/socket.py", line 283, in close self.flush() File "/usr/lib/python2.7/socket.py", line 307, in flush self._sock.sendall(view[write_offset:write_offset+buffer_size])

error: [Errno 32] Broken pipe

through: 4800056 bytes/s 84901056 through: 4800056 bytes/s 84902208 through: 4800056 bytes/s 84903360 through: 4800056 bytes/s 84904512 through: 4800056 bytes/s 84905728 through: 4800056 bytes/s 84906880 through: 4800056 bytes/s 84908032 through: 4800056 bytes/s 84909248 through: 4800056 bytes/s 84910400 [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094675725200_bpf [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094675725200_shift [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094675725200_squelch [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094675725200_smeter [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094675389832_bpf [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094675389832_shift [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094675389832_squelch [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094675389832_smeter [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094675438336_bpf [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094675438336_shift [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094675438336_squelch [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094675438336_smeter [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094675466792_bpf [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094675466792_shift [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094675466792_squelch [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094675466792_smeter [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094675061432_bpf [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094675061432_shift [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094675061432_squelch [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094675061432_smeter [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094674991008_bpf [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094674991008_shift [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094674991008_squelch [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094674991008_smeter [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094675110296_bpf [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094675110296_shift [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094675110296_squelch [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094675110296_smeter [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094675111808_bpf [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094675111808_shift [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094675111808_squelch [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140094675111808_smeter through: 4800056 bytes/s 84911552 through: 4800056 bytes/s 84912768 through: 4800056 bytes/s 84913920 through: 4800056 bytes/s 84915072 through: 4800056 bytes/s 84916288 through: 4800056 bytes/s 84917440 through: 4800056 bytes/s 84918592 through: 4800056 bytes/s 84919808 through: 4800056 bytes/s 84920960 through: 4800056 bytes/s 84922112 through: 4800056 bytes/s 84923264 through: 4800056 bytes/s 84924480 through: 4800056 bytes/s 84925632 through: 4800056 bytes/s 84926784 through: 4800056 bytes/s 84928000 through: 4800056 bytes/s 84929152 through: 4800056 bytes/s 84930304 through: 4800056 bytes/s 84931520 [openwebrx] Verbose status information on USR1 signal

time.time() = 1466580782.8 clients_mutex.locked() = False clients_mutex_locker = None spectrum_thread_watchdog_last_tick = 1466580782.39

clients: 5

id = 58e94b10af5de535dc8b54dacd5b0ca1
gen_time = 1466576399.07
ws_started = True
sprectum_queue = <property object at 0x7f6a555f6cb0>
ip = 192.168.1.8
closed = [False]
bcastmsg = 
dsp = <plugins.dsp.csdr.plugin.dsp_plugin instance at 0x7f6a55578fc8>

id = 3485a614fa3b541f9164505f19c284ec
gen_time = 1466580677.01
ws_started = True
sprectum_queue = <property object at 0x7f6a5559f0a8>
ip = 192.168.1.8
closed = [False]
bcastmsg = MSG cpu_usage=28 clients=5
dsp = <plugins.dsp.csdr.plugin.dsp_plugin instance at 0x7f6a55597680>

id = a19f5e90e1afafc189fc6e52a3722033
gen_time = 1466580698.16
ws_started = True
sprectum_queue = <property object at 0x7f6a5559f368>
ip = 192.168.1.8
closed = [False]
bcastmsg = MSG cpu_usage=28 clients=5
dsp = <plugins.dsp.csdr.plugin.dsp_plugin instance at 0x7f6a5559dc20>

id = e496f0f15d6de07ce3a2230bc09168b3
gen_time = 1466580710.97
ws_started = True
sprectum_queue = <property object at 0x7f6a5559f628>
ip = 192.168.1.8
closed = [False]
bcastmsg = MSG cpu_usage=28 clients=5
dsp = <plugins.dsp.csdr.plugin.dsp_plugin instance at 0x7f6a555a2fc8>

id = 01e7bd0cd1b0183c262d9207a97875b2
gen_time = 1466580735.09
ws_started = True
sprectum_queue = <property object at 0x7f6a5559f998>
ip = 192.168.1.8
closed = [False]
bcastmsg = MSG cpu_usage=28 clients=5
dsp = <plugins.dsp.csdr.plugin.dsp_plugin instance at 0x7f6a543152d8>

through: 4800056 bytes/s 84932672 through: 4800056 bytes/s 84933824 through: 4800056 bytes/s 84935040 ^CSignal caught, exiting! [openwebrx] Ctrl+C: aborting. [openwebrx-httpd] client 192.168.1.8#58e94b10af5de535dc8b54dacd5b0ca1 :: client being closed. [openwebrx-httpd] client 192.168.1.8#3485a614fa3b541f9164505f19c284ec :: client being closed.

User cancel, exiting... [openwebrx-httpd] client 192.168.1.8#a19f5e90e1afafc189fc6e52a3722033 :: client being closed. [openwebrx-httpd:ws] client closed by other thread [openwebrx-httpd] client 192.168.1.8#e496f0f15d6de07ce3a2230bc09168b3 :: client being closed. [openwebrx-httpd] client 192.168.1.8#01e7bd0cd1b0183c262d9207a97875b2 :: client being closed.

Here I attach also the access log, in case it helps:

[2016-06-22T08:26:05.566538] Started streaming to client: 192.168.1.8#941e77560daa7b9f534f22322e0d1065 (users now: 2) [2016-06-22T08:36:27.241713] GET /manager/html from 104.143.10.167 [2016-06-22T09:20:18.274492] GET / from 192.168.1.8 [2016-06-22T09:20:18.340238] GET /sdr.js from 192.168.1.8 [2016-06-22T09:20:18.342666] GET /openwebrx.js from 192.168.1.8 [2016-06-22T09:20:18.347800] GET /openwebrx.css from 192.168.1.8 [2016-06-22T09:20:18.524248] GET /favicon.ico from 192.168.1.8 [2016-06-22T09:20:18.532960] GET /sdr.js from 192.168.1.8 [2016-06-22T09:20:18.534424] GET /openwebrx.js from 192.168.1.8 [2016-06-22T09:20:18.541867] GET /openwebrx.css from 192.168.1.8 [2016-06-22T09:20:18.680363] GET /gfx/openwebrx-top-photo.jpg from 192.168.1.8 [2016-06-22T09:20:18.690169] GET /gfx/openwebrx-top-logo.png from 192.168.1.8 [2016-06-22T09:20:18.692853] GET /gfx/openwebrx-ha5kfu-top-logo.png from 192.168.1.8 [2016-06-22T09:20:18.695101] GET /gfx/openwebrx-avatar-background.png from 192.168.1.8 [2016-06-22T09:20:18.702486] GET /gfx/openwebrx-avatar.png from 192.168.1.8 [2016-06-22T09:20:18.707969] GET /gfx/openwebrx-rx-details-arrow.png from 192.168.1.8 [2016-06-22T09:20:18.708594] GET /gfx/openwebrx-rx-details-arrow-up.png from 192.168.1.8 [2016-06-22T09:20:18.709131] GET /gfx/openwebrx-panel-status.png from 192.168.1.8 [2016-06-22T09:20:18.710203] GET /gfx/openwebrx-panel-log.png from 192.168.1.8 [2016-06-22T09:20:18.712892] GET /gfx/openwebrx-panel-receiver.png from 192.168.1.8 [2016-06-22T09:20:18.720252] GET /gfx/openwebrx-waterfall-auto.png from 192.168.1.8 [2016-06-22T09:20:18.721071] GET /gfx/openwebrx-speaker.png from 192.168.1.8 [2016-06-22T09:20:18.721862] GET /gfx/openwebrx-squelch-button.png from 192.168.1.8 [2016-06-22T09:20:18.723827] GET /gfx/openwebrx-waterfall-default.png from 192.168.1.8 [2016-06-22T09:20:18.727691] GET /gfx/openwebrx-zoom-in.png from 192.168.1.8 [2016-06-22T09:20:18.732649] GET /gfx/openwebrx-zoom-out.png from 192.168.1.8 [2016-06-22T09:20:18.735321] GET /gfx/openwebrx-zoom-in-total.png from 192.168.1.8 [2016-06-22T09:20:18.740620] GET /gfx/openwebrx-zoom-out-total.png from 192.168.1.8 [2016-06-22T09:20:18.743328] GET /gfx/openwebrx-play-button.png from 192.168.1.8 [2016-06-22T09:20:18.746145] GET /gfx/openwebrx-scale-background.png from 192.168.1.8 [2016-06-22T09:20:18.748453] GET /gfx/openwebrx-background-cool-blue.png from 192.168.1.8 [2016-06-22T09:20:18.900946] GET /favicon.ico from 192.168.1.8 [2016-06-22T09:20:18.941606] GET /ws/4f21a0daddfbc0fd8cbc9c22988ff3a0 from 192.168.1.8 [2016-06-22T09:20:18.956525] Started streaming to client: 192.168.1.8#4f21a0daddfbc0fd8cbc9c22988ff3a0 (users now: 3) [2016-06-22T09:23:42.994166] Stopped streaming to client: 192.168.1.8#4f21a0daddfbc0fd8cbc9c22988ff3a0 (users now: 2) [2016-06-22T09:28:14.300879] GET / from 192.168.1.8 [2016-06-22T09:28:14.345469] GET /sdr.js from 192.168.1.8 [2016-06-22T09:28:14.349006] GET /openwebrx.js from 192.168.1.8 [2016-06-22T09:28:14.353740] GET /openwebrx.css from 192.168.1.8 [2016-06-22T09:28:15.001309] GET /favicon.ico from 192.168.1.8 [2016-06-22T09:28:15.088263] GET /sdr.js from 192.168.1.8 [2016-06-22T09:28:15.092903] GET /openwebrx.js from 192.168.1.8 [2016-06-22T09:28:15.095169] GET /openwebrx.css from 192.168.1.8 [2016-06-22T09:28:15.270281] GET /gfx/openwebrx-top-photo.jpg from 192.168.1.8 [2016-06-22T09:28:15.273914] GET /gfx/openwebrx-top-logo.png from 192.168.1.8 [2016-06-22T09:28:15.276311] GET /gfx/openwebrx-ha5kfu-top-logo.png from 192.168.1.8 [2016-06-22T09:28:15.280606] GET /gfx/openwebrx-avatar-background.png from 192.168.1.8 [2016-06-22T09:28:15.283570] GET /gfx/openwebrx-rx-details-arrow-up.png from 192.168.1.8 [2016-06-22T09:28:15.286983] GET /gfx/openwebrx-avatar.png from 192.168.1.8 [2016-06-22T09:28:15.297237] GET /gfx/openwebrx-rx-details-arrow.png from 192.168.1.8 [2016-06-22T09:28:15.313571] GET /gfx/openwebrx-panel-status.png from 192.168.1.8 [2016-06-22T09:28:15.316387] GET /gfx/openwebrx-panel-log.png from 192.168.1.8 [2016-06-22T09:28:15.319029] GET /gfx/openwebrx-panel-receiver.png from 192.168.1.8 [2016-06-22T09:28:15.322729] GET /gfx/openwebrx-speaker.png from 192.168.1.8 [2016-06-22T09:28:15.329218] GET /gfx/openwebrx-waterfall-auto.png from 192.168.1.8 [2016-06-22T09:28:15.331433] GET /gfx/openwebrx-squelch-button.png from 192.168.1.8 [2016-06-22T09:28:15.333555] GET /gfx/openwebrx-waterfall-default.png from 192.168.1.8 [2016-06-22T09:28:15.339894] GET /gfx/openwebrx-zoom-in.png from 192.168.1.8 [2016-06-22T09:28:15.340807] GET /gfx/openwebrx-zoom-out.png from 192.168.1.8 [2016-06-22T09:28:15.373550] GET /gfx/openwebrx-zoom-in-total.png from 192.168.1.8 [2016-06-22T09:28:15.376279] GET /gfx/openwebrx-zoom-out-total.png from 192.168.1.8 [2016-06-22T09:28:15.379151] GET /gfx/openwebrx-play-button.png from 192.168.1.8 [2016-06-22T09:28:15.382072] GET /gfx/openwebrx-scale-background.png from 192.168.1.8 [2016-06-22T09:28:15.386632] GET /gfx/openwebrx-background-cool-blue.png from 192.168.1.8 [2016-06-22T09:28:15.449693] GET /favicon.ico from 192.168.1.8 [2016-06-22T09:28:15.461905] GET /ws/8b1d244432dc45b363dad5c65955e622 from 192.168.1.8 [2016-06-22T09:28:15.462670] Started streaming to client: 192.168.1.8#8b1d244432dc45b363dad5c65955e622 (users now: 3) [2016-06-22T09:28:24.166022] GET / from 192.168.1.8 [2016-06-22T09:28:24.207685] GET /sdr.js from 192.168.1.8 [2016-06-22T09:28:24.211094] GET /openwebrx.js from 192.168.1.8 [2016-06-22T09:28:24.213370] GET /openwebrx.css from 192.168.1.8 [2016-06-22T09:28:24.344581] GET /favicon.ico from 192.168.1.8 [2016-06-22T09:28:24.372651] GET /sdr.js from 192.168.1.8 [2016-06-22T09:28:24.375759] GET /openwebrx.js from 192.168.1.8 [2016-06-22T09:28:24.381604] GET /openwebrx.css from 192.168.1.8 [2016-06-22T09:28:24.506715] GET /gfx/openwebrx-top-photo.jpg from 192.168.1.8 [2016-06-22T09:28:24.510211] GET /gfx/openwebrx-top-logo.png from 192.168.1.8 [2016-06-22T09:28:24.517792] GET /gfx/openwebrx-ha5kfu-top-logo.png from 192.168.1.8 [2016-06-22T09:28:24.519898] GET /gfx/openwebrx-avatar-background.png from 192.168.1.8 [2016-06-22T09:28:24.520305] GET /gfx/openwebrx-avatar.png from 192.168.1.8 [2016-06-22T09:28:24.520891] GET /gfx/openwebrx-rx-details-arrow-up.png from 192.168.1.8 [2016-06-22T09:28:24.524243] GET /gfx/openwebrx-rx-details-arrow.png from 192.168.1.8 [2016-06-22T09:28:24.525502] GET /gfx/openwebrx-panel-status.png from 192.168.1.8 [2016-06-22T09:28:24.526010] GET /gfx/openwebrx-panel-log.png from 192.168.1.8 [2016-06-22T09:28:24.528251] GET /gfx/openwebrx-panel-receiver.png from 192.168.1.8 [2016-06-22T09:28:24.529497] GET /gfx/openwebrx-speaker.png from 192.168.1.8 [2016-06-22T09:28:24.531282] GET /gfx/openwebrx-waterfall-auto.png from 192.168.1.8 [2016-06-22T09:28:24.534664] GET /gfx/openwebrx-squelch-button.png from 192.168.1.8 [2016-06-22T09:28:24.536235] GET /gfx/openwebrx-waterfall-default.png from 192.168.1.8 [2016-06-22T09:28:24.538148] GET /gfx/openwebrx-zoom-in.png from 192.168.1.8 [2016-06-22T09:28:24.541310] GET /gfx/openwebrx-zoom-out.png from 192.168.1.8 [2016-06-22T09:28:24.542437] GET /gfx/openwebrx-zoom-in-total.png from 192.168.1.8 [2016-06-22T09:28:24.544515] GET /gfx/openwebrx-zoom-out-total.png from 192.168.1.8 [2016-06-22T09:28:24.546814] GET /gfx/openwebrx-play-button.png from 192.168.1.8 [2016-06-22T09:28:24.553170] GET /gfx/openwebrx-scale-background.png from 192.168.1.8 [2016-06-22T09:28:24.556355] GET /gfx/openwebrx-background-cool-blue.png from 192.168.1.8 [2016-06-22T09:28:24.649014] GET /favicon.ico from 192.168.1.8 [2016-06-22T09:28:24.687092] GET /ws/465c17a772dfca6773739c4a2949079f from 192.168.1.8 [2016-06-22T09:28:24.690402] Started streaming to client: 192.168.1.8#465c17a772dfca6773739c4a2949079f (users now: 4) [2016-06-22T09:31:17.004966] GET / from 192.168.1.8 [2016-06-22T09:31:17.036164] GET /sdr.js from 192.168.1.8 [2016-06-22T09:31:17.060957] GET /openwebrx.js from 192.168.1.8 [2016-06-22T09:31:17.063536] GET /openwebrx.css from 192.168.1.8 [2016-06-22T09:31:17.242224] GET /favicon.ico from 192.168.1.8 [2016-06-22T09:31:17.304366] GET /sdr.js from 192.168.1.8 [2016-06-22T09:31:17.321767] GET /openwebrx.js from 192.168.1.8 [2016-06-22T09:31:17.337368] GET /openwebrx.css from 192.168.1.8 [2016-06-22T09:31:17.402301] GET /gfx/openwebrx-top-photo.jpg from 192.168.1.8 [2016-06-22T09:31:17.419143] GET /gfx/openwebrx-top-logo.png from 192.168.1.8 [2016-06-22T09:31:17.420211] GET /gfx/openwebrx-avatar-background.png from 192.168.1.8 [2016-06-22T09:31:17.421115] GET /gfx/openwebrx-avatar.png from 192.168.1.8 [2016-06-22T09:31:17.421658] GET /gfx/openwebrx-rx-details-arrow-up.png from 192.168.1.8 [2016-06-22T09:31:17.427416] GET /gfx/openwebrx-ha5kfu-top-logo.png from 192.168.1.8 [2016-06-22T09:31:17.442080] GET /gfx/openwebrx-rx-details-arrow.png from 192.168.1.8 [2016-06-22T09:31:17.443137] GET /gfx/openwebrx-panel-status.png from 192.168.1.8 [2016-06-22T09:31:17.443906] GET /gfx/openwebrx-panel-log.png from 192.168.1.8 [2016-06-22T09:31:17.444935] GET /gfx/openwebrx-panel-receiver.png from 192.168.1.8 [2016-06-22T09:31:17.445363] GET /gfx/openwebrx-speaker.png from 192.168.1.8 [2016-06-22T09:31:17.471992] GET /gfx/openwebrx-waterfall-auto.png from 192.168.1.8 [2016-06-22T09:31:17.475793] GET /gfx/openwebrx-squelch-button.png from 192.168.1.8 [2016-06-22T09:31:17.476338] GET /gfx/openwebrx-waterfall-default.png from 192.168.1.8 [2016-06-22T09:31:17.478332] GET /gfx/openwebrx-zoom-in.png from 192.168.1.8 [2016-06-22T09:31:17.479342] GET /gfx/openwebrx-zoom-out.png from 192.168.1.8 [2016-06-22T09:31:17.497189] GET /gfx/openwebrx-zoom-in-total.png from 192.168.1.8 [2016-06-22T09:31:17.510368] GET /gfx/openwebrx-zoom-out-total.png from 192.168.1.8 [2016-06-22T09:31:17.510581] GET /gfx/openwebrx-scale-background.png from 192.168.1.8 [2016-06-22T09:31:17.510757] GET /gfx/openwebrx-play-button.png from 192.168.1.8 [2016-06-22T09:31:17.510962] GET /gfx/openwebrx-background-cool-blue.png from 192.168.1.8 [2016-06-22T09:31:17.582024] GET /favicon.ico from 192.168.1.8 [2016-06-22T09:31:17.608386] GET /ws/3485a614fa3b541f9164505f19c284ec from 192.168.1.8 [2016-06-22T09:31:17.620053] Started streaming to client: 192.168.1.8#3485a614fa3b541f9164505f19c284ec (users now: 5) [2016-06-22T09:31:35.792229] Stopped streaming to client: 192.168.1.8#8b1d244432dc45b363dad5c65955e622 (users now: 4) [2016-06-22T09:31:38.157971] GET / from 192.168.1.8 [2016-06-22T09:31:38.190312] GET /sdr.js from 192.168.1.8 [2016-06-22T09:31:38.192905] GET /openwebrx.js from 192.168.1.8 [2016-06-22T09:31:38.196961] GET /openwebrx.css from 192.168.1.8 [2016-06-22T09:31:38.362300] GET /favicon.ico from 192.168.1.8 [2016-06-22T09:31:38.429032] GET /sdr.js from 192.168.1.8 [2016-06-22T09:31:38.429229] GET /openwebrx.css from 192.168.1.8 [2016-06-22T09:31:38.430331] GET /openwebrx.js from 192.168.1.8 [2016-06-22T09:31:38.519654] GET /gfx/openwebrx-top-photo.jpg from 192.168.1.8 [2016-06-22T09:31:38.536300] GET /gfx/openwebrx-top-logo.png from 192.168.1.8 [2016-06-22T09:31:38.537726] GET /gfx/openwebrx-ha5kfu-top-logo.png from 192.168.1.8 [2016-06-22T09:31:38.540436] GET /gfx/openwebrx-avatar-background.png from 192.168.1.8 [2016-06-22T09:31:38.543693] GET /gfx/openwebrx-rx-details-arrow.png from 192.168.1.8 [2016-06-22T09:31:38.545189] GET /gfx/openwebrx-avatar.png from 192.168.1.8 [2016-06-22T09:31:38.546856] GET /gfx/openwebrx-rx-details-arrow-up.png from 192.168.1.8 [2016-06-22T09:31:38.570391] GET /gfx/openwebrx-panel-log.png from 192.168.1.8 [2016-06-22T09:31:38.573567] GET /gfx/openwebrx-panel-status.png from 192.168.1.8 [2016-06-22T09:31:38.574519] GET /gfx/openwebrx-panel-receiver.png from 192.168.1.8 [2016-06-22T09:31:38.577336] GET /gfx/openwebrx-waterfall-auto.png from 192.168.1.8 [2016-06-22T09:31:38.584648] GET /gfx/openwebrx-squelch-button.png from 192.168.1.8 [2016-06-22T09:31:38.587968] GET /gfx/openwebrx-speaker.png from 192.168.1.8 [2016-06-22T09:31:38.590466] GET /gfx/openwebrx-zoom-in.png from 192.168.1.8 [2016-06-22T09:31:38.593379] GET /gfx/openwebrx-waterfall-default.png from 192.168.1.8 [2016-06-22T09:31:38.632545] GET /gfx/openwebrx-zoom-in-total.png from 192.168.1.8 [2016-06-22T09:31:38.632731] GET /gfx/openwebrx-play-button.png from 192.168.1.8 [2016-06-22T09:31:38.632894] GET /gfx/openwebrx-zoom-out-total.png from 192.168.1.8 [2016-06-22T09:31:38.633110] GET /gfx/openwebrx-zoom-out.png from 192.168.1.8 [2016-06-22T09:31:38.634115] GET /gfx/openwebrx-background-cool-blue.png from 192.168.1.8 [2016-06-22T09:31:38.635570] GET /gfx/openwebrx-scale-background.png from 192.168.1.8 [2016-06-22T09:31:38.724610] GET /favicon.ico from 192.168.1.8 [2016-06-22T09:31:38.742978] GET /ws/a19f5e90e1afafc189fc6e52a3722033 from 192.168.1.8 [2016-06-22T09:31:38.750279] Started streaming to client: 192.168.1.8#a19f5e90e1afafc189fc6e52a3722033 (users now: 5) [2016-06-22T09:31:45.012941] Stopped streaming to client: 192.168.1.8#465c17a772dfca6773739c4a2949079f (users now: 4) [2016-06-22T09:31:50.970257] GET / from 192.168.1.8 [2016-06-22T09:31:51.006032] GET /sdr.js from 192.168.1.8 [2016-06-22T09:31:51.008361] GET /openwebrx.js from 192.168.1.8 [2016-06-22T09:31:51.017233] GET /openwebrx.css from 192.168.1.8 [2016-06-22T09:31:51.148422] GET /favicon.ico from 192.168.1.8 [2016-06-22T09:31:51.187488] GET /openwebrx.js from 192.168.1.8 [2016-06-22T09:31:51.188464] GET /sdr.js from 192.168.1.8 [2016-06-22T09:31:51.189762] GET /openwebrx.css from 192.168.1.8 [2016-06-22T09:31:51.320419] GET /gfx/openwebrx-top-photo.jpg from 192.168.1.8 [2016-06-22T09:31:51.321813] GET /gfx/openwebrx-ha5kfu-top-logo.png from 192.168.1.8 [2016-06-22T09:31:51.324372] GET /gfx/openwebrx-top-logo.png from 192.168.1.8 [2016-06-22T09:31:51.326229] GET /gfx/openwebrx-avatar-background.png from 192.168.1.8 [2016-06-22T09:31:51.327926] GET /gfx/openwebrx-avatar.png from 192.168.1.8 [2016-06-22T09:31:51.332296] GET /gfx/openwebrx-rx-details-arrow-up.png from 192.168.1.8 [2016-06-22T09:31:51.357007] GET /gfx/openwebrx-panel-status.png from 192.168.1.8 [2016-06-22T09:31:51.357477] GET /gfx/openwebrx-rx-details-arrow.png from 192.168.1.8 [2016-06-22T09:31:51.358517] GET /gfx/openwebrx-panel-receiver.png from 192.168.1.8 [2016-06-22T09:31:51.361392] GET /gfx/openwebrx-panel-log.png from 192.168.1.8 [2016-06-22T09:31:51.368948] GET /gfx/openwebrx-waterfall-auto.png from 192.168.1.8 [2016-06-22T09:31:51.369653] GET /gfx/openwebrx-speaker.png from 192.168.1.8 [2016-06-22T09:31:51.412064] GET /gfx/openwebrx-squelch-button.png from 192.168.1.8 [2016-06-22T09:31:51.416723] GET /gfx/openwebrx-zoom-in.png from 192.168.1.8 [2016-06-22T09:31:51.417368] GET /gfx/openwebrx-waterfall-default.png from 192.168.1.8 [2016-06-22T09:31:51.423809] GET /gfx/openwebrx-zoom-in-total.png from 192.168.1.8 [2016-06-22T09:31:51.424425] GET /gfx/openwebrx-zoom-out-total.png from 192.168.1.8 [2016-06-22T09:31:51.425291] GET /gfx/openwebrx-zoom-out.png from 192.168.1.8 [2016-06-22T09:31:51.463346] GET /gfx/openwebrx-play-button.png from 192.168.1.8 [2016-06-22T09:31:51.463894] GET /gfx/openwebrx-background-cool-blue.png from 192.168.1.8 [2016-06-22T09:31:51.464710] GET /gfx/openwebrx-scale-background.png from 192.168.1.8 [2016-06-22T09:31:51.537607] GET /favicon.ico from 192.168.1.8 [2016-06-22T09:31:51.566250] GET /ws/e496f0f15d6de07ce3a2230bc09168b3 from 192.168.1.8 [2016-06-22T09:31:51.574592] Started streaming to client: 192.168.1.8#e496f0f15d6de07ce3a2230bc09168b3 (users now: 5) [2016-06-22T09:32:15.084724] GET / from 192.168.1.8 [2016-06-22T09:32:15.121019] GET /sdr.js from 192.168.1.8 [2016-06-22T09:32:15.123405] GET /openwebrx.js from 192.168.1.8 [2016-06-22T09:32:15.129454] GET /openwebrx.css from 192.168.1.8 [2016-06-22T09:32:15.279340] GET /favicon.ico from 192.168.1.8 [2016-06-22T09:32:15.326917] GET /sdr.js from 192.168.1.8 [2016-06-22T09:32:15.328981] GET /openwebrx.js from 192.168.1.8 [2016-06-22T09:32:15.336682] GET /openwebrx.css from 192.168.1.8 [2016-06-22T09:32:15.417742] GET /gfx/openwebrx-top-photo.jpg from 192.168.1.8 [2016-06-22T09:32:15.421358] GET /gfx/openwebrx-top-logo.png from 192.168.1.8 [2016-06-22T09:32:15.424919] GET /gfx/openwebrx-ha5kfu-top-logo.png from 192.168.1.8 [2016-06-22T09:32:15.448267] GET /gfx/openwebrx-avatar-background.png from 192.168.1.8 [2016-06-22T09:32:15.451649] GET /gfx/openwebrx-avatar.png from 192.168.1.8 [2016-06-22T09:32:15.454759] GET /gfx/openwebrx-rx-details-arrow-up.png from 192.168.1.8 [2016-06-22T09:32:15.457599] GET /gfx/openwebrx-panel-status.png from 192.168.1.8 [2016-06-22T09:32:15.458660] GET /gfx/openwebrx-rx-details-arrow.png from 192.168.1.8 [2016-06-22T09:32:15.461684] GET /gfx/openwebrx-panel-log.png from 192.168.1.8 [2016-06-22T09:32:15.463483] GET /gfx/openwebrx-panel-receiver.png from 192.168.1.8 [2016-06-22T09:32:15.466524] GET /gfx/openwebrx-speaker.png from 192.168.1.8 [2016-06-22T09:32:15.467816] GET /gfx/openwebrx-waterfall-auto.png from 192.168.1.8 [2016-06-22T09:32:15.470476] GET /gfx/openwebrx-squelch-button.png from 192.168.1.8 [2016-06-22T09:32:15.473642] GET /gfx/openwebrx-waterfall-default.png from 192.168.1.8 [2016-06-22T09:32:15.496711] GET /gfx/openwebrx-zoom-in.png from 192.168.1.8 [2016-06-22T09:32:15.505163] GET /gfx/openwebrx-zoom-out.png from 192.168.1.8 [2016-06-22T09:32:15.513208] GET /gfx/openwebrx-zoom-in-total.png from 192.168.1.8 [2016-06-22T09:32:15.514682] GET /gfx/openwebrx-zoom-out-total.png from 192.168.1.8 [2016-06-22T09:32:15.515855] GET /gfx/openwebrx-play-button.png from 192.168.1.8 [2016-06-22T09:32:15.519402] GET /gfx/openwebrx-scale-background.png from 192.168.1.8 [2016-06-22T09:32:15.523775] GET /gfx/openwebrx-background-cool-blue.png from 192.168.1.8 [2016-06-22T09:32:15.595954] GET /favicon.ico from 192.168.1.8 [2016-06-22T09:32:15.609077] GET /ws/01e7bd0cd1b0183c262d9207a97875b2 from 192.168.1.8 [2016-06-22T09:32:15.617695] Started streaming to client: 192.168.1.8#01e7bd0cd1b0183c262d9207a97875b2 (users now: 6) [2016-06-22T09:32:35.745405] Stopped streaming to client: 192.168.1.8#941e77560daa7b9f534f22322e0d1065 (users now: 5) [2016-06-22T09:33:06.193236] Stopped streaming to client: 192.168.1.8#58e94b10af5de535dc8b54dacd5b0ca1 (users now: 4) [2016-06-22T09:33:06.197736] Stopped streaming to client: 192.168.1.8#3485a614fa3b541f9164505f19c284ec (users now: 3) [2016-06-22T09:33:06.199656] Stopped streaming to client: 192.168.1.8#a19f5e90e1afafc189fc6e52a3722033 (users now: 2) [2016-06-22T09:33:06.199976] Stopped streaming to client: 192.168.1.8#e496f0f15d6de07ce3a2230bc09168b3 (users now: 1) [2016-06-22T09:33:06.200226] Stopped streaming to client: 192.168.1.8#01e7bd0cd1b0183c262d9207a97875b2 (users now: 0)

Any ideas? If we cannot solve the problem, but we manage to detect the condition and patch openwebrx to terminate, I'll be happy enough. I can restart it with systemd. All clients will be disconnected, but they can quickly connect again. Otherwise, they cannot connect until I restart it manually.

Thanks for your help! Daniel.

ha7ilm commented 8 years ago

@daniel5457h Thank you very much!

I am commited to solve this bug, as it affects multiple servers.

As of bcastmsg is not empty, I suspect that the inner processing loop hangs somewhere in do_GET.

I have just updated OpenWebRX so that it will print more relevant debug information (where it is in the loop) for the -USR1 signal. Normally, the loopstat should be 10.

Could you try this new version? In addition, could you run the following to print information?

killall -USR1 openwebrx; sleep 0.1; killall -USR1 openwebrx
daniel5457h commented 8 years ago

Thanks András,

I've updated it yesterday and I'm waiting for a hang to provide you more information.

Best regards and happy weekend!

daniel5457h commented 8 years ago

Hi again András,

I got a hang, although the behavior this time was slightly different, as new clients had the audio initialized but they could only hear for a fraction of a second. No waterfall.

Here I paste the console output. I've kept the data monitor of csdr.

through: 4800058 bytes/s 167699712 through: 4800058 bytes/s 167700928 through: 4800058 bytes/s 167702080 through: 4800058 bytes/s 167703232 through: 4800058 bytes/s 167704384 through: 4800058 bytes/s 167705600 through: 4800058 bytes/s 167706752 through: 4800058 bytes/s 167707904 through: 4800058 bytes/s 167709120 through: 4800058 bytes/s 167710272 through: 4800058 bytes/s 167711424 through: 4800058 bytes/s 167712640 through: 4800058 bytes/s 167713792 through: 4800058 bytes/s 167714944 through: 4800058 bytes/s 167716160 through: 4800058 bytes/s 167717312 through: 4800058 bytes/s 167718464 through: 4800058 bytes/s 167719680 through: 4800058 bytes/s 167720832 through: 4800058 bytes/s 167721984 through: 4800058 bytes/s 167723136 through: 4800058 bytes/s 167724352 through: 4800058 bytes/s 167725504 through: 4800058 bytes/s 167726656 through: 4800058 bytes/s 167727872 176.83.97.222 - - [25/Jun/2016 12:30:59] "GET / HTTP/1.1" 200 - [openwebrx-httpd] client 176.83.97.222#2d77d8150223ba2e0b6711dabd089cbc :: client added. Clients now: 3 176.83.97.222 - - [25/Jun/2016 12:30:59] "GET /sdr.js HTTP/1.1" 200 - 176.83.97.222 - - [25/Jun/2016 12:30:59] "GET /openwebrx.css HTTP/1.1" 200 - [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140015411351920_bpf [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140015411351920_shift [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140015411351920_squelch [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140015411351920_smeter [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140015411354296_bpf [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140015411354296_shift [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140015411354296_squelch [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140015411354296_smeter [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140015411354944_bpf [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140015411354944_shift [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140015411354944_squelch [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140015411354944_smeter [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140015411361192_bpf [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140015411361192_shift [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140015411361192_squelch [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140015411361192_smeter 176.83.97.222 - - [25/Jun/2016 12:30:59] "GET /gfx/openwebrx-top-photo.jpg HTTP/1.1" 200 - 176.83.97.222 - - [25/Jun/2016 12:30:59] "GET /openwebrx.js HTTP/1.1" 200 - 176.83.97.222 - - [25/Jun/2016 12:30:59] "GET /gfx/openwebrx-top-logo.png HTTP/1.1" 200 - 176.83.97.222 - - [25/Jun/2016 12:30:59] "GET /gfx/openwebrx-ha5kfu-top-logo.png HTTP/1.1" 200 - 176.83.97.222 - - [25/Jun/2016 12:30:59] "GET /gfx/openwebrx-avatar-background.png HTTP/1.1" 200 - 176.83.97.222 - - [25/Jun/2016 12:30:59] "GET /gfx/openwebrx-avatar.png HTTP/1.1" 200 - 176.83.97.222 - - [25/Jun/2016 12:30:59] "GET /gfx/openwebrx-rx-details-arrow-up.png HTTP/1.1" 200 - 176.83.97.222 - - [25/Jun/2016 12:30:59] "GET /gfx/openwebrx-rx-details-arrow.png HTTP/1.1" 200 - 176.83.97.222 - - [25/Jun/2016 12:30:59] "GET /gfx/openwebrx-panel-status.png HTTP/1.1" 200 - through: 4800058 bytes/s 167729024 176.83.97.222 - - [25/Jun/2016 12:30:59] "GET /gfx/openwebrx-speaker.png HTTP/1.1" 200 - 176.83.97.222 - - [25/Jun/2016 12:30:59] "GET /gfx/openwebrx-panel-receiver.png HTTP/1.1" 200 - 176.83.97.222 - - [25/Jun/2016 12:30:59] "GET /gfx/openwebrx-waterfall-auto.png HTTP/1.1" 200 - 176.83.97.222 - - [25/Jun/2016 12:30:59] "GET /gfx/openwebrx-waterfall-default.png HTTP/1.1" 200 - 176.83.97.222 - - [25/Jun/2016 12:30:59] "GET /gfx/openwebrx-squelch-button.png HTTP/1.1" 200 - 176.83.97.222 - - [25/Jun/2016 12:30:59] "GET /gfx/font-expletus-sans/ExpletusSans-Medium.ttf HTTP/1.1" 200 - 176.83.97.222 - - [25/Jun/2016 12:31:00] "GET /gfx/openwebrx-background-cool-blue.png HTTP/1.1" 200 - 176.83.97.222 - - [25/Jun/2016 12:31:00] "GET /gfx/openwebrx-scale-background.png HTTP/1.1" 200 - 176.83.97.222 - - [25/Jun/2016 12:31:00] "GET /gfx/openwebrx-zoom-in.png HTTP/1.1" 200 - 176.83.97.222 - - [25/Jun/2016 12:31:00] "GET /gfx/openwebrx-zoom-out.png HTTP/1.1" 200 - 176.83.97.222 - - [25/Jun/2016 12:31:00] "GET /gfx/openwebrx-zoom-out-total.png HTTP/1.1" 200 - 176.83.97.222 - - [25/Jun/2016 12:31:00] "GET /gfx/openwebrx-zoom-in-total.png HTTP/1.1" 200 - 176.83.97.222 - - [25/Jun/2016 12:31:00] "GET /gfx/openwebrx-play-button.png HTTP/1.1" 200 - through: 4800058 bytes/s 167730176 176.83.97.222 - - [25/Jun/2016 12:31:01] "GET /gfx/openwebrx-panel-log.png HTTP/1.1" 200 - [openwebrx-httpd:ws,2] command: SET output_rate=12000 action=start [openwebrx-dsp-plugin:csdr] Command = ncat -v 127.0.0.1 4951 | csdr convert_u8_f | csdr shift_addition_cc --fifo /tmp/openwebrx_pipe_140015411360976_shift | csdr fir_decimate_cc 199 0.00075375 HAMMING | csdr bandpass_fir_fft_cc --fifo /tmp/openwebrx_pipe_140015411360976_bpf 0.0265339966833 HAMMING | csdr squelch_and_smeter_cc --fifo /tmp/openwebrx_pipe_140015411360976_squelch --outfifo /tmp/openwebrx_pipe_140015411360976_smeter 5 1 | csdr fmdemod_quadri_cf | csdr limit_ff | csdr fractional_decimator_ff 1.005 | csdr deemphasis_nfm_ff 11025 | csdr fastagc_ff 1024 | csdr convert_f_s16 | csdr encode_ima_adpcm_i16_u8 csdr: fifo control mode on fir_decimate_cc: taps_length = 5307 csdr: fifo control mode on csdr: fifo control mode on squelch_and_power_cc: initial squelch level is 0 fractional_decimator_ff: window = HAMMING fractional_decimator_ff: taps_length = 133 bandpass_fir_fft_cc: (fft_size = 512) = (taps_length = 151) + (input_size = 362) - 1 (overlap_length = 150) = taps_length - 1 shift_addition_cc: reinitialized to -0 Ncat: Version 7.01 ( https://nmap.org/ncat ) Ncat: Connected to 127.0.0.1:4951. bandpass_fir_fft_cc: filter initialized, low_cut = -0.331675, high_cut = 0.331675 through: 4800058 bytes/s 167731392 through: 4800058 bytes/s 167732544 [openwebrx-httpd:ws,2] command: SET audio_rate=48000 [openwebrx-httpd:ws] invalid parameter [openwebrx-httpd:ws,2] command: SET mod=ssb low_cut=300 high_cut=3000 offset_freq=0 [openwebrx-dsp-plugin:csdr] Command = ncat -v 127.0.0.1 4951 | csdr convert_u8_f | csdr shift_addition_cc --fifo /tmp/openwebrx_pipe_140015411360976_shift | csdr fir_decimate_cc 199 0.00075375 HAMMING | csdr bandpass_fir_fft_cc --fifo /tmp/openwebrx_pipe_140015411360976_bpf 0.0265339966833 HAMMING | csdr squelch_and_smeter_cc --fifo /tmp/openwebrx_pipe_140015411360976_squelch --outfifo /tmp/openwebrx_pipe_140015411360976_smeter 5 1 | csdr realpart_cf | csdr fractional_decimator_ff 1.005 | csdr agc_ff | csdr limit_ff | csdr convert_f_s16 | csdr encode_ima_adpcm_i16_u8 csdr: fifo control mode on fir_decimate_cc: taps_length = 5307 csdr: fifo control mode on bandpass_fir_fft_cc: (fft_size = 512) = (taps_length = 151) + (input_size = 362) - 1 (overlap_length = 150) = taps_length - 1 shift_addition_cc: reinitialized to -0 csdr: fifo control mode on squelch_and_power_cc: initial squelch level is 0 [openwebrx-httpd:ws,2] command: SET low_cut=300 high_cut=3000 offset_freq=105000 fractional_decimator_ff: window = HAMMING fractional_decimator_ff: taps_length = 133 Ncat: Version 7.01 ( https://nmap.org/ncat ) Ncat: Connected to 127.0.0.1:4951. shift_addition_cc: reinitialized to -0.04375 bandpass_fir_fft_cc: filter initialized, low_cut = -0.331675, high_cut = 0.331675 bandpass_fir_fft_cc: filter initialized, low_cut = 0.0248756, high_cut = 0.248756 through: 4800058 bytes/s 167733696 through: 4800058 bytes/s 167734912 through: 4800058 bytes/s 167736064 through: 4800058 bytes/s 167737216 through: 4800058 bytes/s 167738368 through: 4800058 bytes/s 167739584 through: 4800058 bytes/s 167740736 through: 4800058 bytes/s 167741888 through: 4800058 bytes/s 167743104 through: 4800058 bytes/s 167744256 through: 4800058 bytes/s 167745408 through: 4800058 bytes/s 167746624 through: 4800058 bytes/s 167747776 through: 4800058 bytes/s 167748928 through: 4800058 bytes/s 167750144 through: 4800058 bytes/s 167751296 through: 4800058 bytes/s 167752448 through: 4800058 bytes/s 167753664 through: 4800058 bytes/s 167754816 through: 4800058 bytes/s 167755968 through: 4800058 bytes/s 167757120 through: 4800058 bytes/s 167758336 through: 4800058 bytes/s 167759488 through: 4800058 bytes/s 167760640 through: 4800058 bytes/s 167761856 through: 4800058 bytes/s 167763008 through: 4800058 bytes/s 167764160 through: 4800058 bytes/s 167765376 through: 4800058 bytes/s 167766528 through: 4800058 bytes/s 167767680 through: 4800058 bytes/s 167768896 through: 4800058 bytes/s 167770048 through: 4800058 bytes/s 167771200 through: 4800058 bytes/s 167772381 through: 4800058 bytes/s 167773568 through: 4800058 bytes/s 167774720 through: 4800058 bytes/s 167775872 through: 4800058 bytes/s 167777088 through: 4800058 bytes/s 167778240 through: 4800058 bytes/s 167779392 through: 4800058 bytes/s 167780608 through: 4800058 bytes/s 167781760 through: 4800058 bytes/s 167782912 through: 4800058 bytes/s 167784128 through: 4800058 bytes/s 167785280 through: 4800058 bytes/s 167786432 through: 4800058 bytes/s 167787648 through: 4800058 bytes/s 167788800 through: 4800058 bytes/s 167789952 through: 4800058 bytes/s 167791104 through: 4800058 bytes/s 167792320 through: 4800058 bytes/s 167793472 through: 4800058 bytes/s 167794624 through: 4800058 bytes/s 167795840 through: 4800058 bytes/s 167796992 through: 4800058 bytes/s 167798144 through: 4800058 bytes/s 167799360 through: 4800058 bytes/s 167800512 through: 4800058 bytes/s 167801664 through: 4800058 bytes/s 167802880 through: 4800058 bytes/s 167804032 through: 4800058 bytes/s 167805184 through: 4800058 bytes/s 167806400 through: 4800058 bytes/s 167807552 through: 4800058 bytes/s 167808704 through: 4800058 bytes/s 167809856 through: 4800058 bytes/s 167811072 through: 4800058 bytes/s 167812224 through: 4800058 bytes/s 167813376 through: 4800058 bytes/s 167814592 through: 4800058 bytes/s 167815744 through: 4800058 bytes/s 167816896 through: 4800058 bytes/s 167818112 through: 4800058 bytes/s 167819264 through: 4800058 bytes/s 167820416 through: 4800058 bytes/s 167821632 through: 4800058 bytes/s 167822784 through: 4800058 bytes/s 167823936 through: 4800058 bytes/s 167825088 through: 4800058 bytes/s 167826304 through: 4800058 bytes/s 167827456 through: 4800058 bytes/s 167828608 through: 4800058 bytes/s 167829824 through: 4800058 bytes/s 167830976 through: 4800058 bytes/s 167832128 through: 4800058 bytes/s 167833344 through: 4800058 bytes/s 167834496 through: 4800058 bytes/s 167835648 through: 4800058 bytes/s 167836864 through: 4800058 bytes/s 167838016 through: 4800058 bytes/s 167839168 through: 4800058 bytes/s 167840384 through: 4800058 bytes/s 167841536 through: 4800058 bytes/s 167842688 through: 4800058 bytes/s 167843840 [openwebrx-httpd] client 176.83.97.222#2d77d8150223ba2e0b6711dabd089cbc :: client being closed. [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140015411360976_bpf [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140015411360976_shift [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140015411360976_squelch

[openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_140015411360976_smeter

Exception happened during processing of request from ('176.83.97.222', 13357) Traceback (most recent call last): File "/usr/lib/python2.7/SocketServer.py", line 596, in process_request_thread self.finish_request(request, client_address) File "/usr/lib/python2.7/SocketServer.py", line 331, in finish_request self.RequestHandlerClass(request, client_address, self) File "/usr/lib/python2.7/SocketServer.py", line 654, in init self.finish() File "/usr/lib/python2.7/SocketServer.py", line 713, in finish self.wfile.close() File "/usr/lib/python2.7/socket.py", line 283, in close self.flush() File "/usr/lib/python2.7/socket.py", line 307, in flush self._sock.sendall(view[write_offset:write_offset+buffer_size])

error: [Errno 32] Broken pipe

through: 4800058 bytes/s 167845056 through: 4800058 bytes/s 167846208 through: 4800058 bytes/s 167847360 through: 4800058 bytes/s 167848576 through: 4800058 bytes/s 167849728 through: 4800058 bytes/s 167850880 through: 4800058 bytes/s 167852096 through: 4800058 bytes/s 167853248 through: 4800058 bytes/s 167854400 through: 4800058 bytes/s 167855616 through: 4800058 bytes/s 167856768 through: 4800058 bytes/s 167857920 through: 4800058 bytes/s 167859082 through: 4800058 bytes/s 167860288 through: 4800058 bytes/s 167861440 through: 4800058 bytes/s 167862592 through: 4800058 bytes/s 167863808 through: 4800058 bytes/s 167864960 through: 4800058 bytes/s 167866112 through: 4800058 bytes/s 167867328 through: 4800058 bytes/s 167868480 through: 4800058 bytes/s 167869632 through: 4800058 bytes/s 167870848 through: 4800058 bytes/s 167872000 through: 4800058 bytes/s 167873152 through: 4800058 bytes/s 167874368 through: 4800058 bytes/s 167875520 through: 4800058 bytes/s 167876672 through: 4800058 bytes/s 167877824 through: 4800058 bytes/s 167879040 through: 4800058 bytes/s 167880192 through: 4800058 bytes/s 167881344 through: 4800058 bytes/s 167882560 through: 4800058 bytes/s 167883712 through: 4800058 bytes/s 167884864 through: 4800058 bytes/s 167886080 through: 4800058 bytes/s 167887232 through: 4800058 bytes/s 167888384 through: 4800058 bytes/s 167889600 through: 4800058 bytes/s 167890752 through: 4800058 bytes/s 167891904 through: 4800058 bytes/s 167893120 through: 4800058 bytes/s 167894272 through: 4800058 bytes/s 167895424 through: 4800058 bytes/s 167896576 through: 4800058 bytes/s 167897792 through: 4800058 bytes/s 167898944 through: 4800058 bytes/s 167900096 through: 4800058 bytes/s 167901312 through: 4800058 bytes/s 167902464 through: 4800058 bytes/s 167903616 through: 4800058 bytes/s 167904832 through: 4800058 bytes/s 167905984 through: 4800058 bytes/s 167907136 through: 4800058 bytes/s 167908352 through: 4800058 bytes/s 167909504 through: 4800058 bytes/s 167910656 through: 4800058 bytes/s 167911808 through: 4800058 bytes/s 167913024 through: 4800058 bytes/s 167914176 through: 4800058 bytes/s 167915328 through: 4800058 bytes/s 167916544 through: 4800058 bytes/s 167917696 through: 4800058 bytes/s 167918848 through: 4800058 bytes/s 167920064 through: 4800058 bytes/s 167921216 through: 4800058 bytes/s 167922368 through: 4800058 bytes/s 167923584 through: 4800058 bytes/s 167924736 through: 4800058 bytes/s 167925888 through: 4800058 bytes/s 167927104 through: 4800058 bytes/s 167928256 through: 4800058 bytes/s 167929408 through: 4800058 bytes/s 167930560 through: 4800058 bytes/s 167931776 through: 4800058 bytes/s 167932928 through: 4800058 bytes/s 167934080 through: 4800058 bytes/s 167935296 through: 4800058 bytes/s 167936448 through: 4800058 bytes/s 167937600 through: 4800058 bytes/s 167938816 through: 4800058 bytes/s 167939968 through: 4800058 bytes/s 167941120 through: 4800058 bytes/s 167942336 through: 4800058 bytes/s 167943488 through: 4800058 bytes/s 167944640 through: 4800058 bytes/s 167945792 through: 4800058 bytes/s 167947008 through: 4800058 bytes/s 167948160 through: 4800058 bytes/s 167949312 through: 4800058 bytes/s 167950528 through: 4800058 bytes/s 167951680 192.168.1.9 - - [25/Jun/2016 12:34:09] "GET / HTTP/1.1" 200 - [openwebrx-httpd] client 192.168.1.9#66a9f6d8399933e7a86a8cf9788466d8 :: client added. Clients now: 3 192.168.1.9 - - [25/Jun/2016 12:34:10] "GET /sdr.js HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:34:10] "GET /openwebrx.css HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:34:10] "GET /openwebrx.js HTTP/1.1" 200 - through: 4800058 bytes/s 167952832 through: 4800058 bytes/s 167954048 through: 4800058 bytes/s 167955200 through: 4800058 bytes/s 167956352 through: 4800058 bytes/s 167957568 through: 4800058 bytes/s 167958720 192.168.1.9 - - [25/Jun/2016 12:34:16] "GET /sdr.js HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:34:16] "GET /openwebrx.js HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:34:16] "GET /openwebrx.css HTTP/1.1" 200 - through: 4800058 bytes/s 167959872 192.168.1.9 - - [25/Jun/2016 12:34:17] "GET /gfx/openwebrx-top-logo.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:34:17] "GET /gfx/openwebrx-top-photo.jpg HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:34:17] "GET /gfx/openwebrx-ha5kfu-top-logo.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:34:17] "GET /gfx/openwebrx-avatar.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:34:17] "GET /gfx/openwebrx-avatar-background.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:34:17] "GET /gfx/openwebrx-rx-details-arrow-up.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:34:17] "GET /gfx/openwebrx-panel-status.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:34:17] "GET /gfx/openwebrx-panel-log.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:34:17] "GET /gfx/openwebrx-rx-details-arrow.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:34:17] "GET /gfx/openwebrx-panel-receiver.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:34:17] "GET /gfx/openwebrx-speaker.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:34:17] "GET /gfx/openwebrx-waterfall-auto.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:34:17] "GET /gfx/openwebrx-waterfall-default.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:34:17] "GET /gfx/openwebrx-squelch-button.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:34:17] "GET /gfx/openwebrx-zoom-in.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:34:17] "GET /gfx/openwebrx-zoom-out.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:34:17] "GET /gfx/openwebrx-zoom-in-total.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:34:17] "GET /gfx/openwebrx-zoom-out-total.png HTTP/1.1" 200 - through: 4800058 bytes/s 167961088 192.168.1.9 - - [25/Jun/2016 12:34:17] "GET /gfx/openwebrx-play-button.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:34:18] "GET /gfx/openwebrx-scale-background.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:34:18] "GET /gfx/openwebrx-background-cool-blue.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:34:18] "GET /gfx/font-expletus-sans/ExpletusSans-Medium.ttf HTTP/1.1" 200 - through: 4800058 bytes/s 167962240 [openwebrx-httpd:ws,2] command: SET output_rate=12000 action=start [openwebrx-dsp-plugin:csdr] Command = ncat -v 127.0.0.1 4951 | csdr convert_u8_f | csdr shift_addition_cc --fifo /tmp/openwebrx_pipe_140015411360904_shift | csdr fir_decimate_cc 199 0.00075375 HAMMING | csdr bandpass_fir_fft_cc --fifo /tmp/openwebrx_pipe_140015411360904_bpf 0.0265339966833 HAMMING | csdr squelch_and_smeter_cc --fifo /tmp/openwebrx_pipe_140015411360904_squelch --outfifo /tmp/openwebrx_pipe_140015411360904_smeter 5 1 | csdr fmdemod_quadri_cf | csdr limit_ff | csdr fractional_decimator_ff 1.005 | csdr deemphasis_nfm_ff 11025 | csdr fastagc_ff 1024 | csdr convert_f_s16 | csdr encode_ima_adpcm_i16_u8 csdr: fifo control mode on fir_decimate_cc: taps_length = 5307 csdr: fifo control mode on fractional_decimator_ff: window = HAMMING fractional_decimator_ff: taps_length = 133 csdr: fifo control mode on squelch_and_power_cc: initial squelch level is 0 bandpass_fir_fft_cc: (fft_size = 512) = (taps_length = 151) + (input_size = 362) - 1 (overlap_length = 150) = taps_length - 1 shift_addition_cc: reinitialized to -0 Ncat: Version 7.01 ( https://nmap.org/ncat ) Ncat: Connected to 127.0.0.1:4951. bandpass_fir_fft_cc: filter initialized, low_cut = -0.331675, high_cut = 0.331675 through: 4800058 bytes/s 167963392 through: 4800058 bytes/s 167964544 [openwebrx-httpd:ws,2] command: SET audio_rate=48000 [openwebrx-httpd:ws] invalid parameter [openwebrx-httpd:ws,2] command: SET mod=ssb low_cut=300 high_cut=3000 offset_freq=0 [openwebrx-dsp-plugin:csdr] Command = ncat -v 127.0.0.1 4951 | csdr convert_u8_f | csdr shift_addition_cc --fifo /tmp/openwebrx_pipe_140015411360904_shift | csdr fir_decimate_cc 199 0.00075375 HAMMING | csdr bandpass_fir_fft_cc --fifo /tmp/openwebrx_pipe_140015411360904_bpf 0.0265339966833 HAMMING | csdr squelch_and_smeter_cc --fifo /tmp/openwebrx_pipe_140015411360904_squelch --outfifo /tmp/openwebrx_pipe_140015411360904_smeter 5 1 | csdr realpart_cf | csdr fractional_decimator_ff 1.005 | csdr agc_ff | csdr limit_ff | csdr convert_f_s16 | csdr encode_ima_adpcm_i16_u8 fir_decimate_cc: taps_length = 5307 csdr: fifo control mode on csdr: fifo control mode on fractional_decimator_ff: window = HAMMING csdr: fifo control mode on fractional_decimator_ff: taps_length = 133 squelch_and_power_cc: initial squelch level is 0 [openwebrx-httpd:ws,2] command: SET low_cut=300 high_cut=3000 offset_freq=105000 shift_addition_cc: reinitialized to -0.04375 bandpass_fir_fft_cc: (fft_size = 512) = (taps_length = 151) + (input_size = 362) - 1 (overlap_length = 150) = taps_length - 1 Ncat: Version 7.01 ( https://nmap.org/ncat ) Ncat: Connected to 127.0.0.1:4951. bandpass_fir_fft_cc: filter initialized, low_cut = 0.0248756, high_cut = 0.248756 through: 4800058 bytes/s 167965760 through: 4800058 bytes/s 167966912 through: 4800058 bytes/s 167968064 through: 4800058 bytes/s 167969280 through: 4800058 bytes/s 167970432 through: 4800058 bytes/s 167971584 through: 4800058 bytes/s 167972800 through: 4800058 bytes/s 167973952 through: 4800058 bytes/s 167975104 through: 4800058 bytes/s 167976320 through: 4800058 bytes/s 167977472 through: 4800058 bytes/s 167978624 through: 4800059 bytes/s 167979826 through: 4800058 bytes/s 167980992 through: 4800058 bytes/s 167982144 through: 4800058 bytes/s 167983296 through: 4800058 bytes/s 167984512 through: 4800058 bytes/s 167985664 through: 4800058 bytes/s 167986816 through: 4800058 bytes/s 167988032 through: 4800058 bytes/s 167989184 through: 4800058 bytes/s 167990336 through: 4800058 bytes/s 167991552 through: 4800058 bytes/s 167992704 through: 4800058 bytes/s 167993856 through: 4800058 bytes/s 167995072 through: 4800058 bytes/s 167996224 through: 4800058 bytes/s 167997376 through: 4800058 bytes/s 167998528 through: 4800058 bytes/s 167999744 through: 4800058 bytes/s 168000896 through: 4800058 bytes/s 168002048 through: 4800058 bytes/s 168003264 through: 4800058 bytes/s 168004416 through: 4800058 bytes/s 168005568 through: 4800058 bytes/s 168006784 through: 4800058 bytes/s 168007936 192.168.1.9 - - [25/Jun/2016 12:34:58] "GET / HTTP/1.1" 200 - [openwebrx-httpd] client 192.168.1.9#ed944784cbf048ee0e9775589c5ea06b :: client added. Clients now: 4 192.168.1.9 - - [25/Jun/2016 12:34:58] "GET /sdr.js HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:34:58] "GET /openwebrx.js HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:34:58] "GET /openwebrx.css HTTP/1.1" 200 - through: 4800058 bytes/s 168009088 192.168.1.9 - - [25/Jun/2016 12:34:59] "GET /sdr.js HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:34:59] "GET /openwebrx.js HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:34:59] "GET /openwebrx.css HTTP/1.1" 200 - through: 4800058 bytes/s 168010304 192.168.1.9 - - [25/Jun/2016 12:35:00] "GET /gfx/openwebrx-top-photo.jpg HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:35:00] "GET /gfx/openwebrx-top-logo.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:35:00] "GET /gfx/openwebrx-ha5kfu-top-logo.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:35:00] "GET /gfx/openwebrx-avatar-background.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:35:00] "GET /gfx/openwebrx-avatar.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:35:00] "GET /gfx/openwebrx-rx-details-arrow-up.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:35:00] "GET /gfx/openwebrx-rx-details-arrow.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:35:00] "GET /gfx/openwebrx-panel-status.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:35:00] "GET /gfx/openwebrx-panel-log.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:35:00] "GET /gfx/openwebrx-panel-receiver.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:35:00] "GET /gfx/openwebrx-speaker.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:35:00] "GET /gfx/openwebrx-waterfall-auto.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:35:00] "GET /gfx/openwebrx-squelch-button.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:35:00] "GET /gfx/openwebrx-waterfall-default.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:35:00] "GET /gfx/openwebrx-zoom-in.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:35:00] "GET /gfx/openwebrx-zoom-out.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:35:00] "GET /gfx/openwebrx-zoom-in-total.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:35:00] "GET /gfx/openwebrx-zoom-out-total.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:35:00] "GET /gfx/openwebrx-play-button.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:35:00] "GET /gfx/openwebrx-scale-background.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:35:00] "GET /gfx/openwebrx-background-cool-blue.png HTTP/1.1" 200 - through: 4800058 bytes/s 168011456 [openwebrx-httpd:ws,3] command: SET output_rate=12000 action=start [openwebrx-dsp-plugin:csdr] Command = ncat -v 127.0.0.1 4951 | csdr convert_u8_f | csdr shift_addition_cc --fifo /tmp/openwebrx_pipe_140015411374560_shift | csdr fir_decimate_cc 199 0.00075375 HAMMING | csdr bandpass_fir_fft_cc --fifo /tmp/openwebrx_pipe_140015411374560_bpf 0.0265339966833 HAMMING | csdr squelch_and_smeter_cc --fifo /tmp/openwebrx_pipe_140015411374560_squelch --outfifo /tmp/openwebrx_pipe_140015411374560_smeter 5 1 | csdr fmdemod_quadri_cf | csdr limit_ff | csdr fractional_decimator_ff 1.005 | csdr deemphasis_nfm_ff 11025 | csdr fastagc_ff 1024 | csdr convert_f_s16 | csdr encode_ima_adpcm_i16_u8 csdr: fifo control mode on bandpass_fir_fft_cc: (fft_size = 512) = (taps_length = 151) + (input_size = 362) - 1 (overlap_length = 150) = taps_length - 1 fractional_decimator_ff: window = HAMMING csdr: fifo control mode on fractional_decimator_ff: taps_length = 133 fir_decimate_cc: taps_length = 5307 csdr: fifo control mode on shift_addition_cc: reinitialized to -0 squelch_and_power_cc: initial squelch level is 0 Ncat: Version 7.01 ( https://nmap.org/ncat ) Ncat: Connected to 127.0.0.1:4951. bandpass_fir_fft_cc: filter initialized, low_cut = -0.331675, high_cut = 0.331675 through: 4800058 bytes/s 168012608 through: 4800058 bytes/s 168013824 through: 4800058 bytes/s 168014976 through: 4800058 bytes/s 168016128 through: 4800058 bytes/s 168017280 through: 4800058 bytes/s 168018496 through: 4800058 bytes/s 168019648 through: 4800058 bytes/s 168020800 through: 4800058 bytes/s 168022016 through: 4800058 bytes/s 168023168 through: 4800058 bytes/s 168024320 through: 4800058 bytes/s 168025536 through: 4800058 bytes/s 168026688 through: 4800058 bytes/s 168027840 through: 4800058 bytes/s 168029056 through: 4800058 bytes/s 168030208 through: 4800058 bytes/s 168031360 through: 4800058 bytes/s 168032512 through: 4800058 bytes/s 168033728 through: 4800058 bytes/s 168034880 through: 4800058 bytes/s 168036032 through: 4800058 bytes/s 168037248 through: 4800058 bytes/s 168038400 192.168.1.9 - - [25/Jun/2016 12:35:24] "GET / HTTP/1.1" 200 - [openwebrx-httpd] client 192.168.1.9#ec6a02528344d44b613b26dcaa8cb31d :: client added. Clients now: 5 192.168.1.9 - - [25/Jun/2016 12:35:24] "GET /sdr.js HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:35:24] "GET /openwebrx.js HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:35:24] "GET /openwebrx.css HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:35:24] "GET /sdr.js HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:35:24] "GET /openwebrx.js HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:35:24] "GET /openwebrx.css HTTP/1.1" 200 - through: 4800058 bytes/s 168039552 192.168.1.9 - - [25/Jun/2016 12:35:25] "GET /gfx/openwebrx-top-photo.jpg HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:35:25] "GET /gfx/openwebrx-top-logo.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:35:25] "GET /gfx/openwebrx-ha5kfu-top-logo.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:35:25] "GET /gfx/openwebrx-avatar-background.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:35:25] "GET /gfx/openwebrx-avatar.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:35:25] "GET /gfx/openwebrx-rx-details-arrow-up.png HTTP/1.1" 200 - through: 4800058 bytes/s 168040768 192.168.1.9 - - [25/Jun/2016 12:35:25] "GET /gfx/openwebrx-panel-log.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:35:25] "GET /gfx/openwebrx-panel-status.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:35:25] "GET /gfx/openwebrx-rx-details-arrow.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:35:25] "GET /gfx/openwebrx-speaker.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:35:25] "GET /gfx/openwebrx-panel-receiver.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:35:25] "GET /gfx/openwebrx-waterfall-auto.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:35:25] "GET /gfx/openwebrx-waterfall-default.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:35:25] "GET /gfx/openwebrx-squelch-button.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:35:25] "GET /gfx/openwebrx-zoom-in.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:35:25] "GET /gfx/openwebrx-zoom-out.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:35:25] "GET /gfx/openwebrx-zoom-in-total.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:35:26] "GET /gfx/openwebrx-zoom-out-total.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:35:26] "GET /gfx/openwebrx-play-button.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:35:26] "GET /gfx/openwebrx-scale-background.png HTTP/1.1" 200 - 192.168.1.9 - - [25/Jun/2016 12:35:26] "GET /gfx/openwebrx-background-cool-blue.png HTTP/1.1" 200 - [openwebrx-httpd:ws,4] command: SET output_rate=12000 action=start [openwebrx-dsp-plugin:csdr] Command = ncat -v 127.0.0.1 4951 | csdr convert_u8_f | csdr shift_addition_cc --fifo /tmp/openwebrx_pipe_140015411404952_shift | csdr fir_decimate_cc 199 0.00075375 HAMMING | csdr bandpass_fir_fft_cc --fifo /tmp/openwebrx_pipe_140015411404952_bpf 0.0265339966833 HAMMING | csdr squelch_and_smeter_cc --fifo /tmp/openwebrx_pipe_140015411404952_squelch --outfifo /tmp/openwebrx_pipe_140015411404952_smeter 5 1 | csdr fmdemod_quadri_cf | csdr limit_ff | csdr fractional_decimator_ff 1.005 | csdr deemphasis_nfm_ff 11025 | csdr fastagc_ff 1024 | csdr convert_f_s16 | csdr encode_ima_adpcm_i16_u8 fir_decimate_cc: taps_length = 5307 csdr: fifo control mode on csdr: fifo control mode on csdr: fifo control mode on squelch_and_power_cc: initial squelch level is 0 bandpass_fir_fft_cc: (fft_size = 512) = (taps_length = 151) + (input_size = 362) - 1 (overlap_length = 150) = taps_length - 1 fractional_decimator_ff: window = HAMMING fractional_decimator_ff: taps_length = 133 shift_addition_cc: reinitialized to -0 Ncat: Version 7.01 ( https://nmap.org/ncat ) Ncat: Connected to 127.0.0.1:4951. through: 4800058 bytes/s 168041920 bandpass_fir_fft_cc: filter initialized, low_cut = -0.331675, high_cut = 0.331675 through: 4800058 bytes/s 168043072 through: 4800058 bytes/s 168044288 through: 4800058 bytes/s 168045440 through: 4800058 bytes/s 168046592 through: 4800058 bytes/s 168047808 through: 4800058 bytes/s 168048960 through: 4800058 bytes/s 168050112 through: 4800058 bytes/s 168051264 through: 4800058 bytes/s 168052480 through: 4800058 bytes/s 168053632 through: 4800058 bytes/s 168054784 through: 4800058 bytes/s 168056000 through: 4800058 bytes/s 168057152 through: 4800058 bytes/s 168058304 through: 4800058 bytes/s 168059520 through: 4800058 bytes/s 168060672 through: 4800058 bytes/s 168061824 through: 4800058 bytes/s 168063040 through: 4800058 bytes/s 168064192 through: 4800058 bytes/s 168065344 through: 4800059 bytes/s 168066538 through: 4800058 bytes/s 168067712 through: 4800058 bytes/s 168068864 through: 4800058 bytes/s 168070016 through: 4800058 bytes/s 168071232 through: 4800058 bytes/s 168072384 through: 4800058 bytes/s 168073536 through: 4800058 bytes/s 168074752 through: 4800058 bytes/s 168075904 through: 4800058 bytes/s 168077056 through: 4800058 bytes/s 168078272 through: 4800058 bytes/s 168079424 through: 4800058 bytes/s 168080576 through: 4800058 bytes/s 168081792 through: 4800058 bytes/s 168082944 through: 4800058 bytes/s 168084096 through: 4800058 bytes/s 168085248 through: 4800058 bytes/s 168086464 through: 4800058 bytes/s 168087616 127.0.0.1 - - [25/Jun/2016 12:36:06] "GET / HTTP/1.1" 200 - [openwebrx-httpd] client 127.0.0.1#07674c0601c2751286df0bde81ddc6ec :: client added. Clients now: 6 127.0.0.1 - - [25/Jun/2016 12:36:06] "GET /sdr.js HTTP/1.1" 200 - 127.0.0.1 - - [25/Jun/2016 12:36:06] "GET /openwebrx.js HTTP/1.1" 200 - 127.0.0.1 - - [25/Jun/2016 12:36:06] "GET /openwebrx.css HTTP/1.1" 200 - through: 4800058 bytes/s 168088768 127.0.0.1 - - [25/Jun/2016 12:36:06] "GET /favicon.ico HTTP/1.1" 200 - 127.0.0.1 - - [25/Jun/2016 12:36:06] "GET /sdr.js HTTP/1.1" 200 - 127.0.0.1 - - [25/Jun/2016 12:36:06] "GET /openwebrx.js HTTP/1.1" 200 - 127.0.0.1 - - [25/Jun/2016 12:36:06] "GET /openwebrx.css HTTP/1.1" 200 - 127.0.0.1 - - [25/Jun/2016 12:36:06] "GET /gfx/openwebrx-top-photo.jpg HTTP/1.1" 200 - 127.0.0.1 - - [25/Jun/2016 12:36:06] "GET /gfx/openwebrx-top-logo.png HTTP/1.1" 200 - 127.0.0.1 - - [25/Jun/2016 12:36:06] "GET /gfx/openwebrx-ha5kfu-top-logo.png HTTP/1.1" 200 - 127.0.0.1 - - [25/Jun/2016 12:36:06] "GET /gfx/openwebrx-avatar-background.png HTTP/1.1" 200 - 127.0.0.1 - - [25/Jun/2016 12:36:06] "GET /gfx/openwebrx-avatar.png HTTP/1.1" 200 - 127.0.0.1 - - [25/Jun/2016 12:36:07] "GET /gfx/openwebrx-rx-details-arrow-up.png HTTP/1.1" 200 - 127.0.0.1 - - [25/Jun/2016 12:36:07] "GET /gfx/openwebrx-rx-details-arrow.png HTTP/1.1" 200 - 127.0.0.1 - - [25/Jun/2016 12:36:07] "GET /gfx/openwebrx-panel-receiver.png HTTP/1.1" 200 - 127.0.0.1 - - [25/Jun/2016 12:36:07] "GET /gfx/openwebrx-speaker.png HTTP/1.1" 200 - 127.0.0.1 - - [25/Jun/2016 12:36:07] "GET /gfx/openwebrx-panel-log.png HTTP/1.1" 200 - 127.0.0.1 - - [25/Jun/2016 12:36:07] "GET /gfx/openwebrx-panel-status.png HTTP/1.1" 200 - 127.0.0.1 - - [25/Jun/2016 12:36:07] "GET /gfx/openwebrx-waterfall-auto.png HTTP/1.1" 200 - 127.0.0.1 - - [25/Jun/2016 12:36:07] "GET /gfx/openwebrx-squelch-button.png HTTP/1.1" 200 - 127.0.0.1 - - [25/Jun/2016 12:36:07] "GET /gfx/openwebrx-waterfall-default.png HTTP/1.1" 200 - 127.0.0.1 - - [25/Jun/2016 12:36:07] "GET /gfx/openwebrx-zoom-in.png HTTP/1.1" 200 - 127.0.0.1 - - [25/Jun/2016 12:36:07] "GET /gfx/openwebrx-zoom-out.png HTTP/1.1" 200 - 127.0.0.1 - - [25/Jun/2016 12:36:07] "GET /gfx/openwebrx-zoom-in-total.png HTTP/1.1" 200 - 127.0.0.1 - - [25/Jun/2016 12:36:07] "GET /gfx/openwebrx-zoom-out-total.png HTTP/1.1" 200 - 127.0.0.1 - - [25/Jun/2016 12:36:07] "GET /gfx/openwebrx-play-button.png HTTP/1.1" 200 - 127.0.0.1 - - [25/Jun/2016 12:36:07] "GET /gfx/openwebrx-scale-background.png HTTP/1.1" 200 - 127.0.0.1 - - [25/Jun/2016 12:36:07] "GET /gfx/openwebrx-background-cool-blue.png HTTP/1.1" 200 - 127.0.0.1 - - [25/Jun/2016 12:36:07] "GET /gfx/font-expletus-sans/ExpletusSans-Medium.ttf HTTP/1.1" 200 - 127.0.0.1 - - [25/Jun/2016 12:36:07] "GET /favicon.ico HTTP/1.1" 200 - [openwebrx-httpd:ws,5] command: SET output_rate=11025 action=start [openwebrx-dsp-plugin:csdr] Command = ncat -v 127.0.0.1 4951 | csdr convert_u8_f | csdr shift_addition_cc --fifo /tmp/openwebrx_pipe_140015411454032_shift | csdr fir_decimate_cc 217 0.0006911875 HAMMING | csdr bandpass_fir_fft_cc --fifo /tmp/openwebrx_pipe_140015411454032_bpf 0.0289357084727 HAMMING | csdr squelch_and_smeter_cc --fifo /tmp/openwebrx_pipe_140015411454032_squelch --outfifo /tmp/openwebrx_pipe_140015411454032_smeter 5 1 | csdr fmdemod_quadri_cf | csdr limit_ff | csdr fractional_decimator_ff 1.00308390023 | csdr deemphasis_nfm_ff 11025 | csdr fastagc_ff 1024 | csdr convert_f_s16 | csdr encode_ima_adpcm_i16_u8 fir_decimate_cc: taps_length = 5787 csdr: fifo control mode on csdr: fifo control mode on fractional_decimator_ff: window = HAMMING fractional_decimator_ff: taps_length = 133 csdr: fifo control mode on bandpass_fir_fft_cc: (fft_size = 512) = (taps_length = 139) + (input_size = 374) - 1 (overlap_length = 138) = taps_length - 1 shift_addition_cc: reinitialized to -0 squelch_and_power_cc: initial squelch level is 0 Ncat: Version 7.01 ( https://nmap.org/ncat ) Ncat: Connected to 127.0.0.1:4951. bandpass_fir_fft_cc: filter initialized, low_cut = -0.361696, high_cut = 0.361696 through: 4800058 bytes/s 168089984 through: 4800058 bytes/s 168091136 through: 4800058 bytes/s 168092288 through: 4800058 bytes/s 168093504 through: 4800058 bytes/s 168094656 through: 4800058 bytes/s 168095808 through: 4800058 bytes/s 168097024 through: 4800058 bytes/s 168098176 through: 4800058 bytes/s 168099328 through: 4800058 bytes/s 168100544 through: 4800058 bytes/s 168101696 through: 4800058 bytes/s 168102848 through: 4800058 bytes/s 168104000 through: 4800058 bytes/s 168105216 through: 4800058 bytes/s 168106368 through: 4800058 bytes/s 168107520 through: 4800058 bytes/s 168108736 through: 4800058 bytes/s 168109888 [openwebrx] Verbose status information on USR1 signal

time.time() = 1466850985.3 clients_mutex.locked() = False clients_mutex_locker = None spectrum_thread_watchdog_last_tick = 1466850984.3

clients: 6

id = a404db7e0647a7a604c4ce7733d7d30b
gen_time = 1466788818.18
ws_started = True
sprectum_queue = <property object at 0x7f57e0e5ed08>
ip = 192.168.1.8
closed = [False]
bcastmsg = MSG cpu_usage=51 clients=6
dsp = <plugins.dsp.csdr.plugin.dsp_plugin instance at 0x7f57e0dee3f8>
loopstat = 10

id = 581a1a3b5c600770d7514faff15e32c6
gen_time = 1466789489.71
ws_started = True
sprectum_queue = <property object at 0x7f57e0e453c0>
ip = 192.168.1.8
closed = [False]
bcastmsg = MSG cpu_usage=51 clients=6
dsp = <plugins.dsp.csdr.plugin.dsp_plugin instance at 0x7f57e0dee878>
loopstat = 10

id = 66a9f6d8399933e7a86a8cf9788466d8
gen_time = 1466850849.94
ws_started = True
sprectum_queue = <property object at 0x7f57e0e45ba8>
ip = 192.168.1.9
closed = [False]
bcastmsg = MSG cpu_usage=51 clients=6
dsp = <plugins.dsp.csdr.plugin.dsp_plugin instance at 0x7f57e0db7488>
loopstat = 10

id = ed944784cbf048ee0e9775589c5ea06b
gen_time = 1466850898.7
ws_started = True
sprectum_queue = <property object at 0x7f57e0e45b50>
ip = 192.168.1.9
closed = [False]
bcastmsg = MSG cpu_usage=51 clients=6
dsp = <plugins.dsp.csdr.plugin.dsp_plugin instance at 0x7f57e0dba9e0>
loopstat = 10

id = ec6a02528344d44b613b26dcaa8cb31d
gen_time = 1466850924.03
ws_started = True
sprectum_queue = <property object at 0x7f57e0e45aa0>
ip = 192.168.1.9
closed = [False]
bcastmsg = MSG cpu_usage=51 clients=6
dsp = <plugins.dsp.csdr.plugin.dsp_plugin instance at 0x7f57e0dc2098>
loopstat = 10

id = 07674c0601c2751286df0bde81ddc6ec
gen_time = 1466850966.69
ws_started = True
sprectum_queue = <property object at 0x7f57e0daa310>
ip = 127.0.0.1
closed = [False]
bcastmsg = MSG cpu_usage=51 clients=6
dsp = <plugins.dsp.csdr.plugin.dsp_plugin instance at 0x7f57e0dce050>
loopstat = 10

[openwebrx] Verbose status information on USR1 signal

time.time() = 1466850985.42 clients_mutex.locked() = False clients_mutex_locker = None spectrum_thread_watchdog_last_tick = 1466850984.3

clients: 6

id = a404db7e0647a7a604c4ce7733d7d30b
gen_time = 1466788818.18
ws_started = True
sprectum_queue = <property object at 0x7f57e0e5ed08>
ip = 192.168.1.8
closed = [False]
bcastmsg = MSG cpu_usage=51 clients=6
dsp = <plugins.dsp.csdr.plugin.dsp_plugin instance at 0x7f57e0dee3f8>
loopstat = 10

id = 581a1a3b5c600770d7514faff15e32c6
gen_time = 1466789489.71
ws_started = True
sprectum_queue = <property object at 0x7f57e0e453c0>
ip = 192.168.1.8
closed = [False]
bcastmsg = MSG cpu_usage=51 clients=6
dsp = <plugins.dsp.csdr.plugin.dsp_plugin instance at 0x7f57e0dee878>
loopstat = 10

id = 66a9f6d8399933e7a86a8cf9788466d8
gen_time = 1466850849.94
ws_started = True
sprectum_queue = <property object at 0x7f57e0e45ba8>
ip = 192.168.1.9
closed = [False]
bcastmsg = MSG cpu_usage=51 clients=6
dsp = <plugins.dsp.csdr.plugin.dsp_plugin instance at 0x7f57e0db7488>
loopstat = 10

id = ed944784cbf048ee0e9775589c5ea06b
gen_time = 1466850898.7
ws_started = True
sprectum_queue = <property object at 0x7f57e0e45b50>
ip = 192.168.1.9
closed = [False]
bcastmsg = MSG cpu_usage=51 clients=6
dsp = <plugins.dsp.csdr.plugin.dsp_plugin instance at 0x7f57e0dba9e0>
loopstat = 10

id = ec6a02528344d44b613b26dcaa8cb31d
gen_time = 1466850924.03
ws_started = True
sprectum_queue = <property object at 0x7f57e0e45aa0>
ip = 192.168.1.9
closed = [False]
bcastmsg = MSG cpu_usage=51 clients=6
dsp = <plugins.dsp.csdr.plugin.dsp_plugin instance at 0x7f57e0dc2098>
loopstat = 10

id = 07674c0601c2751286df0bde81ddc6ec
gen_time = 1466850966.69
ws_started = True
sprectum_queue = <property object at 0x7f57e0daa310>
ip = 127.0.0.1
closed = [False]
bcastmsg = MSG cpu_usage=51 clients=6
dsp = <plugins.dsp.csdr.plugin.dsp_plugin instance at 0x7f57e0dce050>
loopstat = 10

through: 4800058 bytes/s 168111040 through: 4800058 bytes/s 168112256 through: 4800058 bytes/s 168113408 through: 4800058 bytes/s 168114560 through: 4800058 bytes/s 168115776 ^CSignal caught, exiting! [openwebrx] Ctrl+C: aborting. [openwebrx-httpd] client 192.168.1.8#a404db7e0647a7a604c4ce7733d7d30b :: client being closed. [openwebrx-httpd] client 192.168.1.8#581a1a3b5c600770d7514faff15e32c6 :: client being closed. [openwebrx-httpd] client 192.168.1.9#66a9f6d8399933e7a86a8cf9788466d8 :: client being closed. [openwebrx-httpd] client 192.168.1.9#ed944784cbf048ee0e9775589c5ea06b :: client being closed. [openwebrx-httpd] client 192.168.1.9#ec6a02528344d44b613b26dcaa8cb31d :: client being closed. [openwebrx-httpd] client 127.0.0.1#07674c0601c2751286df0bde81ddc6ec :: client being closed.

User cancel, exiting...

By the way, I've noticed that when it is operating normally, new clients generate these two lines in the log:

_bandpass_fir_fft_cc: filter initialized, low_cut = -0.331675, high_cut = 0.331675 bandpass_fir_fft_cc: filter initialized, low_cut = 0.0248756, highcut = 0.248756

which is normal, as I set as default a frequency not in the middle of the spectrum. However, when hanged, it only shows

_bandpass_fir_fft_cc: filter initialized, low_cut = -0.331675, highcut = 0.331675

I don't know if that's relevant.

Thanks and best regards, Daniel.

daniel5457h commented 8 years ago

Hi András,

I got another hang today, Here I paste the console log and the access log. Same behavior as in the previous post.

through: 4800057 bytes/s 185312000 through: 4800057 bytes/s 185313152 through: 4800056 bytes/s 185314368 through: 4800056 bytes/s 185315520 through: 4800056 bytes/s 185316672 through: 4800056 bytes/s 185317888 192.168.1.8 - - [27/Jun/2016 08:37:15] "GET / HTTP/1.1" 200 - [openwebrx-httpd] client 192.168.1.8#fa0f61f06185e88f6611f7fe26a374e2 :: client added. Clients now: 1 192.168.1.8 - - [27/Jun/2016 08:37:15] "GET /sdr.js HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:15] "GET /openwebrx.css HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:15] "GET /openwebrx.js HTTP/1.1" 200 - through: 4800056 bytes/s 185319040 through: 4800056 bytes/s 185320192 192.168.1.8 - - [27/Jun/2016 08:37:16] "GET /favicon.ico HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:16] "GET /sdr.js HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:16] "GET /openwebrx.js HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:16] "GET /openwebrx.css HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:16] "GET /gfx/openwebrx-ha5kfu-top-logo.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:16] "GET /gfx/openwebrx-top-photo.jpg HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:16] "GET /gfx/openwebrx-top-logo.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:16] "GET /gfx/openwebrx-avatar.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:16] "GET /gfx/openwebrx-avatar-background.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:16] "GET /gfx/openwebrx-rx-details-arrow.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:16] "GET /gfx/openwebrx-panel-status.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:16] "GET /gfx/openwebrx-panel-log.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:16] "GET /gfx/openwebrx-panel-receiver.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:16] "GET /gfx/openwebrx-speaker.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:16] "GET /gfx/openwebrx-squelch-button.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:16] "GET /gfx/openwebrx-waterfall-auto.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:16] "GET /gfx/openwebrx-waterfall-default.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:16] "GET /gfx/openwebrx-zoom-in.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:16] "GET /gfx/openwebrx-zoom-out.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:16] "GET /gfx/openwebrx-zoom-out-total.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:16] "GET /gfx/openwebrx-zoom-in-total.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:16] "GET /gfx/openwebrx-play-button.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:16] "GET /gfx/openwebrx-scale-background.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:16] "GET /gfx/openwebrx-background-cool-blue.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:16] "GET /gfx/font-expletus-sans/ExpletusSans-Medium.ttf HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:16] "GET /gfx/openwebrx-rx-details-arrow-up.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:17] "GET /favicon.ico HTTP/1.1" 200 - [openwebrx-httpd:ws,0] command: SET output_rate=11025 action=start [openwebrx-dsp-plugin:csdr] Command = ncat -v 127.0.0.1 4951 | csdr convert_u8_f | csdr shift_addition_cc --fifo /tmp/openwebrx_pipe_139625500840016_shift | csdr fir_decimate_cc 217 0.0006911875 HAMMING | csdr bandpass_fir_fft_cc --fifo /tmp/openwebrx_pipe_139625500840016_bpf 0.0289357084727 HAMMING | csdr squelch_and_smeter_cc --fifo /tmp/openwebrx_pipe_139625500840016_squelch --outfifo /tmp/openwebrx_pipe_139625500840016_smeter 5 1 | csdr fmdemod_quadri_cf | csdr limit_ff | csdr fractional_decimator_ff 1.00308390023 | csdr deemphasis_nfm_ff 11025 | csdr fastagc_ff 1024 | csdr convert_f_s16 | csdr encode_ima_adpcm_i16_u8 csdr: fifo control mode on fir_decimate_cc: taps_length = 5787 csdr: fifo control mode on shift_addition_cc: reinitialized to -0 bandpass_fir_fft_cc: (fft_size = 512) = (taps_length = 139) + (input_size = 374) - 1 (overlap_length = 138) = taps_length - 1 fractional_decimator_ff: window = HAMMING fractional_decimator_ff: taps_length = 133 csdr: fifo control mode on squelch_and_power_cc: initial squelch level is 0 Ncat: Version 7.01 ( https://nmap.org/ncat ) Ncat: Connected to 127.0.0.1:4951. bandpass_fir_fft_cc: filter initialized, low_cut = -0.361696, high_cut = 0.361696 through: 4800056 bytes/s 185321344 through: 4800057 bytes/s 185322560 through: 4800056 bytes/s 185323712 through: 4800056 bytes/s 185324864 through: 4800057 bytes/s 185326080 through: 4800057 bytes/s 185327232 through: 4800057 bytes/s 185328384 through: 4800056 bytes/s 185329600 through: 4800057 bytes/s 185330752 through: 4800057 bytes/s 185331904 through: 4800056 bytes/s 185333120 through: 4800056 bytes/s 185334272 through: 4800056 bytes/s 185335424 through: 4800056 bytes/s 185336576 through: 4800056 bytes/s 185337792 through: 4800056 bytes/s 185338944 through: 4800056 bytes/s 185340096 through: 4800057 bytes/s 185341312 through: 4800057 bytes/s 185342464 through: 4800057 bytes/s 185343616 through: 4800057 bytes/s 185344832 192.168.1.8 - - [27/Jun/2016 08:37:37] "GET / HTTP/1.1" 200 - [openwebrx-httpd] client 192.168.1.8#d31fc098b6fe238d12fab58c8d1f9374 :: client added. Clients now: 2 192.168.1.8 - - [27/Jun/2016 08:37:37] "GET /sdr.js HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:37] "GET /openwebrx.js HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:37] "GET /openwebrx.css HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:38] "GET /favicon.ico HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:38] "GET /sdr.js HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:38] "GET /openwebrx.js HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:38] "GET /openwebrx.css HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:38] "GET /gfx/openwebrx-top-photo.jpg HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:38] "GET /gfx/openwebrx-top-logo.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:38] "GET /gfx/openwebrx-ha5kfu-top-logo.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:38] "GET /gfx/openwebrx-avatar-background.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:38] "GET /gfx/openwebrx-avatar.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:38] "GET /gfx/openwebrx-rx-details-arrow-up.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:38] "GET /gfx/openwebrx-rx-details-arrow.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:38] "GET /gfx/openwebrx-panel-status.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:38] "GET /gfx/openwebrx-panel-receiver.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:38] "GET /gfx/openwebrx-panel-log.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:38] "GET /gfx/openwebrx-speaker.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:38] "GET /gfx/openwebrx-waterfall-auto.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:38] "GET /gfx/openwebrx-squelch-button.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:38] "GET /gfx/openwebrx-waterfall-default.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:38] "GET /gfx/openwebrx-zoom-in.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:38] "GET /gfx/openwebrx-zoom-out.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:38] "GET /gfx/openwebrx-zoom-out-total.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:38] "GET /gfx/openwebrx-zoom-in-total.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:38] "GET /gfx/openwebrx-play-button.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:38] "GET /gfx/openwebrx-scale-background.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:38] "GET /gfx/openwebrx-background-cool-blue.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:37:38] "GET /favicon.ico HTTP/1.1" 200 - [openwebrx-httpd:ws,1] command: SET output_rate=11025 action=start [openwebrx-dsp-plugin:csdr] Command = ncat -v 127.0.0.1 4951 | csdr convert_u8_f | csdr shift_addition_cc --fifo /tmp/openwebrx_pipe_139625500827520_shift | csdr fir_decimate_cc 217 0.0006911875 HAMMING | csdr bandpass_fir_fft_cc --fifo /tmp/openwebrx_pipe_139625500827520_bpf 0.0289357084727 HAMMING | csdr squelch_and_smeter_cc --fifo /tmp/openwebrx_pipe_139625500827520_squelch --outfifo /tmp/openwebrx_pipe_139625500827520_smeter 5 1 | csdr fmdemod_quadri_cf | csdr limit_ff | csdr fractional_decimator_ff 1.00308390023 | csdr deemphasis_nfm_ff 11025 | csdr fastagc_ff 1024 | csdr convert_f_s16 | csdr encode_ima_adpcm_i16_u8 csdr: fifo control mode on fir_decimate_cc: taps_length = 5787 csdr: fifo control mode on csdr: fifo control mode on fractional_decimator_ff: window = HAMMING fractional_decimator_ff: taps_length = 133 shift_addition_cc: reinitialized to -0 squelch_and_power_cc: initial squelch level is 0 bandpass_fir_fft_cc: (fft_size = 512) = (taps_length = 139) + (input_size = 374) - 1 (overlap_length = 138) = taps_length - 1 Ncat: Version 7.01 ( https://nmap.org/ncat ) Ncat: Connected to 127.0.0.1:4951. bandpass_fir_fft_cc: filter initialized, low_cut = -0.361696, high_cut = 0.361696 through: 4800057 bytes/s 185345984 through: 4800057 bytes/s 185347136 through: 4800056 bytes/s 185348352 through: 4800056 bytes/s 185349504 through: 4800057 bytes/s 185350656 through: 4800056 bytes/s 185351872 through: 4800056 bytes/s 185353024 through: 4800056 bytes/s 185354176 through: 4800056 bytes/s 185355328 through: 4800057 bytes/s 185356544 through: 4800056 bytes/s 185357696 through: 4800056 bytes/s 185358848 through: 4800057 bytes/s 185360064 through: 4800057 bytes/s 185361216 through: 4800057 bytes/s 185362368 through: 4800056 bytes/s 185363584 through: 4800057 bytes/s 185364736 through: 4800057 bytes/s 185365888 through: 4800056 bytes/s 185367104 through: 4800056 bytes/s 185368256 through: 4800056 bytes/s 185369408 through: 4800057 bytes/s 185370591 through: 4800056 bytes/s 185371776 192.168.1.8 - - [27/Jun/2016 08:38:01] "GET / HTTP/1.1" 200 - [openwebrx-httpd] client 192.168.1.8#74945cd6706197f0954d2d0486c24d87 :: client added. Clients now: 3 192.168.1.8 - - [27/Jun/2016 08:38:01] "GET /sdr.js HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:38:01] "GET /openwebrx.js HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:38:01] "GET /openwebrx.css HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:38:01] "GET /favicon.ico HTTP/1.1" 200 - through: 4800056 bytes/s 185372928 192.168.1.8 - - [27/Jun/2016 08:38:01] "GET /sdr.js HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:38:01] "GET /openwebrx.js HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:38:01] "GET /openwebrx.css HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:38:01] "GET /gfx/openwebrx-top-photo.jpg HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:38:01] "GET /gfx/openwebrx-top-logo.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:38:01] "GET /gfx/openwebrx-ha5kfu-top-logo.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:38:01] "GET /gfx/openwebrx-avatar-background.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:38:01] "GET /gfx/openwebrx-avatar.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:38:01] "GET /gfx/openwebrx-rx-details-arrow-up.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:38:01] "GET /gfx/openwebrx-rx-details-arrow.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:38:01] "GET /gfx/openwebrx-panel-status.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:38:01] "GET /gfx/openwebrx-panel-log.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:38:01] "GET /gfx/openwebrx-panel-receiver.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:38:01] "GET /gfx/openwebrx-squelch-button.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:38:01] "GET /gfx/openwebrx-waterfall-auto.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:38:01] "GET /gfx/openwebrx-waterfall-default.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:38:01] "GET /gfx/openwebrx-zoom-in.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:38:01] "GET /gfx/openwebrx-speaker.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:38:01] "GET /gfx/openwebrx-zoom-out.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:38:01] "GET /gfx/openwebrx-zoom-in-total.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:38:01] "GET /gfx/openwebrx-zoom-out-total.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:38:01] "GET /gfx/openwebrx-play-button.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:38:01] "GET /gfx/openwebrx-scale-background.png HTTP/1.1" 200 - 192.168.1.8 - - [27/Jun/2016 08:38:01] "GET /gfx/openwebrx-background-cool-blue.png HTTP/1.1" 200 - [openwebrx-httpd:ws,2] command: SET output_rate=11025 action=start [openwebrx-dsp-plugin:csdr] Command = ncat -v 127.0.0.1 4951 | csdr convert_u8_f | csdr shift_addition_cc --fifo /tmp/openwebrx_pipe_139625500440048_shift | csdr fir_decimate_cc 217 0.0006911875 HAMMING | csdr bandpass_fir_fft_cc --fifo /tmp/openwebrx_pipe_139625500440048_bpf 0.0289357084727 HAMMING | csdr squelch_and_smeter_cc --fifo /tmp/openwebrx_pipe_139625500440048_squelch --outfifo /tmp/openwebrx_pipe_139625500440048_smeter 5 1 | csdr fmdemod_quadri_cf | csdr limit_ff | csdr fractional_decimator_ff 1.00308390023 | csdr deemphasis_nfm_ff 11025 | csdr fastagc_ff 1024 | csdr convert_f_s16 | csdr encode_ima_adpcm_i16_u8 fractional_decimator_ff: window = HAMMING fractional_decimator_ff: taps_length = 133 fir_decimate_cc: taps_length = 5787 csdr: fifo control mode on csdr: fifo control mode on csdr: fifo control mode on squelch_and_power_cc: initial squelch level is 0 bandpass_fir_fft_cc: (fft_size = 512) = (taps_length = 139) + (input_size = 374) - 1 (overlap_length = 138) = taps_length - 1 shift_addition_cc: reinitialized to -0 192.168.1.8 - - [27/Jun/2016 08:38:01] "GET /favicon.ico HTTP/1.1" 200 - Ncat: Version 7.01 ( https://nmap.org/ncat ) Ncat: Connected to 127.0.0.1:4951. bandpass_fir_fft_cc: filter initialized, low_cut = -0.361696, high_cut = 0.361696 through: 4800056 bytes/s 185374080 through: 4800057 bytes/s 185375296 through: 4800057 bytes/s 185376448 through: 4800056 bytes/s 185377600 through: 4800057 bytes/s 185378816 through: 4800057 bytes/s 185379968 through: 4800057 bytes/s 185381120 through: 4800056 bytes/s 185382336 through: 4800056 bytes/s 185383488 through: 4800057 bytes/s 185384640 through: 4800056 bytes/s 185385856 through: 4800056 bytes/s 185387008 through: 4800056 bytes/s 185388160 through: 4800056 bytes/s 185389312 through: 4800056 bytes/s 185390528 through: 4800056 bytes/s 185391680 through: 4800056 bytes/s 185392832 through: 4800057 bytes/s 185394048 through: 4800057 bytes/s 185395200 through: 4800057 bytes/s 185396352 through: 4800057 bytes/s 185397568 through: 4800057 bytes/s 185398720 through: 4800057 bytes/s 185399872 through: 4800056 bytes/s 185401088 through: 4800056 bytes/s 185402240 through: 4800056 bytes/s 185403392 through: 4800056 bytes/s 185404608 through: 4800056 bytes/s 185405760 through: 4800056 bytes/s 185406912 through: 4800056 bytes/s 185408064 through: 4800057 bytes/s 185409280 through: 4800057 bytes/s 185410432 through: 4800056 bytes/s 185411584 through: 4800057 bytes/s 185412800 through: 4800057 bytes/s 185413952 through: 4800057 bytes/s 185415104 through: 4800056 bytes/s 185416320 through: 4800057 bytes/s 185417472 through: 4800057 bytes/s 185418624 through: 4800056 bytes/s 185419840 through: 4800056 bytes/s 185420992 through: 4800056 bytes/s 185422144 through: 4800056 bytes/s 185423296 through: 4800056 bytes/s 185424512 through: 4800056 bytes/s 185425664 through: 4800056 bytes/s 185426816 through: 4800057 bytes/s 185428032 through: 4800057 bytes/s 185429184 through: 4800057 bytes/s 185430336 through: 4800057 bytes/s 185431552 through: 4800057 bytes/s 185432704 through: 4800057 bytes/s 185433856 through: 4800056 bytes/s 185435072 through: 4800056 bytes/s 185436224 through: 4800057 bytes/s 185437376 through: 4800056 bytes/s 185438592 through: 4800056 bytes/s 185439744 through: 4800056 bytes/s 185440896 through: 4800056 bytes/s 185442048 through: 4800057 bytes/s 185443264 through: 4800056 bytes/s 185444416 through: 4800056 bytes/s 185445568 through: 4800057 bytes/s 185446784 through: 4800057 bytes/s 185447936 through: 4800057 bytes/s 185449088 through: 4800056 bytes/s 185450304 through: 4800057 bytes/s 185451456 through: 4800057 bytes/s 185452608 through: 4800056 bytes/s 185453824 through: 4800056 bytes/s 185454976 through: 4800056 bytes/s 185456128 through: 4800056 bytes/s 185457280 through: 4800056 bytes/s 185458496 through: 4800056 bytes/s 185459648 through: 4800056 bytes/s 185460800 through: 4800057 bytes/s 185462016 through: 4800057 bytes/s 185463168 through: 4800056 bytes/s 185464320 through: 4800057 bytes/s 185465536 through: 4800057 bytes/s 185466688 through: 4800057 bytes/s 185467840 through: 4800056 bytes/s 185469056 through: 4800056 bytes/s 185470208 through: 4800057 bytes/s 185471360 [openwebrx] Verbose status information on USR1 signal

time.time() = 1467009566.12 clients_mutex.locked() = False clients_mutex_locker = None spectrum_thread_watchdog_last_tick = 1467009565.03

clients: 3

id = fa0f61f06185e88f6611f7fe26a374e2
gen_time = 1467009435.47
ws_started = True
sprectum_queue = <property object at 0x7efd19886e68>
ip = 192.168.1.8
closed = [False]
bcastmsg = MSG cpu_usage=15 clients=3
dsp = <plugins.dsp.csdr.plugin.dsp_plugin instance at 0x7efd18611050>
loopstat = 10

id = d31fc098b6fe238d12fab58c8d1f9374
gen_time = 1467009457.91
ws_started = True
sprectum_queue = <property object at 0x7efd198868e8>
ip = 192.168.1.8
closed = [False]
bcastmsg = MSG cpu_usage=15 clients=3
dsp = <plugins.dsp.csdr.plugin.dsp_plugin instance at 0x7efd1860df80>
loopstat = 10

id = 74945cd6706197f0954d2d0486c24d87
gen_time = 1467009481.25
ws_started = True
sprectum_queue = <property object at 0x7efd18608208>
ip = 192.168.1.8
closed = [False]
bcastmsg = MSG cpu_usage=15 clients=3
dsp = <plugins.dsp.csdr.plugin.dsp_plugin instance at 0x7efd185af5f0>
loopstat = 10

[openwebrx] Verbose status information on USR1 signal

time.time() = 1467009566.23 clients_mutex.locked() = False clients_mutex_locker = None spectrum_thread_watchdog_last_tick = 1467009566.22

clients: 3

id = fa0f61f06185e88f6611f7fe26a374e2
gen_time = 1467009435.47
ws_started = True
sprectum_queue = <property object at 0x7efd19886e68>
ip = 192.168.1.8
closed = [False]
bcastmsg = MSG cpu_usage=15 clients=3
dsp = <plugins.dsp.csdr.plugin.dsp_plugin instance at 0x7efd18611050>
loopstat = 10

id = d31fc098b6fe238d12fab58c8d1f9374
gen_time = 1467009457.91
ws_started = True
sprectum_queue = <property object at 0x7efd198868e8>
ip = 192.168.1.8
closed = [False]
bcastmsg = MSG cpu_usage=15 clients=3
dsp = <plugins.dsp.csdr.plugin.dsp_plugin instance at 0x7efd1860df80>
loopstat = 10

id = 74945cd6706197f0954d2d0486c24d87
gen_time = 1467009481.25
ws_started = True
sprectum_queue = <property object at 0x7efd18608208>
ip = 192.168.1.8
closed = [False]
bcastmsg = MSG cpu_usage=15 clients=3
dsp = <plugins.dsp.csdr.plugin.dsp_plugin instance at 0x7efd185af5f0>
loopstat = 10

through: 4800056 bytes/s 185472576 through: 4800056 bytes/s 185473728 through: 4800056 bytes/s 185474880 through: 4800056 bytes/s 185476032 through: 4800057 bytes/s 185477248 ^CSignal caught, exiting! [openwebrx] Ctrl+C: aborting. [openwebrx-httpd] client 192.168.1.8#fa0f61f06185e88f6611f7fe26a374e2 :: client being closed. [openwebrx-httpd] client 192.168.1.8#d31fc098b6fe238d12fab58c8d1f9374 :: client being closed. [openwebrx-httpd] client 192.168.1.8#74945cd6706197f0954d2d0486c24d87 :: client being closed. [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_139625500840016_bpf [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_139625500840016_shift [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_139625500840016_squelch [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_139625500840016_smeter [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_139625500827520_bpf [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_139625500827520_shift [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_139625500827520_squelch [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_139625500827520_smeter [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_139625500440048_bpf [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_139625500440048_shift [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_139625500440048_squelch [openwebrx-dsp-plugin:csdr] stop() :: unlink failed: /tmp/openwebrx_pipe_139625500440048_smeter

User cancel, exiting...

And the access log:

[2016-06-26T23:06:54.521429] GET / from 90.170.56.218 [2016-06-26T23:06:54.811534] GET /sdr.js from 90.170.56.218 [2016-06-26T23:06:54.811939] GET /openwebrx.js from 90.170.56.218 [2016-06-26T23:06:54.816270] GET /openwebrx.css from 90.170.56.218 [2016-06-26T23:06:55.203545] GET /gfx/openwebrx-top-photo.jpg from 90.170.56.218 [2016-06-26T23:06:55.507284] GET /gfx/openwebrx-top-logo.png from 90.170.56.218 [2016-06-26T23:06:55.730590] GET /gfx/openwebrx-ha5kfu-top-logo.png from 90.170.56.218 [2016-06-26T23:06:55.998975] GET /gfx/font-expletus-sans/ExpletusSans-Medium.ttf from 90.170.56.218 [2016-06-26T23:06:56.145892] GET /gfx/openwebrx-scale-background.png from 90.170.56.218 [2016-06-26T23:06:56.146591] GET /gfx/openwebrx-avatar.png from 90.170.56.218 [2016-06-26T23:06:56.147666] GET /gfx/openwebrx-avatar-background.png from 90.170.56.218 [2016-06-26T23:06:56.148457] GET /gfx/openwebrx-panel-receiver.png from 90.170.56.218 [2016-06-26T23:06:56.148827] GET /gfx/openwebrx-background-cool-blue.png from 90.170.56.218 [2016-06-26T23:06:56.307464] GET /gfx/openwebrx-rx-details-arrow-up.png from 90.170.56.218 [2016-06-26T23:06:56.466433] GET /gfx/openwebrx-rx-details-arrow.png from 90.170.56.218 [2016-06-26T23:06:56.468036] GET /gfx/openwebrx-panel-status.png from 90.170.56.218 [2016-06-26T23:06:56.476354] GET /gfx/openwebrx-panel-log.png from 90.170.56.218 [2016-06-26T23:06:56.494269] GET /gfx/openwebrx-speaker.png from 90.170.56.218 [2016-06-26T23:06:56.635077] GET /gfx/openwebrx-waterfall-auto.png from 90.170.56.218 [2016-06-26T23:06:56.635651] GET /gfx/openwebrx-squelch-button.png from 90.170.56.218 [2016-06-26T23:06:56.752594] GET /gfx/openwebrx-waterfall-default.png from 90.170.56.218 [2016-06-26T23:06:56.753133] GET /gfx/openwebrx-zoom-in.png from 90.170.56.218 [2016-06-26T23:06:56.761082] GET /gfx/openwebrx-zoom-out.png from 90.170.56.218 [2016-06-26T23:06:56.910160] GET /gfx/openwebrx-zoom-in-total.png from 90.170.56.218 [2016-06-26T23:06:56.911383] GET /gfx/openwebrx-zoom-out-total.png from 90.170.56.218 [2016-06-26T23:06:57.691858] GET /gfx/openwebrx-play-button.png from 90.170.56.218 [2016-06-26T23:06:57.992848] GET /ws/38c48a1f6d23d2fccd144f1edb1cedad from 90.170.56.218 [2016-06-26T23:06:58.035813] Started streaming to client: 90.170.56.218#38c48a1f6d23d2fccd144f1edb1cedad (users now: 1) [2016-06-26T23:07:57.554051] GET http://www.google.com/reader/about/ from 91.236.75.4 [2016-06-26T23:09:23.361072] GET /ws/38c48a1f6d23d2fccd144f1edb1cedad from 90.170.56.218 [2016-06-26T23:09:42.922592] GET / from 90.170.56.218 [2016-06-26T23:09:43.088047] GET /sdr.js from 90.170.56.218 [2016-06-26T23:09:43.088668] GET /openwebrx.css from 90.170.56.218 [2016-06-26T23:09:43.091658] GET /openwebrx.js from 90.170.56.218 [2016-06-26T23:09:43.235339] GET /gfx/openwebrx-top-photo.jpg from 90.170.56.218 [2016-06-26T23:09:43.628584] GET /gfx/openwebrx-top-logo.png from 90.170.56.218 [2016-06-26T23:09:43.719530] GET /gfx/font-expletus-sans/ExpletusSans-Medium.ttf from 90.170.56.218 [2016-06-26T23:09:43.722530] GET /gfx/openwebrx-ha5kfu-top-logo.png from 90.170.56.218 [2016-06-26T23:09:43.723388] GET /gfx/openwebrx-avatar-background.png from 90.170.56.218 [2016-06-26T23:09:43.726595] GET /gfx/openwebrx-rx-details-arrow-up.png from 90.170.56.218 [2016-06-26T23:09:43.729442] GET /gfx/openwebrx-rx-details-arrow.png from 90.170.56.218 [2016-06-26T23:09:43.800460] GET /gfx/openwebrx-panel-receiver.png from 90.170.56.218 [2016-06-26T23:09:43.802870] GET /gfx/openwebrx-panel-status.png from 90.170.56.218 [2016-06-26T23:09:43.805010] GET /gfx/openwebrx-background-cool-blue.png from 90.170.56.218 [2016-06-26T23:09:43.809188] GET /gfx/openwebrx-panel-log.png from 90.170.56.218 [2016-06-26T23:09:43.883153] GET /gfx/openwebrx-scale-background.png from 90.170.56.218 [2016-06-26T23:09:43.887719] GET /gfx/openwebrx-avatar.png from 90.170.56.218 [2016-06-26T23:09:43.892274] GET /gfx/openwebrx-waterfall-auto.png from 90.170.56.218 [2016-06-26T23:09:43.892831] GET /gfx/openwebrx-speaker.png from 90.170.56.218 [2016-06-26T23:09:43.975519] GET /gfx/openwebrx-squelch-button.png from 90.170.56.218 [2016-06-26T23:09:43.989212] GET /gfx/openwebrx-waterfall-default.png from 90.170.56.218 [2016-06-26T23:09:43.993782] GET /gfx/openwebrx-zoom-in.png from 90.170.56.218 [2016-06-26T23:09:43.998038] GET /gfx/openwebrx-zoom-out.png from 90.170.56.218 [2016-06-26T23:09:44.035248] GET /gfx/openwebrx-zoom-in-total.png from 90.170.56.218 [2016-06-26T23:09:44.061985] GET /gfx/openwebrx-zoom-out-total.png from 90.170.56.218 [2016-06-26T23:09:44.742240] GET /gfx/openwebrx-play-button.png from 90.170.56.218 [2016-06-26T23:09:44.907745] GET /ws/e6d25e4db6543e55f7e13093cda6ff14 from 90.170.56.218 [2016-06-26T23:09:44.964919] Started streaming to client: 90.170.56.218#e6d25e4db6543e55f7e13093cda6ff14 (users now: 2) [2016-06-26T23:10:06.170117] GET / from 90.170.56.218 [2016-06-26T23:10:06.342526] GET /sdr.js from 90.170.56.218 [2016-06-26T23:10:06.343514] GET /openwebrx.js from 90.170.56.218 [2016-06-26T23:10:06.440421] GET /openwebrx.css from 90.170.56.218 [2016-06-26T23:10:06.710485] GET /gfx/openwebrx-top-photo.jpg from 90.170.56.218 [2016-06-26T23:10:07.128364] GET /gfx/openwebrx-top-logo.png from 90.170.56.218 [2016-06-26T23:10:07.313659] GET /gfx/openwebrx-ha5kfu-top-logo.png from 90.170.56.218 [2016-06-26T23:10:07.457419] GET /gfx/font-expletus-sans/ExpletusSans-Medium.ttf from 90.170.56.218 [2016-06-26T23:10:07.459049] GET /gfx/openwebrx-panel-log.png from 90.170.56.218 [2016-06-26T23:10:07.468882] GET /gfx/openwebrx-background-cool-blue.png from 90.170.56.218 [2016-06-26T23:10:07.470935] GET /gfx/openwebrx-scale-background.png from 90.170.56.218 [2016-06-26T23:10:07.473508] GET /gfx/openwebrx-panel-receiver.png from 90.170.56.218 [2016-06-26T23:10:07.678087] GET /gfx/openwebrx-avatar-background.png from 90.170.56.218 [2016-06-26T23:10:07.679196] GET /gfx/openwebrx-avatar.png from 90.170.56.218 [2016-06-26T23:10:07.831628] GET /gfx/openwebrx-rx-details-arrow.png from 90.170.56.218 [2016-06-26T23:10:07.969601] GET /gfx/openwebrx-rx-details-arrow-up.png from 90.170.56.218 [2016-06-26T23:10:07.970809] GET /gfx/openwebrx-speaker.png from 90.170.56.218 [2016-06-26T23:10:07.971568] GET /gfx/openwebrx-waterfall-auto.png from 90.170.56.218 [2016-06-26T23:10:07.975019] GET /gfx/openwebrx-panel-status.png from 90.170.56.218 [2016-06-26T23:10:08.121238] GET /gfx/openwebrx-squelch-button.png from 90.170.56.218 [2016-06-26T23:10:08.149822] GET /gfx/openwebrx-waterfall-default.png from 90.170.56.218 [2016-06-26T23:10:08.273223] GET /gfx/openwebrx-zoom-in.png from 90.170.56.218 [2016-06-26T23:10:08.273833] GET /gfx/openwebrx-zoom-out.png from 90.170.56.218 [2016-06-26T23:10:08.274857] GET /gfx/openwebrx-zoom-in-total.png from 90.170.56.218 [2016-06-26T23:10:08.421866] GET /gfx/openwebrx-zoom-out-total.png from 90.170.56.218 [2016-06-26T23:10:08.570690] GET /gfx/openwebrx-play-button.png from 90.170.56.218 [2016-06-26T23:10:08.876743] GET /ws/20d9c80b16d6b055b418a6ce94e7a3cb from 90.170.56.218 [2016-06-26T23:10:08.922747] Started streaming to client: 90.170.56.218#20d9c80b16d6b055b418a6ce94e7a3cb (users now: 3) [2016-06-26T23:10:18.177379] Stopped streaming to client: 90.170.56.218#38c48a1f6d23d2fccd144f1edb1cedad (users now: 2) [2016-06-26T23:13:05.354076] Stopped streaming to client: 90.170.56.218#e6d25e4db6543e55f7e13093cda6ff14 (users now: 1) [2016-06-26T23:13:29.379733] Stopped streaming to client: 90.170.56.218#20d9c80b16d6b055b418a6ce94e7a3cb (users now: 0) [2016-06-26T23:29:50.601580] GET / from 85.51.111.152 [2016-06-26T23:29:50.805550] GET /openwebrx.css from 85.51.111.152 [2016-06-26T23:29:50.812663] GET /sdr.js from 85.51.111.152 [2016-06-26T23:29:50.817866] GET /openwebrx.js from 85.51.111.152 [2016-06-26T23:29:50.825857] GET /gfx/openwebrx-top-photo.jpg from 85.51.111.152 [2016-06-26T23:29:51.116236] GET /gfx/openwebrx-top-logo.png from 85.51.111.152 [2016-06-26T23:29:51.272110] GET /gfx/openwebrx-ha5kfu-top-logo.png from 85.51.111.152 [2016-06-26T23:29:51.381811] GET /gfx/openwebrx-avatar-background.png from 85.51.111.152 [2016-06-26T23:29:51.489468] GET /gfx/openwebrx-avatar.png from 85.51.111.152 [2016-06-26T23:29:51.608026] GET /gfx/openwebrx-rx-details-arrow-up.png from 85.51.111.152 [2016-06-26T23:29:51.711314] GET /gfx/openwebrx-rx-details-arrow.png from 85.51.111.152 [2016-06-26T23:29:51.815522] GET /gfx/openwebrx-panel-status.png from 85.51.111.152 [2016-06-26T23:29:51.924504] GET /gfx/openwebrx-panel-log.png from 85.51.111.152 [2016-06-26T23:29:52.045363] GET /gfx/openwebrx-panel-receiver.png from 85.51.111.152 [2016-06-26T23:29:52.160074] GET /gfx/openwebrx-speaker.png from 85.51.111.152 [2016-06-26T23:29:52.266198] GET /gfx/openwebrx-waterfall-auto.png from 85.51.111.152 [2016-06-26T23:29:52.373980] GET /gfx/openwebrx-squelch-button.png from 85.51.111.152 [2016-06-26T23:29:52.486543] GET /gfx/openwebrx-waterfall-default.png from 85.51.111.152 [2016-06-26T23:29:52.596029] GET /gfx/openwebrx-zoom-in.png from 85.51.111.152 [2016-06-26T23:29:52.703645] GET /gfx/openwebrx-zoom-out.png from 85.51.111.152 [2016-06-26T23:29:52.814314] GET /gfx/openwebrx-zoom-in-total.png from 85.51.111.152 [2016-06-26T23:29:52.931098] GET /gfx/openwebrx-zoom-out-total.png from 85.51.111.152 [2016-06-26T23:29:53.036681] GET /gfx/openwebrx-play-button.png from 85.51.111.152 [2016-06-26T23:29:57.729057] GET /gfx/font-expletus-sans/ExpletusSans-Medium.ttf from 85.51.111.152 [2016-06-26T23:29:57.735859] GET /gfx/openwebrx-background-cool-blue.png from 85.51.111.152 [2016-06-26T23:29:57.742921] GET /gfx/openwebrx-scale-background.png from 85.51.111.152 [2016-06-26T23:29:59.533671] GET /ws/04c66f73f254eb9e476ae7432d910498 from 85.51.111.152 [2016-06-26T23:29:59.601257] Started streaming to client: 85.51.111.152#04c66f73f254eb9e476ae7432d910498 (users now: 1) [2016-06-26T23:29:59.634903] GET /favicon.ico from 85.51.111.152 [2016-06-26T23:33:19.957275] Stopped streaming to client: 85.51.111.152#04c66f73f254eb9e476ae7432d910498 (users now: 0) [2016-06-27T00:19:25.245990] GET http://zc.qq.com/cgi-bin/common/attr from 115.230.125.146 [2016-06-27T00:35:35.318682] GET / from 85.51.111.152 [2016-06-27T00:35:35.554361] GET /openwebrx.css from 85.51.111.152 [2016-06-27T00:35:35.565724] GET /sdr.js from 85.51.111.152 [2016-06-27T00:35:35.572508] GET /openwebrx.js from 85.51.111.152 [2016-06-27T00:35:35.581728] GET /gfx/openwebrx-top-photo.jpg from 85.51.111.152 [2016-06-27T00:35:35.865635] GET /gfx/openwebrx-top-logo.png from 85.51.111.152 [2016-06-27T00:35:36.021975] GET /gfx/openwebrx-ha5kfu-top-logo.png from 85.51.111.152 [2016-06-27T00:35:36.124416] GET /gfx/openwebrx-avatar-background.png from 85.51.111.152 [2016-06-27T00:35:36.228813] GET /gfx/openwebrx-avatar.png from 85.51.111.152 [2016-06-27T00:35:36.338366] GET /gfx/openwebrx-rx-details-arrow-up.png from 85.51.111.152 [2016-06-27T00:35:36.447421] GET /gfx/openwebrx-rx-details-arrow.png from 85.51.111.152 [2016-06-27T00:35:36.579373] GET /gfx/openwebrx-panel-status.png from 85.51.111.152 [2016-06-27T00:35:36.687637] GET /gfx/openwebrx-panel-log.png from 85.51.111.152 [2016-06-27T00:35:36.791466] GET /gfx/openwebrx-panel-receiver.png from 85.51.111.152 [2016-06-27T00:35:36.900931] GET /gfx/openwebrx-speaker.png from 85.51.111.152 [2016-06-27T00:35:37.026239] GET /gfx/openwebrx-waterfall-auto.png from 85.51.111.152 [2016-06-27T00:35:37.154961] GET /gfx/openwebrx-squelch-button.png from 85.51.111.152 [2016-06-27T00:35:37.267733] GET /gfx/openwebrx-waterfall-default.png from 85.51.111.152 [2016-06-27T00:35:37.376053] GET /gfx/openwebrx-zoom-in.png from 85.51.111.152 [2016-06-27T00:35:37.481048] GET /gfx/openwebrx-zoom-out.png from 85.51.111.152 [2016-06-27T00:35:37.592131] GET /gfx/openwebrx-zoom-in-total.png from 85.51.111.152 [2016-06-27T00:35:37.702664] GET /gfx/openwebrx-zoom-out-total.png from 85.51.111.152 [2016-06-27T00:35:37.811909] GET /gfx/openwebrx-play-button.png from 85.51.111.152 [2016-06-27T00:35:42.193597] GET /gfx/font-expletus-sans/ExpletusSans-Medium.ttf from 85.51.111.152 [2016-06-27T00:35:42.200562] GET /gfx/openwebrx-scale-background.png from 85.51.111.152 [2016-06-27T00:35:42.207674] GET /gfx/openwebrx-background-cool-blue.png from 85.51.111.152 [2016-06-27T00:35:43.714558] GET /ws/12c06dd51e9930c6dd543f66ecdc8819 from 85.51.111.152 [2016-06-27T00:35:43.768797] Started streaming to client: 85.51.111.152#12c06dd51e9930c6dd543f66ecdc8819 (users now: 1) [2016-06-27T00:35:43.775063] GET /favicon.ico from 85.51.111.152 [2016-06-27T00:39:03.964818] Stopped streaming to client: 85.51.111.152#12c06dd51e9930c6dd543f66ecdc8819 (users now: 0) [2016-06-27T00:40:02.270813] GET http://zc.qq.com/cgi-bin/common/attr from 115.230.124.164 [2016-06-27T01:58:34.828393] GET / from 85.51.111.152 [2016-06-27T01:58:34.941684] GET /sdr.js from 85.51.111.152 [2016-06-27T01:58:34.988991] GET /openwebrx.css from 85.51.111.152 [2016-06-27T01:58:34.996620] GET /openwebrx.js from 85.51.111.152 [2016-06-27T01:58:35.002560] GET /gfx/openwebrx-top-photo.jpg from 85.51.111.152 [2016-06-27T01:58:35.309768] GET /gfx/openwebrx-top-logo.png from 85.51.111.152 [2016-06-27T01:58:35.476461] GET /gfx/openwebrx-ha5kfu-top-logo.png from 85.51.111.152 [2016-06-27T01:58:35.598353] GET /gfx/openwebrx-avatar-background.png from 85.51.111.152 [2016-06-27T01:58:35.717982] GET /gfx/openwebrx-avatar.png from 85.51.111.152 [2016-06-27T01:58:35.840620] GET /gfx/openwebrx-rx-details-arrow-up.png from 85.51.111.152 [2016-06-27T01:58:35.957852] GET /gfx/openwebrx-rx-details-arrow.png from 85.51.111.152 [2016-06-27T01:58:36.083635] GET /gfx/openwebrx-panel-status.png from 85.51.111.152 [2016-06-27T01:58:36.206512] GET /gfx/openwebrx-panel-log.png from 85.51.111.152 [2016-06-27T01:58:36.329661] GET /gfx/openwebrx-panel-receiver.png from 85.51.111.152 [2016-06-27T01:58:36.449659] GET /gfx/openwebrx-speaker.png from 85.51.111.152 [2016-06-27T01:58:36.576024] GET /gfx/openwebrx-waterfall-auto.png from 85.51.111.152 [2016-06-27T01:58:36.696468] GET /gfx/openwebrx-squelch-button.png from 85.51.111.152 [2016-06-27T01:58:36.821153] GET /gfx/openwebrx-waterfall-default.png from 85.51.111.152 [2016-06-27T01:58:36.941979] GET /gfx/openwebrx-zoom-in.png from 85.51.111.152 [2016-06-27T01:58:37.061159] GET /gfx/openwebrx-zoom-out.png from 85.51.111.152 [2016-06-27T01:58:37.170487] GET /gfx/openwebrx-zoom-in-total.png from 85.51.111.152 [2016-06-27T01:58:37.286605] GET /gfx/openwebrx-zoom-out-total.png from 85.51.111.152 [2016-06-27T01:58:37.412248] GET /gfx/openwebrx-play-button.png from 85.51.111.152 [2016-06-27T01:58:41.610486] GET /gfx/font-expletus-sans/ExpletusSans-Medium.ttf from 85.51.111.152 [2016-06-27T01:58:41.619764] GET /gfx/openwebrx-scale-background.png from 85.51.111.152 [2016-06-27T01:58:41.627159] GET /gfx/openwebrx-background-cool-blue.png from 85.51.111.152 [2016-06-27T01:58:42.006802] GET /ws/2f341e33e9ad7bb77a9a4ca88f9a81a8 from 85.51.111.152 [2016-06-27T01:58:42.058536] Started streaming to client: 85.51.111.152#2f341e33e9ad7bb77a9a4ca88f9a81a8 (users now: 1) [2016-06-27T02:02:02.360330] Stopped streaming to client: 85.51.111.152#2f341e33e9ad7bb77a9a4ca88f9a81a8 (users now: 0) [2016-06-27T05:12:42.870070] GET http://zc.qq.com/cgi-bin/common/attr from 115.230.124.164 [2016-06-27T06:13:51.446021] GET / from 90.170.56.218 [2016-06-27T06:13:51.548937] GET /sdr.js from 90.170.56.218 [2016-06-27T06:13:51.556276] GET /openwebrx.js from 90.170.56.218 [2016-06-27T06:13:51.566377] GET /openwebrx.css from 90.170.56.218 [2016-06-27T06:13:51.684501] GET /gfx/openwebrx-top-photo.jpg from 90.170.56.218 [2016-06-27T06:13:51.950930] GET /gfx/openwebrx-panel-log.png from 90.170.56.218 [2016-06-27T06:13:51.953634] GET /gfx/font-expletus-sans/ExpletusSans-Medium.ttf from 90.170.56.218 [2016-06-27T06:13:51.955459] GET /gfx/openwebrx-panel-receiver.png from 90.170.56.218 [2016-06-27T06:13:51.959384] GET /gfx/openwebrx-panel-status.png from 90.170.56.218 [2016-06-27T06:13:51.960002] GET /gfx/openwebrx-top-logo.png from 90.170.56.218 [2016-06-27T06:13:52.028127] GET /gfx/openwebrx-scale-background.png from 90.170.56.218 [2016-06-27T06:13:52.036214] GET /gfx/openwebrx-background-cool-blue.png from 90.170.56.218 [2016-06-27T06:13:52.037577] GET /gfx/openwebrx-avatar.png from 90.170.56.218 [2016-06-27T06:13:52.092241] GET /gfx/openwebrx-rx-details-arrow.png from 90.170.56.218 [2016-06-27T06:13:52.124581] GET /gfx/openwebrx-avatar-background.png from 90.170.56.218 [2016-06-27T06:13:52.130411] GET /gfx/openwebrx-ha5kfu-top-logo.png from 90.170.56.218 [2016-06-27T06:13:52.173443] GET /gfx/openwebrx-rx-details-arrow-up.png from 90.170.56.218 [2016-06-27T06:13:52.179327] GET /gfx/openwebrx-speaker.png from 90.170.56.218 [2016-06-27T06:13:52.204542] GET /gfx/openwebrx-waterfall-auto.png from 90.170.56.218 [2016-06-27T06:13:52.205470] GET /gfx/openwebrx-squelch-button.png from 90.170.56.218 [2016-06-27T06:13:52.219832] GET /gfx/openwebrx-waterfall-default.png from 90.170.56.218 [2016-06-27T06:13:52.250498] GET /gfx/openwebrx-zoom-in.png from 90.170.56.218 [2016-06-27T06:13:52.258770] GET /gfx/openwebrx-zoom-in-total.png from 90.170.56.218 [2016-06-27T06:13:52.261616] GET /gfx/openwebrx-zoom-out.png from 90.170.56.218 [2016-06-27T06:13:52.290131] GET /gfx/openwebrx-play-button.png from 90.170.56.218 [2016-06-27T06:13:52.290826] GET /gfx/openwebrx-zoom-out-total.png from 90.170.56.218 [2016-06-27T06:13:52.439474] GET /ws/cfd295e9b127705b98f2565fe14431dc from 90.170.56.218 [2016-06-27T06:13:52.540263] Started streaming to client: 90.170.56.218#cfd295e9b127705b98f2565fe14431dc (users now: 1) [2016-06-27T06:15:11.519473] GET / from 90.170.56.218 [2016-06-27T06:15:11.621381] GET /openwebrx.js from 90.170.56.218 [2016-06-27T06:15:11.622091] GET /sdr.js from 90.170.56.218 [2016-06-27T06:15:11.622669] GET /openwebrx.css from 90.170.56.218 [2016-06-27T06:15:11.751283] GET /gfx/openwebrx-top-photo.jpg from 90.170.56.218 [2016-06-27T06:15:12.380956] GET /gfx/openwebrx-top-logo.png from 90.170.56.218 [2016-06-27T06:15:12.382665] GET /gfx/openwebrx-avatar-background.png from 90.170.56.218 [2016-06-27T06:15:12.384149] GET /gfx/openwebrx-ha5kfu-top-logo.png from 90.170.56.218 [2016-06-27T06:15:12.386214] GET /gfx/openwebrx-avatar.png from 90.170.56.218 [2016-06-27T06:15:12.387897] GET /gfx/font-expletus-sans/ExpletusSans-Medium.ttf from 90.170.56.218 [2016-06-27T06:15:12.477304] GET /gfx/openwebrx-panel-receiver.png from 90.170.56.218 [2016-06-27T06:15:12.483312] GET /gfx/openwebrx-panel-log.png from 90.170.56.218 [2016-06-27T06:15:12.487420] GET /gfx/openwebrx-panel-status.png from 90.170.56.218 [2016-06-27T06:15:12.507396] GET /gfx/openwebrx-background-cool-blue.png from 90.170.56.218 [2016-06-27T06:15:12.554816] GET /gfx/openwebrx-scale-background.png from 90.170.56.218 [2016-06-27T06:15:12.558961] GET /gfx/openwebrx-rx-details-arrow-up.png from 90.170.56.218 [2016-06-27T06:15:12.567096] GET /gfx/openwebrx-rx-details-arrow.png from 90.170.56.218 [2016-06-27T06:15:12.572711] GET /gfx/openwebrx-speaker.png from 90.170.56.218 [2016-06-27T06:15:12.656100] GET /gfx/openwebrx-waterfall-auto.png from 90.170.56.218 [2016-06-27T06:15:12.660863] GET /gfx/openwebrx-squelch-button.png from 90.170.56.218 [2016-06-27T06:15:12.662416] GET /gfx/openwebrx-waterfall-default.png from 90.170.56.218 [2016-06-27T06:15:12.704557] GET /gfx/openwebrx-zoom-in.png from 90.170.56.218 [2016-06-27T06:15:12.715756] GET /gfx/openwebrx-zoom-out.png from 90.170.56.218 [2016-06-27T06:15:12.734673] GET /gfx/openwebrx-zoom-in-total.png from 90.170.56.218 [2016-06-27T06:15:12.745542] GET /gfx/openwebrx-zoom-out-total.png from 90.170.56.218 [2016-06-27T06:15:13.381558] GET /gfx/openwebrx-play-button.png from 90.170.56.218 [2016-06-27T06:15:13.542393] GET /ws/e00946752a30af54d04443acbb72486a from 90.170.56.218 [2016-06-27T06:15:13.612291] Started streaming to client: 90.170.56.218#e00946752a30af54d04443acbb72486a (users now: 2) [2016-06-27T06:15:57.713685] GET / from 90.170.56.218 [2016-06-27T06:15:57.819672] GET /sdr.js from 90.170.56.218 [2016-06-27T06:15:57.820319] GET /openwebrx.js from 90.170.56.218 [2016-06-27T06:15:57.825080] GET /openwebrx.css from 90.170.56.218 [2016-06-27T06:15:57.948253] GET /gfx/openwebrx-top-photo.jpg from 90.170.56.218 [2016-06-27T06:15:58.474039] GET /gfx/font-expletus-sans/ExpletusSans-Medium.ttf from 90.170.56.218 [2016-06-27T06:15:58.476822] GET /gfx/openwebrx-top-logo.png from 90.170.56.218 [2016-06-27T06:15:58.480124] GET /gfx/openwebrx-ha5kfu-top-logo.png from 90.170.56.218 [2016-06-27T06:15:58.483695] GET /gfx/openwebrx-avatar-background.png from 90.170.56.218 [2016-06-27T06:15:58.485101] GET /gfx/openwebrx-avatar.png from 90.170.56.218 [2016-06-27T06:15:58.559844] GET /gfx/openwebrx-panel-receiver.png from 90.170.56.218 [2016-06-27T06:15:58.560128] GET /gfx/openwebrx-panel-log.png from 90.170.56.218 [2016-06-27T06:15:58.563411] GET /gfx/openwebrx-panel-status.png from 90.170.56.218 [2016-06-27T06:15:58.600524] GET /gfx/openwebrx-background-cool-blue.png from 90.170.56.218 [2016-06-27T06:15:58.633590] GET /gfx/openwebrx-scale-background.png from 90.170.56.218 [2016-06-27T06:15:58.638309] GET /gfx/openwebrx-rx-details-arrow-up.png from 90.170.56.218 [2016-06-27T06:15:58.646644] GET /gfx/openwebrx-rx-details-arrow.png from 90.170.56.218 [2016-06-27T06:15:58.648596] GET /gfx/openwebrx-speaker.png from 90.170.56.218 [2016-06-27T06:15:58.725963] GET /gfx/openwebrx-waterfall-auto.png from 90.170.56.218 [2016-06-27T06:15:58.732189] GET /gfx/openwebrx-squelch-button.png from 90.170.56.218 [2016-06-27T06:15:58.741831] GET /gfx/openwebrx-waterfall-default.png from 90.170.56.218 [2016-06-27T06:15:58.781273] GET /gfx/openwebrx-zoom-in.png from 90.170.56.218 [2016-06-27T06:15:58.788969] GET /gfx/openwebrx-zoom-out.png from 90.170.56.218 [2016-06-27T06:15:58.802532] GET /gfx/openwebrx-zoom-in-total.png from 90.170.56.218 [2016-06-27T06:15:58.807494] GET /gfx/openwebrx-zoom-out-total.png from 90.170.56.218 [2016-06-27T06:15:59.490390] GET /gfx/openwebrx-play-button.png from 90.170.56.218 [2016-06-27T06:15:59.664913] GET /ws/0d31f7c48949a958e6c1dbac1bbe9d83 from 90.170.56.218 [2016-06-27T06:15:59.776425] Started streaming to client: 90.170.56.218#0d31f7c48949a958e6c1dbac1bbe9d83 (users now: 3) [2016-06-27T06:17:13.006017] Stopped streaming to client: 90.170.56.218#cfd295e9b127705b98f2565fe14431dc (users now: 2) [2016-06-27T06:18:33.998446] Stopped streaming to client: 90.170.56.218#e00946752a30af54d04443acbb72486a (users now: 1) [2016-06-27T06:19:20.201193] Stopped streaming to client: 90.170.56.218#0d31f7c48949a958e6c1dbac1bbe9d83 (users now: 0) [2016-06-27T06:51:00.642184] GET / from 90.170.56.218 [2016-06-27T06:51:01.374889] GET /openwebrx.js from 90.170.56.218 [2016-06-27T06:51:01.375510] GET /sdr.js from 90.170.56.218 [2016-06-27T06:51:01.376175] GET /openwebrx.css from 90.170.56.218 [2016-06-27T06:51:02.105324] GET /favicon.ico from 90.170.56.218 [2016-06-27T06:51:02.143399] GET /sdr.js from 90.170.56.218 [2016-06-27T06:51:02.177001] GET /openwebrx.js from 90.170.56.218 [2016-06-27T06:51:02.182279] GET /openwebrx.css from 90.170.56.218 [2016-06-27T06:51:02.183323] GET /favicon.ico from 90.170.56.218 [2016-06-27T06:51:02.674360] GET /gfx/openwebrx-top-logo.png from 90.170.56.218 [2016-06-27T06:51:02.676234] GET /gfx/openwebrx-top-photo.jpg from 90.170.56.218 [2016-06-27T06:51:02.696437] GET /gfx/openwebrx-ha5kfu-top-logo.png from 90.170.56.218 [2016-06-27T06:51:02.712333] GET /gfx/openwebrx-avatar-background.png from 90.170.56.218 [2016-06-27T06:51:02.715357] GET /gfx/openwebrx-avatar.png from 90.170.56.218 [2016-06-27T06:51:02.716184] GET /gfx/openwebrx-rx-details-arrow-up.png from 90.170.56.218 [2016-06-27T06:51:02.774769] GET /gfx/openwebrx-rx-details-arrow.png from 90.170.56.218 [2016-06-27T06:51:02.800879] GET /gfx/openwebrx-panel-log.png from 90.170.56.218 [2016-06-27T06:51:02.802820] GET /gfx/openwebrx-panel-status.png from 90.170.56.218 [2016-06-27T06:51:02.803765] GET /gfx/openwebrx-panel-receiver.png from 90.170.56.218 [2016-06-27T06:51:02.813503] GET /gfx/openwebrx-speaker.png from 90.170.56.218 [2016-06-27T06:51:02.816101] GET /gfx/openwebrx-waterfall-auto.png from 90.170.56.218 [2016-06-27T06:51:02.844295] GET /gfx/openwebrx-squelch-button.png from 90.170.56.218 [2016-06-27T06:51:02.876014] GET /gfx/openwebrx-zoom-in.png from 90.170.56.218 [2016-06-27T06:51:02.878240] GET /gfx/openwebrx-zoom-out.png from 90.170.56.218 [2016-06-27T06:51:02.883374] GET /gfx/openwebrx-waterfall-default.png from 90.170.56.218 [2016-06-27T06:51:02.885872] GET /gfx/openwebrx-zoom-in-total.png from 90.170.56.218 [2016-06-27T06:51:02.899183] GET /gfx/openwebrx-zoom-out-total.png from 90.170.56.218 [2016-06-27T06:51:02.940032] GET /gfx/openwebrx-play-button.png from 90.170.56.218 [2016-06-27T06:51:02.962952] GET /gfx/openwebrx-background-cool-blue.png from 90.170.56.218 [2016-06-27T06:51:02.975906] GET /gfx/openwebrx-scale-background.png from 90.170.56.218 [2016-06-27T06:51:03.201690] GET /favicon.ico from 90.170.56.218 [2016-06-27T06:51:03.252637] GET /favicon.ico from 90.170.56.218 [2016-06-27T06:51:03.274220] GET /ws/42387e51da97670a839c8e8469084ab3 from 90.170.56.218 [2016-06-27T06:51:03.312808] Started streaming to client: 90.170.56.218#42387e51da97670a839c8e8469084ab3 (users now: 1) [2016-06-27T06:51:41.595161] GET / from 90.170.56.218 [2016-06-27T06:51:41.886028] GET /openwebrx.js from 90.170.56.218 [2016-06-27T06:51:41.887860] GET /sdr.js from 90.170.56.218 [2016-06-27T06:51:41.893743] GET /openwebrx.css from 90.170.56.218 [2016-06-27T06:51:42.445839] GET /favicon.ico from 90.170.56.218 [2016-06-27T06:51:42.518386] GET /favicon.ico from 90.170.56.218 [2016-06-27T06:51:42.556845] GET /openwebrx.css from 90.170.56.218 [2016-06-27T06:51:42.557472] GET /sdr.js from 90.170.56.218 [2016-06-27T06:51:42.559681] GET /openwebrx.js from 90.170.56.218 [2016-06-27T06:51:43.046200] GET /gfx/openwebrx-top-photo.jpg from 90.170.56.218 [2016-06-27T06:51:43.050694] GET /gfx/openwebrx-ha5kfu-top-logo.png from 90.170.56.218 [2016-06-27T06:51:43.062870] GET /gfx/openwebrx-top-logo.png from 90.170.56.218 [2016-06-27T06:51:43.085749] GET /gfx/openwebrx-avatar-background.png from 90.170.56.218 [2016-06-27T06:51:43.092861] GET /gfx/openwebrx-rx-details-arrow-up.png from 90.170.56.218 [2016-06-27T06:51:43.115339] GET /gfx/openwebrx-avatar.png from 90.170.56.218 [2016-06-27T06:51:43.159435] GET /gfx/openwebrx-rx-details-arrow.png from 90.170.56.218 [2016-06-27T06:51:43.168341] GET /gfx/openwebrx-panel-log.png from 90.170.56.218 [2016-06-27T06:51:43.176990] GET /gfx/openwebrx-panel-status.png from 90.170.56.218 [2016-06-27T06:51:43.178961] GET /gfx/openwebrx-panel-receiver.png from 90.170.56.218 [2016-06-27T06:51:43.197297] GET /gfx/openwebrx-waterfall-auto.png from 90.170.56.218 [2016-06-27T06:51:43.209252] GET /gfx/openwebrx-speaker.png from 90.170.56.218 [2016-06-27T06:51:43.234274] GET /gfx/openwebrx-squelch-button.png from 90.170.56.218 [2016-06-27T06:51:43.241006] GET /gfx/openwebrx-waterfall-default.png from 90.170.56.218 [2016-06-27T06:51:43.250264] GET /gfx/openwebrx-zoom-in.png from 90.170.56.218 [2016-06-27T06:51:43.252282] GET /gfx/openwebrx-zoom-out.png from 90.170.56.218 [2016-06-27T06:51:43.282611] GET /gfx/openwebrx-zoom-in-total.png from 90.170.56.218 [2016-06-27T06:51:43.288905] GET /gfx/openwebrx-zoom-out-total.png from 90.170.56.218 [2016-06-27T06:51:43.345744] GET /gfx/openwebrx-scale-background.png from 90.170.56.218 [2016-06-27T06:51:43.348416] GET /gfx/openwebrx-play-button.png from 90.170.56.218 [2016-06-27T06:51:43.348943] GET /gfx/openwebrx-background-cool-blue.png from 90.170.56.218 [2016-06-27T06:51:43.604496] GET /favicon.ico from 90.170.56.218 [2016-06-27T06:51:43.633090] GET /ws/96ae466e71b0bbc4197b20d74ac56c58 from 90.170.56.218 [2016-06-27T06:51:43.651923] GET /favicon.ico from 90.170.56.218 [2016-06-27T06:51:43.672304] Started streaming to client: 90.170.56.218#96ae466e71b0bbc4197b20d74ac56c58 (users now: 2) [2016-06-27T06:54:23.407290] Stopped streaming to client: 90.170.56.218#42387e51da97670a839c8e8469084ab3 (users now: 1) [2016-06-27T06:55:04.205287] Stopped streaming to client: 90.170.56.218#96ae466e71b0bbc4197b20d74ac56c58 (users now: 0) [2016-06-27T07:53:24.890646] GET /Diagnostics.asp from 114.185.5.117 [2016-06-27T08:37:15.466332] GET / from 192.168.1.8 [2016-06-27T08:37:15.519982] GET /sdr.js from 192.168.1.8 [2016-06-27T08:37:15.521649] GET /openwebrx.css from 192.168.1.8 [2016-06-27T08:37:15.525055] GET /openwebrx.js from 192.168.1.8 [2016-06-27T08:37:16.615645] GET /favicon.ico from 192.168.1.8 [2016-06-27T08:37:16.621526] GET /sdr.js from 192.168.1.8 [2016-06-27T08:37:16.625486] GET /openwebrx.js from 192.168.1.8 [2016-06-27T08:37:16.627436] GET /openwebrx.css from 192.168.1.8 [2016-06-27T08:37:16.669948] GET /gfx/openwebrx-top-photo.jpg from 192.168.1.8 [2016-06-27T08:37:16.671044] GET /gfx/openwebrx-ha5kfu-top-logo.png from 192.168.1.8 [2016-06-27T08:37:16.674263] GET /gfx/openwebrx-top-logo.png from 192.168.1.8 [2016-06-27T08:37:16.674898] GET /gfx/openwebrx-avatar-background.png from 192.168.1.8 [2016-06-27T08:37:16.677814] GET /gfx/openwebrx-avatar.png from 192.168.1.8 [2016-06-27T08:37:16.682040] GET /gfx/openwebrx-rx-details-arrow.png from 192.168.1.8 [2016-06-27T08:37:16.688191] GET /gfx/openwebrx-panel-status.png from 192.168.1.8 [2016-06-27T08:37:16.691398] GET /gfx/openwebrx-panel-log.png from 192.168.1.8 [2016-06-27T08:37:16.692393] GET /gfx/openwebrx-panel-receiver.png from 192.168.1.8 [2016-06-27T08:37:16.696650] GET /gfx/openwebrx-speaker.png from 192.168.1.8 [2016-06-27T08:37:16.700996] GET /gfx/openwebrx-waterfall-auto.png from 192.168.1.8 [2016-06-27T08:37:16.701928] GET /gfx/openwebrx-squelch-button.png from 192.168.1.8 [2016-06-27T08:37:16.705945] GET /gfx/openwebrx-waterfall-default.png from 192.168.1.8 [2016-06-27T08:37:16.708012] GET /gfx/openwebrx-zoom-in.png from 192.168.1.8 [2016-06-27T08:37:16.709949] GET /gfx/openwebrx-zoom-out.png from 192.168.1.8 [2016-06-27T08:37:16.713571] GET /gfx/openwebrx-zoom-out-total.png from 192.168.1.8 [2016-06-27T08:37:16.714446] GET /gfx/openwebrx-zoom-in-total.png from 192.168.1.8 [2016-06-27T08:37:16.717687] GET /gfx/openwebrx-play-button.png from 192.168.1.8 [2016-06-27T08:37:16.788092] GET /gfx/openwebrx-scale-background.png from 192.168.1.8 [2016-06-27T08:37:16.790126] GET /gfx/openwebrx-background-cool-blue.png from 192.168.1.8 [2016-06-27T08:37:16.857330] GET /gfx/font-expletus-sans/ExpletusSans-Medium.ttf from 192.168.1.8 [2016-06-27T08:37:16.919935] GET /gfx/openwebrx-rx-details-arrow-up.png from 192.168.1.8 [2016-06-27T08:37:17.113973] GET /favicon.ico from 192.168.1.8 [2016-06-27T08:37:17.132596] GET /ws/fa0f61f06185e88f6611f7fe26a374e2 from 192.168.1.8 [2016-06-27T08:37:17.140127] Started streaming to client: 192.168.1.8#fa0f61f06185e88f6611f7fe26a374e2 (users now: 1) [2016-06-27T08:37:37.911301] GET / from 192.168.1.8 [2016-06-27T08:37:37.936429] GET /sdr.js from 192.168.1.8 [2016-06-27T08:37:37.939010] GET /openwebrx.js from 192.168.1.8 [2016-06-27T08:37:37.949742] GET /openwebrx.css from 192.168.1.8 [2016-06-27T08:37:38.046846] GET /favicon.ico from 192.168.1.8 [2016-06-27T08:37:38.110396] GET /sdr.js from 192.168.1.8 [2016-06-27T08:37:38.111820] GET /openwebrx.js from 192.168.1.8 [2016-06-27T08:37:38.120791] GET /openwebrx.css from 192.168.1.8 [2016-06-27T08:37:38.201732] GET /gfx/openwebrx-top-photo.jpg from 192.168.1.8 [2016-06-27T08:37:38.203978] GET /gfx/openwebrx-top-logo.png from 192.168.1.8 [2016-06-27T08:37:38.206598] GET /gfx/openwebrx-ha5kfu-top-logo.png from 192.168.1.8 [2016-06-27T08:37:38.215529] GET /gfx/openwebrx-avatar-background.png from 192.168.1.8 [2016-06-27T08:37:38.217574] GET /gfx/openwebrx-avatar.png from 192.168.1.8 [2016-06-27T08:37:38.221586] GET /gfx/openwebrx-rx-details-arrow-up.png from 192.168.1.8 [2016-06-27T08:37:38.222731] GET /gfx/openwebrx-rx-details-arrow.png from 192.168.1.8 [2016-06-27T08:37:38.224560] GET /gfx/openwebrx-panel-status.png from 192.168.1.8 [2016-06-27T08:37:38.227530] GET /gfx/openwebrx-panel-log.png from 192.168.1.8 [2016-06-27T08:37:38.231369] GET /gfx/openwebrx-panel-receiver.png from 192.168.1.8 [2016-06-27T08:37:38.234256] GET /gfx/openwebrx-speaker.png from 192.168.1.8 [2016-06-27T08:37:38.238054] GET /gfx/openwebrx-waterfall-auto.png from 192.168.1.8 [2016-06-27T08:37:38.240748] GET /gfx/openwebrx-squelch-button.png from 192.168.1.8 [2016-06-27T08:37:38.242870] GET /gfx/openwebrx-waterfall-default.png from 192.168.1.8 [2016-06-27T08:37:38.245074] GET /gfx/openwebrx-zoom-in.png from 192.168.1.8 [2016-06-27T08:37:38.248436] GET /gfx/openwebrx-zoom-out.png from 192.168.1.8 [2016-06-27T08:37:38.249793] GET /gfx/openwebrx-zoom-in-total.png from 192.168.1.8 [2016-06-27T08:37:38.250830] GET /gfx/openwebrx-zoom-out-total.png from 192.168.1.8 [2016-06-27T08:37:38.254163] GET /gfx/openwebrx-play-button.png from 192.168.1.8 [2016-06-27T08:37:38.256968] GET /gfx/openwebrx-scale-background.png from 192.168.1.8 [2016-06-27T08:37:38.258057] GET /gfx/openwebrx-background-cool-blue.png from 192.168.1.8 [2016-06-27T08:37:38.322869] GET /favicon.ico from 192.168.1.8 [2016-06-27T08:37:38.331176] GET /ws/d31fc098b6fe238d12fab58c8d1f9374 from 192.168.1.8 [2016-06-27T08:37:38.341950] Started streaming to client: 192.168.1.8#d31fc098b6fe238d12fab58c8d1f9374 (users now: 2) [2016-06-27T08:38:01.247226] GET / from 192.168.1.8 [2016-06-27T08:38:01.297899] GET /sdr.js from 192.168.1.8 [2016-06-27T08:38:01.299324] GET /openwebrx.js from 192.168.1.8 [2016-06-27T08:38:01.312757] GET /openwebrx.css from 192.168.1.8 [2016-06-27T08:38:01.463160] GET /favicon.ico from 192.168.1.8 [2016-06-27T08:38:01.606838] GET /sdr.js from 192.168.1.8 [2016-06-27T08:38:01.608398] GET /openwebrx.js from 192.168.1.8 [2016-06-27T08:38:01.614217] GET /openwebrx.css from 192.168.1.8 [2016-06-27T08:38:01.695966] GET /gfx/openwebrx-top-photo.jpg from 192.168.1.8 [2016-06-27T08:38:01.698867] GET /gfx/openwebrx-top-logo.png from 192.168.1.8 [2016-06-27T08:38:01.701562] GET /gfx/openwebrx-ha5kfu-top-logo.png from 192.168.1.8 [2016-06-27T08:38:01.707122] GET /gfx/openwebrx-avatar-background.png from 192.168.1.8 [2016-06-27T08:38:01.708776] GET /gfx/openwebrx-avatar.png from 192.168.1.8 [2016-06-27T08:38:01.713259] GET /gfx/openwebrx-rx-details-arrow-up.png from 192.168.1.8 [2016-06-27T08:38:01.715249] GET /gfx/openwebrx-rx-details-arrow.png from 192.168.1.8 [2016-06-27T08:38:01.716615] GET /gfx/openwebrx-panel-status.png from 192.168.1.8 [2016-06-27T08:38:01.719168] GET /gfx/openwebrx-panel-log.png from 192.168.1.8 [2016-06-27T08:38:01.721425] GET /gfx/openwebrx-panel-receiver.png from 192.168.1.8 [2016-06-27T08:38:01.726529] GET /gfx/openwebrx-squelch-button.png from 192.168.1.8 [2016-06-27T08:38:01.727857] GET /gfx/openwebrx-waterfall-auto.png from 192.168.1.8 [2016-06-27T08:38:01.730981] GET /gfx/openwebrx-waterfall-default.png from 192.168.1.8 [2016-06-27T08:38:01.732178] GET /gfx/openwebrx-speaker.png from 192.168.1.8 [2016-06-27T08:38:01.733595] GET /gfx/openwebrx-zoom-in.png from 192.168.1.8 [2016-06-27T08:38:01.737364] GET /gfx/openwebrx-zoom-out.png from 192.168.1.8 [2016-06-27T08:38:01.739899] GET /gfx/openwebrx-zoom-in-total.png from 192.168.1.8 [2016-06-27T08:38:01.741698] GET /gfx/openwebrx-zoom-out-total.png from 192.168.1.8 [2016-06-27T08:38:01.745036] GET /gfx/openwebrx-play-button.png from 192.168.1.8 [2016-06-27T08:38:01.750177] GET /gfx/openwebrx-background-cool-blue.png from 192.168.1.8 [2016-06-27T08:38:01.750811] GET /gfx/openwebrx-scale-background.png from 192.168.1.8 [2016-06-27T08:38:01.835412] GET /ws/74945cd6706197f0954d2d0486c24d87 from 192.168.1.8 [2016-06-27T08:38:01.837335] Started streaming to client: 192.168.1.8#74945cd6706197f0954d2d0486c24d87 (users now: 3) [2016-06-27T08:38:01.939638] GET /favicon.ico from 192.168.1.8 [2016-06-27T08:39:30.784300] Stopped streaming to client: 192.168.1.8#fa0f61f06185e88f6611f7fe26a374e2 (users now: 2) [2016-06-27T08:39:30.784721] Stopped streaming to client: 192.168.1.8#d31fc098b6fe238d12fab58c8d1f9374 (users now: 1) [2016-06-27T08:39:30.788391] Stopped streaming to client: 192.168.1.8#74945cd6706197f0954d2d0486c24d87 (users now: 0)

From the IP's list connecting to the server, I can see that there are a few prior to the hang that are not actually clients, but seem rather port scanners trying the capabilities of the web server.

Best regards, Daniel.

daniel5457h commented 8 years ago

Hello András,

Another hang last night. Here I paste the console log.

through: 4800056 bytes/s 261042944 through: 4800057 bytes/s 261044160 through: 4800057 bytes/s 261045312 through: 4800057 bytes/s 261046464 through: 4800057 bytes/s 261047680 through: 4800057 bytes/s 261048832 through: 4800057 bytes/s 261049984 through: 4800056 bytes/s 261051200 through: 4800056 bytes/s 261052352 through: 4800057 bytes/s 261053504 through: 4800056 bytes/s 261054720 through: 4800056 bytes/s 261055872 through: 4800056 bytes/s 261057024 88.10.165.129 - - [29/Jun/2016 22:41:35] "GET / HTTP/1.1" 200 - [openwebrx-httpd] client 88.10.165.129#b316fdb21c9950713137f6f009308693 :: client added. Clients now: 3 88.10.165.129 - - [29/Jun/2016 22:41:35] "GET /sdr.js HTTP/1.1" 200 - 88.10.165.129 - - [29/Jun/2016 22:41:35] "GET /openwebrx.js HTTP/1.1" 200 - 88.10.165.129 - - [29/Jun/2016 22:41:35] "GET /openwebrx.css HTTP/1.1" 200 - 88.10.165.129 - - [29/Jun/2016 22:41:35] "GET /gfx/openwebrx-top-photo.jpg HTTP/1.1" 200 - through: 4800056 bytes/s 261058176 88.10.165.129 - - [29/Jun/2016 22:41:36] "GET /gfx/font-expletus-sans/ExpletusSans-Medium.ttf HTTP/1.1" 200 - 88.10.165.129 - - [29/Jun/2016 22:41:36] "GET /gfx/openwebrx-top-logo.png HTTP/1.1" 200 - 88.10.165.129 - - [29/Jun/2016 22:41:36] "GET /gfx/openwebrx-ha5kfu-top-logo.png HTTP/1.1" 200 - 88.10.165.129 - - [29/Jun/2016 22:41:36] "GET /gfx/openwebrx-avatar-background.png HTTP/1.1" 200 - 88.10.165.129 - - [29/Jun/2016 22:41:36] "GET /gfx/openwebrx-avatar.png HTTP/1.1" 200 - 88.10.165.129 - - [29/Jun/2016 22:41:36] "GET /gfx/openwebrx-rx-details-arrow-up.png HTTP/1.1" 200 - 88.10.165.129 - - [29/Jun/2016 22:41:36] "GET /gfx/openwebrx-rx-details-arrow.png HTTP/1.1" 200 - 88.10.165.129 - - [29/Jun/2016 22:41:36] "GET /gfx/openwebrx-panel-status.png HTTP/1.1" 200 - 88.10.165.129 - - [29/Jun/2016 22:41:36] "GET /gfx/openwebrx-panel-log.png HTTP/1.1" 200 - 88.10.165.129 - - [29/Jun/2016 22:41:36] "GET /gfx/openwebrx-panel-receiver.png HTTP/1.1" 200 - 88.10.165.129 - - [29/Jun/2016 22:41:36] "GET /gfx/openwebrx-speaker.png HTTP/1.1" 200 - 88.10.165.129 - - [29/Jun/2016 22:41:36] "GET /gfx/openwebrx-waterfall-auto.png HTTP/1.1" 200 - 88.10.165.129 - - [29/Jun/2016 22:41:36] "GET /gfx/openwebrx-squelch-button.png HTTP/1.1" 200 - 88.10.165.129 - - [29/Jun/2016 22:41:36] "GET /gfx/openwebrx-waterfall-default.png HTTP/1.1" 200 - 88.10.165.129 - - [29/Jun/2016 22:41:36] "GET /gfx/openwebrx-zoom-in.png HTTP/1.1" 200 - 88.10.165.129 - - [29/Jun/2016 22:41:36] "GET /gfx/openwebrx-zoom-out.png HTTP/1.1" 200 - 88.10.165.129 - - [29/Jun/2016 22:41:36] "GET /gfx/openwebrx-zoom-out-total.png HTTP/1.1" 200 - 88.10.165.129 - - [29/Jun/2016 22:41:36] "GET /gfx/openwebrx-zoom-in-total.png HTTP/1.1" 200 - 88.10.165.129 - - [29/Jun/2016 22:41:36] "GET /gfx/openwebrx-scale-background.png HTTP/1.1" 200 - 88.10.165.129 - - [29/Jun/2016 22:41:36] "GET /gfx/openwebrx-play-button.png HTTP/1.1" 200 - 88.10.165.129 - - [29/Jun/2016 22:41:36] "GET /gfx/openwebrx-background-cool-blue.png HTTP/1.1" 200 - through: 4800057 bytes/s 261059392 [openwebrx-httpd:ws,2] command: SET output_rate=12000 action=start [openwebrx-dsp-plugin:csdr] Command = ncat -v 127.0.0.1 4951 | csdr convert_u8_f | csdr shift_addition_cc --fifo /tmp/openwebrx_pipe_140266477345032_shift | csdr fir_decimate_cc 199 0.00075375 HAMMING | csdr bandpass_fir_fft_cc --fifo /tmp/openwebrx_pipe_140266477345032_bpf 0.0265339966833 HAMMING | csdr squelch_and_smeter_cc --fifo /tmp/openwebrx_pipe_140266477345032_squelch --outfifo /tmp/openwebrx_pipe_140266477345032_smeter 5 1 | csdr fmdemod_quadri_cf | csdr limit_ff | csdr fractional_decimator_ff 1.005 | csdr deemphasis_nfm_ff 11025 | csdr fastagc_ff 1024 | csdr convert_f_s16 | csdr encode_ima_adpcm_i16_u8 csdr: fifo control mode on fir_decimate_cc: taps_length = 5307 csdr: fifo control mode on shift_addition_cc: reinitialized to -0 csdr: fifo control mode on fractional_decimator_ff: window = HAMMING fractional_decimator_ff: taps_length = 133 bandpass_fir_fft_cc: (fft_size = 512) = (taps_length = 151) + (input_size = 362) - 1 (overlap_length = 150) = taps_length - 1 squelch_and_power_cc: initial squelch level is 0 Ncat: Version 7.01 ( https://nmap.org/ncat ) Ncat: Connected to 127.0.0.1:4951. bandpass_fir_fft_cc: filter initialized, low_cut = -0.331675, high_cut = 0.331675 through: 4800056 bytes/s 261060544 through: 4800056 bytes/s 261061696 through: 4800057 bytes/s 261062912 through: 4800057 bytes/s 261064064 through: 4800057 bytes/s 261065216 through: 4800056 bytes/s 261066432 through: 4800057 bytes/s 261067584 through: 4800057 bytes/s 261068736 through: 4800056 bytes/s 261069952 through: 4800056 bytes/s 261071104 through: 4800056 bytes/s 261072256 through: 4800057 bytes/s 261073445 through: 4800056 bytes/s 261074624 through: 4800056 bytes/s 261075776 through: 4800056 bytes/s 261076928 through: 4800057 bytes/s 261078144 through: 4800057 bytes/s 261079296 through: 4800056 bytes/s 261080448 through: 4800057 bytes/s 261081664 through: 4800057 bytes/s 261082816 through: 4800057 bytes/s 261083968 through: 4800056 bytes/s 261085184 through: 4800056 bytes/s 261086336 through: 4800057 bytes/s 261087488 through: 4800056 bytes/s 261088704 through: 4800056 bytes/s 261089856 through: 4800056 bytes/s 261091008 through: 4800056 bytes/s 261092160 through: 4800056 bytes/s 261093376 through: 4800056 bytes/s 261094528 through: 4800056 bytes/s 261095680 through: 4800057 bytes/s 261096896 through: 4800057 bytes/s 261098048 through: 4800057 bytes/s 261099200 through: 4800057 bytes/s 261100416 through: 4800057 bytes/s 261101568 through: 4800057 bytes/s 261102720 through: 4800056 bytes/s 261103936 through: 4800056 bytes/s 261105088 through: 4800056 bytes/s 261106240 through: 4800056 bytes/s 261107456 through: 4800056 bytes/s 261108608 through: 4800056 bytes/s 261109760 through: 4800056 bytes/s 261110912 through: 4800057 bytes/s 261112128 through: 4800057 bytes/s 261113280 through: 4800056 bytes/s 261114432 through: 4800057 bytes/s 261115648 through: 4800057 bytes/s 261116800 through: 4800057 bytes/s 261117952 through: 4800056 bytes/s 261119168 through: 4800057 bytes/s 261120320 through: 4800057 bytes/s 261121472 through: 4800056 bytes/s 261122688 through: 4800056 bytes/s 261123840 through: 4800056 bytes/s 261124992 through: 4800056 bytes/s 261126144 through: 4800056 bytes/s 261127360 through: 4800056 bytes/s 261128512 through: 4800056 bytes/s 261129664 through: 4800057 bytes/s 261130880 through: 4800057 bytes/s 261132032 through: 4800057 bytes/s 261133184 through: 4800057 bytes/s 261134400 through: 4800057 bytes/s 261135552 through: 4800057 bytes/s 261136704 through: 4800056 bytes/s 261137920 through: 4800056 bytes/s 261139072 through: 4800057 bytes/s 261140224 through: 4800056 bytes/s 261141440 through: 4800056 bytes/s 261142592 through: 4800056 bytes/s 261143744 through: 4800056 bytes/s 261144896 through: 4800057 bytes/s 261146112 through: 4800056 bytes/s 261147264 through: 4800056 bytes/s 261148416 through: 4800057 bytes/s 261149632 through: 4800057 bytes/s 261150784 through: 4800057 bytes/s 261151936 through: 4800056 bytes/s 261153152 through: 4800057 bytes/s 261154304 through: 4800057 bytes/s 261155456 through: 4800056 bytes/s 261156672 through: 4800056 bytes/s 261157824 through: 4800056 bytes/s 261158976 through: 4800056 bytes/s 261160128 through: 4800056 bytes/s 261161344 through: 4800056 bytes/s 261162496 through: 4800056 bytes/s 261163648 through: 4800057 bytes/s 261164864 through: 4800057 bytes/s 261166016 through: 4800056 bytes/s 261167168 through: 4800057 bytes/s 261168384 through: 4800057 bytes/s 261169536 through: 4800057 bytes/s 261170688 through: 4800056 bytes/s 261171904 through: 4800056 bytes/s 261173056 through: 4800057 bytes/s 261174208 through: 4800056 bytes/s 261175424 through: 4800056 bytes/s 261176576 through: 4800056 bytes/s 261177728 through: 4800056 bytes/s 261178880 through: 4800057 bytes/s 261180096 through: 4800056 bytes/s 261181248 through: 4800056 bytes/s 261182400 through: 4800057 bytes/s 261183616 through: 4800057 bytes/s 261184768 through: 4800057 bytes/s 261185920 through: 4800057 bytes/s 261187136 through: 4800057 bytes/s 261188288 through: 4800057 bytes/s 261189440 through: 4800056 bytes/s 261190656 through: 4800056 bytes/s 261191808 through: 4800056 bytes/s 261192960 through: 4800057 bytes/s 261194171 through: 4800056 bytes/s 261195328 through: 4800056 bytes/s 261196480 through: 4800056 bytes/s 261197632 through: 4800057 bytes/s 261198848 through: 4800057 bytes/s 261200000 through: 4800056 bytes/s 261201152 through: 4800057 bytes/s 261202368 through: 4800057 bytes/s 261203520 through: 4800057 bytes/s 261204672 through: 4800056 bytes/s 261205888 through: 4800057 bytes/s 261207040 [openwebrx-spectrum] client spectrum queue full, closing it. [openwebrx-httpd] client 88.10.165.129#d47e85f93f3e2e5b51bd08d537b2b2f0 :: client being closed. through: 4800057 bytes/s 261208192 through: 4800056 bytes/s 261209408 through: 4800056 bytes/s 261210560 through: 4800056 bytes/s 261211712 through: 4800056 bytes/s 261212864 through: 4800056 bytes/s 261214080 through: 4800056 bytes/s 261215232 through: 4800056 bytes/s 261216384 through: 4800057 bytes/s 261217600 through: 4800057 bytes/s 261218752 192.168.1.9 - - [29/Jun/2016 22:43:53] "GET / HTTP/1.1" 200 - [openwebrx-httpd] client 192.168.1.9#6faa1ab6ee3e7895027c0b3ab807304a :: client added. Clients now: 3 through: 4800057 bytes/s 261219904 192.168.1.9 - - [29/Jun/2016 22:43:54] "GET /sdr.js HTTP/1.1" 200 - 192.168.1.9 - - [29/Jun/2016 22:43:54] "GET /openwebrx.js HTTP/1.1" 200 - 192.168.1.9 - - [29/Jun/2016 22:43:54] "GET /openwebrx.css HTTP/1.1" 200 - 192.168.1.9 - - [29/Jun/2016 22:43:54] "GET /sdr.js HTTP/1.1" 200 - 192.168.1.9 - - [29/Jun/2016 22:43:54] "GET /openwebrx.js HTTP/1.1" 200 - 192.168.1.9 - - [29/Jun/2016 22:43:55] "GET /openwebrx.css HTTP/1.1" 200 - 192.168.1.9 - - [29/Jun/2016 22:43:55] "GET /gfx/openwebrx-top-photo.jpg HTTP/1.1" 200 - 192.168.1.9 - - [29/Jun/2016 22:43:55] "GET /gfx/openwebrx-ha5kfu-top-logo.png HTTP/1.1" 200 - 192.168.1.9 - - [29/Jun/2016 22:43:55] "GET /gfx/openwebrx-top-logo.png HTTP/1.1" 200 - 192.168.1.9 - - [29/Jun/2016 22:43:55] "GET /gfx/openwebrx-avatar-background.png HTTP/1.1" 200 - 192.168.1.9 - - [29/Jun/2016 22:43:55] "GET /gfx/openwebrx-avatar.png HTTP/1.1" 200 - through: 4800057 bytes/s 261221120 192.168.1.9 - - [29/Jun/2016 22:43:55] "GET /gfx/openwebrx-rx-details-arrow-up.png HTTP/1.1" 200 - 192.168.1.9 - - [29/Jun/2016 22:43:55] "GET /gfx/openwebrx-rx-details-arrow.png HTTP/1.1" 200 - 192.168.1.9 - - [29/Jun/2016 22:43:55] "GET /gfx/openwebrx-panel-status.png HTTP/1.1" 200 - 192.168.1.9 - - [29/Jun/2016 22:43:55] "GET /gfx/openwebrx-speaker.png HTTP/1.1" 200 - 192.168.1.9 - - [29/Jun/2016 22:43:55] "GET /gfx/openwebrx-panel-log.png HTTP/1.1" 200 - 192.168.1.9 - - [29/Jun/2016 22:43:55] "GET /gfx/openwebrx-panel-receiver.png HTTP/1.1" 200 - 192.168.1.9 - - [29/Jun/2016 22:43:55] "GET /gfx/openwebrx-waterfall-auto.png HTTP/1.1" 200 - 192.168.1.9 - - [29/Jun/2016 22:43:55] "GET /gfx/openwebrx-squelch-button.png HTTP/1.1" 200 - 192.168.1.9 - - [29/Jun/2016 22:43:55] "GET /gfx/openwebrx-zoom-in.png HTTP/1.1" 200 - 192.168.1.9 - - [29/Jun/2016 22:43:55] "GET /gfx/openwebrx-waterfall-default.png HTTP/1.1" 200 - 192.168.1.9 - - [29/Jun/2016 22:43:55] "GET /gfx/openwebrx-zoom-out.png HTTP/1.1" 200 - 192.168.1.9 - - [29/Jun/2016 22:43:55] "GET /gfx/openwebrx-zoom-in-total.png HTTP/1.1" 200 - 192.168.1.9 - - [29/Jun/2016 22:43:55] "GET /gfx/openwebrx-zoom-out-total.png HTTP/1.1" 200 - 192.168.1.9 - - [29/Jun/2016 22:43:55] "GET /gfx/openwebrx-play-button.png HTTP/1.1" 200 - through: 4800057 bytes/s 261222272 192.168.1.9 - - [29/Jun/2016 22:43:56] "GET /gfx/openwebrx-scale-background.png HTTP/1.1" 200 - 192.168.1.9 - - [29/Jun/2016 22:43:56] "GET /gfx/openwebrx-background-cool-blue.png HTTP/1.1" 200 - 192.168.1.9 - - [29/Jun/2016 22:43:56] "GET /gfx/font-expletus-sans/ExpletusSans-Medium.ttf HTTP/1.1" 200 - through: 4800057 bytes/s 261223424 through: 4800056 bytes/s 261224640 through: 4800056 bytes/s 261225792 through: 4800057 bytes/s 261226944 through: 4800056 bytes/s 261228160 through: 4800056 bytes/s 261229312 through: 4800056 bytes/s 261230464 through: 4800056 bytes/s 261231616 [openwebrx-httpd:ws,2] command: SET output_rate=12000 action=start [openwebrx-dsp-plugin:csdr] Command = ncat -v 127.0.0.1 4951 | csdr convert_u8_f | csdr shift_addition_cc --fifo /tmp/openwebrx_pipe_140266476773320_shift | csdr fir_decimate_cc 199 0.00075375 HAMMING | csdr bandpass_fir_fft_cc --fifo /tmp/openwebrx_pipe_140266476773320_bpf 0.0265339966833 HAMMING | csdr squelch_and_smeter_cc --fifo /tmp/openwebrx_pipe_140266476773320_squelch --outfifo /tmp/openwebrx_pipe_140266476773320_smeter 5 1 | csdr fmdemod_quadri_cf | csdr limit_ff | csdr fractional_decimator_ff 1.005 | csdr deemphasis_nfm_ff 11025 | csdr fastagc_ff 1024 | csdr convert_f_s16 | csdr encode_ima_adpcm_i16_u8 csdr: fifo control mode on csdr: fifo control mode on fir_decimate_cc: taps_length = 5307 csdr: fifo control mode on fractional_decimator_ff: window = HAMMING fractional_decimator_ff: taps_length = 133 bandpass_fir_fft_cc: (fft_size = 512) = (taps_length = 151) + (input_size = 362) - 1 (overlap_length = 150) = taps_length - 1 shift_addition_cc: reinitialized to -0 squelch_and_power_cc: initial squelch level is 0 Ncat: Version 7.01 ( https://nmap.org/ncat ) Ncat: Connected to 127.0.0.1:4951. bandpass_fir_fft_cc: filter initialized, low_cut = -0.331675, high_cut = 0.331675 through: 4800057 bytes/s 261232832 through: 4800056 bytes/s 261233984 through: 4800056 bytes/s 261235136 through: 4800057 bytes/s 261236352 through: 4800057 bytes/s 261237504 through: 4800057 bytes/s 261238656 through: 4800056 bytes/s 261239872 through: 4800057 bytes/s 261241024 [openwebrx-spectrum] client spectrum queue full, closing it. [openwebrx-httpd] client 88.10.165.129#0ad96b4e7365b61740a26d82d1e6204c :: client being closed. through: 4800057 bytes/s 261242176 through: 4800056 bytes/s 261243392 through: 4800056 bytes/s 261244544 through: 4800056 bytes/s 261245696 through: 4800056 bytes/s 261246848 through: 4800056 bytes/s 261248064 through: 4800056 bytes/s 261249216 through: 4800056 bytes/s 261250368 through: 4800057 bytes/s 261251584 through: 4800057 bytes/s 261252736 through: 4800056 bytes/s 261253888 through: 4800057 bytes/s 261255104 through: 4800057 bytes/s 261256256 through: 4800057 bytes/s 261257408 through: 4800056 bytes/s 261258624 through: 4800056 bytes/s 261259776 through: 4800057 bytes/s 261260928 through: 4800056 bytes/s 261262144 through: 4800056 bytes/s 261263296 through: 4800056 bytes/s 261264448 through: 4800056 bytes/s 261265600 through: 4800057 bytes/s 261266816 through: 4800056 bytes/s 261267968 through: 4800056 bytes/s 261269120 through: 4800057 bytes/s 261270336 through: 4800057 bytes/s 261271488 through: 4800057 bytes/s 261272640 through: 4800057 bytes/s 261273856 through: 4800057 bytes/s 261275008 through: 4800057 bytes/s 261276160 through: 4800056 bytes/s 261277376 through: 4800056 bytes/s 261278528 through: 4800056 bytes/s 261279680 through: 4800056 bytes/s 261280896 through: 4800056 bytes/s 261282048 through: 4800056 bytes/s 261283200 through: 4800056 bytes/s 261284352 through: 4800057 bytes/s 261285568 through: 4800057 bytes/s 261286720 through: 4800056 bytes/s 261287872 through: 4800057 bytes/s 261289088 through: 4800057 bytes/s 261290240 through: 4800057 bytes/s 261291392 through: 4800056 bytes/s 261292608 through: 4800056 bytes/s 261293760 [openwebrx-spectrum] client spectrum queue full, closing it. [openwebrx-httpd] client 88.10.165.129#b316fdb21c9950713137f6f009308693 :: client being closed. through: 4800057 bytes/s 261294912 through: 4800056 bytes/s 261296128 through: 4800056 bytes/s 261297280 through: 4800056 bytes/s 261298432 through: 4800056 bytes/s 261299584 through: 4800056 bytes/s 261300800 through: 4800056 bytes/s 261301952 through: 4800056 bytes/s 261303104 through: 4800057 bytes/s 261304320 through: 4800057 bytes/s 261305472 through: 4800057 bytes/s 261306624 through: 4800057 bytes/s 261307840 through: 4800057 bytes/s 261308992 through: 4800057 bytes/s 261310144 through: 4800056 bytes/s 261311360 through: 4800056 bytes/s 261312512 through: 4800056 bytes/s 261313664 88.10.165.129 - - [29/Jun/2016 22:45:14] "GET / HTTP/1.1" 200 - [openwebrx-httpd] client 88.10.165.129#aaefe742875f3b398cbab1f8d67a1a4a :: client added. Clients now: 2 88.10.165.129 - - [29/Jun/2016 22:45:14] "GET /sdr.js HTTP/1.1" 200 - 88.10.165.129 - - [29/Jun/2016 22:45:14] "GET /openwebrx.js HTTP/1.1" 200 - 88.10.165.129 - - [29/Jun/2016 22:45:14] "GET /openwebrx.css HTTP/1.1" 200 - 88.10.165.129 - - [29/Jun/2016 22:45:14] "GET /gfx/openwebrx-top-photo.jpg HTTP/1.1" 200 - through: 4800056 bytes/s 261314880 88.10.165.129 - - [29/Jun/2016 22:45:15] "GET /gfx/font-expletus-sans/ExpletusSans-Medium.ttf HTTP/1.1" 200 - 88.10.165.129 - - [29/Jun/2016 22:45:15] "GET /gfx/openwebrx-top-logo.png HTTP/1.1" 200 - 88.10.165.129 - - [29/Jun/2016 22:45:15] "GET /gfx/openwebrx-ha5kfu-top-logo.png HTTP/1.1" 200 - 88.10.165.129 - - [29/Jun/2016 22:45:15] "GET /gfx/openwebrx-avatar-background.png HTTP/1.1" 200 - 88.10.165.129 - - [29/Jun/2016 22:45:15] "GET /gfx/openwebrx-avatar.png HTTP/1.1" 200 - 88.10.165.129 - - [29/Jun/2016 22:45:15] "GET /gfx/openwebrx-rx-details-arrow-up.png HTTP/1.1" 200 - 88.10.165.129 - - [29/Jun/2016 22:45:15] "GET /gfx/openwebrx-rx-details-arrow.png HTTP/1.1" 200 - 88.10.165.129 - - [29/Jun/2016 22:45:15] "GET /gfx/openwebrx-panel-status.png HTTP/1.1" 200 - 88.10.165.129 - - [29/Jun/2016 22:45:15] "GET /gfx/openwebrx-panel-log.png HTTP/1.1" 200 - 88.10.165.129 - - [29/Jun/2016 22:45:15] "GET /gfx/openwebrx-panel-receiver.png HTTP/1.1" 200 - 88.10.165.129 - - [29/Jun/2016 22:45:15] "GET /gfx/openwebrx-speaker.png HTTP/1.1" 200 - 88.10.165.129 - - [29/Jun/2016 22:45:15] "GET /gfx/openwebrx-waterfall-auto.png HTTP/1.1" 200 - 88.10.165.129 - - [29/Jun/2016 22:45:15] "GET /gfx/openwebrx-squelch-button.png HTTP/1.1" 200 - 88.10.165.129 - - [29/Jun/2016 22:45:15] "GET /gfx/openwebrx-waterfall-default.png HTTP/1.1" 200 - 88.10.165.129 - - [29/Jun/2016 22:45:15] "GET /gfx/openwebrx-zoom-in.png HTTP/1.1" 200 - 88.10.165.129 - - [29/Jun/2016 22:45:15] "GET /gfx/openwebrx-zoom-out.png HTTP/1.1" 200 - 88.10.165.129 - - [29/Jun/2016 22:45:15] "GET /gfx/openwebrx-zoom-in-total.png HTTP/1.1" 200 - 88.10.165.129 - - [29/Jun/2016 22:45:15] "GET /gfx/openwebrx-zoom-out-total.png HTTP/1.1" 200 - 88.10.165.129 - - [29/Jun/2016 22:45:15] "GET /gfx/openwebrx-play-button.png HTTP/1.1" 200 - 88.10.165.129 - - [29/Jun/2016 22:45:15] "GET /gfx/openwebrx-scale-background.png HTTP/1.1" 200 - through: 4800056 bytes/s 261316032 through: 4800056 bytes/s 261317184 88.10.165.129 - - [29/Jun/2016 22:45:17] "GET /gfx/openwebrx-background-cool-blue.png HTTP/1.1" 200 - [openwebrx-httpd:ws,1] command: SET output_rate=12000 action=start [openwebrx-dsp-plugin:csdr] Command = ncat -v 127.0.0.1 4951 | csdr convert_u8_f | csdr shift_addition_cc --fifo /tmp/openwebrx_pipe_140266476811976_shift | csdr fir_decimate_cc 199 0.00075375 HAMMING | csdr bandpass_fir_fft_cc --fifo /tmp/openwebrx_pipe_140266476811976_bpf 0.0265339966833 HAMMING | csdr squelch_and_smeter_cc --fifo /tmp/openwebrx_pipe_140266476811976_squelch --outfifo /tmp/openwebrx_pipe_140266476811976_smeter 5 1 | csdr fmdemod_quadri_cf | csdr limit_ff | csdr fractional_decimator_ff 1.005 | csdr deemphasis_nfm_ff 11025 | csdr fastagc_ff 1024 | csdr convert_f_s16 | csdr encode_ima_adpcm_i16_u8 fir_decimate_cc: taps_length = 5307 csdr: fifo control mode on csdr: fifo control mode on csdr: fifo control mode on fractional_decimator_ff: window = HAMMING fractional_decimator_ff: taps_length = 133 shift_addition_cc: reinitialized to -0 bandpass_fir_fft_cc: (fft_size = 512) = (taps_length = 151) + (input_size = 362) - 1 (overlap_length = 150) = taps_length - 1 squelch_and_power_cc: initial squelch level is 0 Ncat: Version 7.01 ( https://nmap.org/ncat ) Ncat: Connected to 127.0.0.1:4951. bandpass_fir_fft_cc: filter initialized, low_cut = -0.331675, high_cut = 0.331675 through: 4800056 bytes/s 261318336 through: 4800057 bytes/s 261319552 through: 4800056 bytes/s 261320704 through: 4800056 bytes/s 261321856 through: 4800057 bytes/s 261323072 through: 4800057 bytes/s 261324224 through: 4800057 bytes/s 261325376 through: 4800056 bytes/s 261326592 through: 4800057 bytes/s 261327744 through: 4800057 bytes/s 261328896 through: 4800056 bytes/s 261330112 through: 4800056 bytes/s 261331264 through: 4800056 bytes/s 261332416 through: 4800056 bytes/s 261333568 through: 4800056 bytes/s 261334784 through: 4800056 bytes/s 261335936 through: 4800056 bytes/s 261337088 through: 4800057 bytes/s 261338304 through: 4800057 bytes/s 261339456 through: 4800056 bytes/s 261340608 through: 4800057 bytes/s 261341824 through: 4800057 bytes/s 261342976 through: 4800057 bytes/s 261344128 through: 4800056 bytes/s 261345344 through: 4800056 bytes/s 261346496 [openwebrx] Verbose status information on USR1 signal

time.time() = 1467233142.99 clients_mutex.locked() = False clients_mutex_locker = None spectrum_thread_watchdog_last_tick = 1467233142.29

clients: 2

id = 6faa1ab6ee3e7895027c0b3ab807304a
gen_time = 1467233033.91
ws_started = True
sprectum_queue = <property object at 0x7f92558ff998>
ip = 192.168.1.9
closed = [False]
bcastmsg = MSG cpu_usage=10 clients=2
dsp = <plugins.dsp.csdr.plugin.dsp_plugin instance at 0x7f9255859fc8>
loopstat = 10

id = aaefe742875f3b398cbab1f8d67a1a4a
gen_time = 1467233114.5
ws_started = True
sprectum_queue = <property object at 0x7f92558ff050>
ip = 88.10.165.129
closed = [False]
bcastmsg = MSG cpu_usage=10 clients=2
dsp = <plugins.dsp.csdr.plugin.dsp_plugin instance at 0x7f92558636c8>
loopstat = 10

[openwebrx] Verbose status information on USR1 signal

time.time() = 1467233143.11 clients_mutex.locked() = False clients_mutex_locker = None spectrum_thread_watchdog_last_tick = 1467233142.29

clients: 2

id = 6faa1ab6ee3e7895027c0b3ab807304a
gen_time = 1467233033.91
ws_started = True
sprectum_queue = <property object at 0x7f92558ff998>
ip = 192.168.1.9
closed = [False]
bcastmsg = MSG cpu_usage=10 clients=2
dsp = <plugins.dsp.csdr.plugin.dsp_plugin instance at 0x7f9255859fc8>
loopstat = 10

id = aaefe742875f3b398cbab1f8d67a1a4a
gen_time = 1467233114.5
ws_started = True
sprectum_queue = <property object at 0x7f92558ff050>
ip = 88.10.165.129
closed = [False]
bcastmsg = MSG cpu_usage=10 clients=2
dsp = <plugins.dsp.csdr.plugin.dsp_plugin instance at 0x7f92558636c8>
loopstat = 10

through: 4800057 bytes/s 261347648 through: 4800056 bytes/s 261348864 through: 4800056 bytes/s 261350016 through: 4800056 bytes/s 261351168 through: 4800056 bytes/s 261352320 through: 4800057 bytes/s 261353536 through: 4800056 bytes/s 261354688 through: 4800056 bytes/s 261355840 through: 4800057 bytes/s 261357056 through: 4800057 bytes/s 261358208 through: 4800057 bytes/s 261359360 through: 4800056 bytes/s 261360576 through: 4800057 bytes/s 261361728 through: 4800057 bytes/s 261362880 through: 4800056 bytes/s 261364096 through: 4800056 bytes/s 261365248 ^CSignal caught, exiting! [openwebrx] Ctrl+C: aborting. [openwebrx-httpd] client 192.168.1.9#6faa1ab6ee3e7895027c0b3ab807304a :: client being closed. [openwebrx-httpd] client 88.10.165.129#aaefe742875f3b398cbab1f8d67a1a4a :: client being closed.

User cancel, exiting...

_Here the access log _

[2016-06-29T01:59:22.882206] GET http://zc.qq.com/cgi-bin/common/attr from 115.230.125.146 [2016-06-29T03:00:39.106610] GET http://www.google.com/reader/about/ from 91.236.75.4 [2016-06-29T07:25:35.257760] GET /manager/html from 222.186.50.71 [2016-06-29T09:32:15.913585] GET / from 213.151.108.163 [2016-06-29T09:32:16.314322] GET /openwebrx.js from 213.151.108.163 [2016-06-29T09:32:16.314976] GET /sdr.js from 213.151.108.163 [2016-06-29T09:32:16.334469] GET /openwebrx.css from 213.151.108.163 [2016-06-29T09:32:24.599399] GET /sdr.js from 213.151.108.163 [2016-06-29T09:32:24.609558] GET /openwebrx.js from 213.151.108.163 [2016-06-29T09:32:24.627157] GET /openwebrx.css from 213.151.108.163 [2016-06-29T09:32:25.422875] GET /gfx/openwebrx-top-photo.jpg from 213.151.108.163 [2016-06-29T09:32:25.423517] GET /gfx/openwebrx-ha5kfu-top-logo.png from 213.151.108.163 [2016-06-29T09:32:25.424426] GET /gfx/openwebrx-top-logo.png from 213.151.108.163 [2016-06-29T09:32:25.525555] GET /gfx/openwebrx-avatar.png from 213.151.108.163 [2016-06-29T09:32:25.526127] GET /gfx/openwebrx-rx-details-arrow-up.png from 213.151.108.163 [2016-06-29T09:32:25.526730] GET /gfx/openwebrx-avatar-background.png from 213.151.108.163 [2016-06-29T09:32:25.600839] GET /gfx/openwebrx-rx-details-arrow.png from 213.151.108.163 [2016-06-29T09:32:25.679180] GET /gfx/openwebrx-panel-status.png from 213.151.108.163 [2016-06-29T09:32:25.681800] GET /gfx/openwebrx-panel-log.png from 213.151.108.163 [2016-06-29T09:32:25.701591] GET /gfx/openwebrx-panel-receiver.png from 213.151.108.163 [2016-06-29T09:32:25.702314] GET /gfx/openwebrx-speaker.png from 213.151.108.163 [2016-06-29T09:32:25.712871] GET /gfx/openwebrx-waterfall-auto.png from 213.151.108.163 [2016-06-29T09:32:25.714991] GET /gfx/openwebrx-squelch-button.png from 213.151.108.163 [2016-06-29T09:32:25.768871] GET /gfx/openwebrx-waterfall-default.png from 213.151.108.163 [2016-06-29T09:32:25.771862] GET /gfx/openwebrx-zoom-in.png from 213.151.108.163 [2016-06-29T09:32:25.788033] GET /gfx/openwebrx-zoom-in-total.png from 213.151.108.163 [2016-06-29T09:32:25.789689] GET /gfx/openwebrx-zoom-out.png from 213.151.108.163 [2016-06-29T09:32:25.792087] GET /gfx/openwebrx-play-button.png from 213.151.108.163 [2016-06-29T09:32:25.815778] GET /gfx/openwebrx-zoom-out-total.png from 213.151.108.163 [2016-06-29T09:32:27.635515] GET /gfx/openwebrx-scale-background.png from 213.151.108.163 [2016-06-29T09:32:27.637648] GET /gfx/openwebrx-background-cool-blue.png from 213.151.108.163 [2016-06-29T09:32:27.666896] GET /gfx/font-expletus-sans/ExpletusSans-Medium.ttf from 213.151.108.163 [2016-06-29T09:32:28.010187] GET /ws/5e9a13e60774d14371b552bcae6eb4b1 from 213.151.108.163 [2016-06-29T09:32:28.041857] Started streaming to client: 213.151.108.163#5e9a13e60774d14371b552bcae6eb4b1 (users now: 1) [2016-06-29T09:32:45.615434] Stopped streaming to client: 213.151.108.163#5e9a13e60774d14371b552bcae6eb4b1 (users now: 0) [2016-06-29T09:38:36.388393] GET / from 213.151.108.163 [2016-06-29T09:38:37.688939] GET /openwebrx.css from 213.151.108.163 [2016-06-29T09:38:37.691532] GET /openwebrx.js from 213.151.108.163 [2016-06-29T09:38:37.692219] GET /sdr.js from 213.151.108.163 [2016-06-29T09:38:46.180268] GET /sdr.js from 213.151.108.163 [2016-06-29T09:38:46.181984] GET /openwebrx.js from 213.151.108.163 [2016-06-29T09:38:46.183450] GET /openwebrx.css from 213.151.108.163 [2016-06-29T09:38:46.188277] GET /favicon.ico from 213.151.108.163 [2016-06-29T09:38:51.761406] GET /gfx/openwebrx-top-logo.png from 213.151.108.163 [2016-06-29T09:38:51.762070] GET /gfx/openwebrx-top-photo.jpg from 213.151.108.163 [2016-06-29T09:38:52.201426] GET /gfx/openwebrx-ha5kfu-top-logo.png from 213.151.108.163 [2016-06-29T09:38:52.517311] GET /gfx/font-expletus-sans/ExpletusSans-Medium.ttf from 213.151.108.163 [2016-06-29T09:38:52.761334] GET /gfx/openwebrx-scale-background.png from 213.151.108.163 [2016-06-29T09:38:52.865770] GET /gfx/openwebrx-avatar.png from 213.151.108.163 [2016-06-29T09:38:52.885296] GET /gfx/openwebrx-background-cool-blue.png from 213.151.108.163 [2016-06-29T09:38:52.887060] GET /gfx/openwebrx-rx-details-arrow-up.png from 213.151.108.163 [2016-06-29T09:38:52.888410] GET /gfx/openwebrx-avatar-background.png from 213.151.108.163 [2016-06-29T09:38:52.914436] GET /gfx/openwebrx-rx-details-arrow.png from 213.151.108.163 [2016-06-29T09:38:53.145722] GET /gfx/openwebrx-panel-status.png from 213.151.108.163 [2016-06-29T09:38:53.153753] GET /gfx/openwebrx-panel-receiver.png from 213.151.108.163 [2016-06-29T09:38:53.154784] GET /gfx/openwebrx-panel-log.png from 213.151.108.163 [2016-06-29T09:38:53.157737] GET /gfx/openwebrx-speaker.png from 213.151.108.163 [2016-06-29T09:38:53.161116] GET /gfx/openwebrx-waterfall-auto.png from 213.151.108.163 [2016-06-29T09:38:53.381680] GET /gfx/openwebrx-squelch-button.png from 213.151.108.163 [2016-06-29T09:38:53.385687] GET /gfx/openwebrx-zoom-out.png from 213.151.108.163 [2016-06-29T09:38:53.386181] GET /gfx/openwebrx-zoom-in.png from 213.151.108.163 [2016-06-29T09:38:53.388938] GET /gfx/openwebrx-waterfall-default.png from 213.151.108.163 [2016-06-29T09:38:53.525272] GET /gfx/openwebrx-zoom-in-total.png from 213.151.108.163 [2016-06-29T09:38:53.526833] GET /gfx/openwebrx-zoom-out-total.png from 213.151.108.163 [2016-06-29T09:38:53.589693] GET /gfx/openwebrx-play-button.png from 213.151.108.163 [2016-06-29T09:38:54.300849] GET /favicon.ico from 213.151.108.163 [2016-06-29T09:38:54.493509] GET /ws/1de3aefff6402b7c7cfdb9c618e17e3c from 213.151.108.163 [2016-06-29T09:38:54.679197] Started streaming to client: 213.151.108.163#1de3aefff6402b7c7cfdb9c618e17e3c (users now: 1) [2016-06-29T09:40:51.682453] Stopped streaming to client: 213.151.108.163#1de3aefff6402b7c7cfdb9c618e17e3c (users now: 0) [2016-06-29T11:00:18.222885] GET /manager/html from 222.186.50.147 [2016-06-29T11:00:18.805744] GET /manager/html from 222.186.50.147 [2016-06-29T11:00:19.461472] GET /manager/html from 222.186.50.147 [2016-06-29T11:00:23.538220] GET /manager/html from 222.186.50.147 [2016-06-29T11:00:24.211977] GET /manager/html from 222.186.50.147 [2016-06-29T11:00:24.880378] GET /manager/html from 222.186.50.147 [2016-06-29T11:00:25.545163] GET /manager/html from 222.186.50.147 [2016-06-29T11:00:26.206189] GET /manager/html from 222.186.50.147 [2016-06-29T11:00:27.888397] GET /manager/html from 222.186.50.147 [2016-06-29T11:00:28.522598] GET /manager/html from 222.186.50.147 [2016-06-29T14:18:19.851393] GET / from 85.51.111.152 [2016-06-29T14:18:20.168445] GET /sdr.js from 85.51.111.152 [2016-06-29T14:18:20.232271] GET /openwebrx.js from 85.51.111.152 [2016-06-29T14:18:20.386185] GET /openwebrx.css from 85.51.111.152 [2016-06-29T14:18:21.690326] GET /gfx/openwebrx-top-photo.jpg from 85.51.111.152 [2016-06-29T14:18:21.955482] GET /gfx/openwebrx-top-logo.png from 85.51.111.152 [2016-06-29T14:18:22.115360] GET /gfx/openwebrx-ha5kfu-top-logo.png from 85.51.111.152 [2016-06-29T14:18:22.244305] GET /gfx/openwebrx-avatar-background.png from 85.51.111.152 [2016-06-29T14:18:22.371532] GET /gfx/openwebrx-avatar.png from 85.51.111.152 [2016-06-29T14:18:22.524952] GET /gfx/openwebrx-rx-details-arrow-up.png from 85.51.111.152 [2016-06-29T14:18:22.644216] GET /gfx/openwebrx-rx-details-arrow.png from 85.51.111.152 [2016-06-29T14:18:22.781124] GET /gfx/openwebrx-panel-status.png from 85.51.111.152 [2016-06-29T14:18:22.927009] GET /gfx/openwebrx-panel-log.png from 85.51.111.152 [2016-06-29T14:18:23.064866] GET /gfx/openwebrx-panel-receiver.png from 85.51.111.152 [2016-06-29T14:18:23.196122] GET /gfx/openwebrx-speaker.png from 85.51.111.152 [2016-06-29T14:18:23.317166] GET /gfx/openwebrx-waterfall-auto.png from 85.51.111.152 [2016-06-29T14:18:23.433206] GET /gfx/openwebrx-squelch-button.png from 85.51.111.152 [2016-06-29T14:18:23.561652] GET /gfx/openwebrx-waterfall-default.png from 85.51.111.152 [2016-06-29T14:18:23.681012] GET /gfx/openwebrx-zoom-in.png from 85.51.111.152 [2016-06-29T14:18:23.795880] GET /gfx/openwebrx-zoom-out.png from 85.51.111.152 [2016-06-29T14:18:23.913568] GET /gfx/openwebrx-zoom-in-total.png from 85.51.111.152 [2016-06-29T14:18:24.038648] GET /gfx/openwebrx-zoom-out-total.png from 85.51.111.152 [2016-06-29T14:18:24.170142] GET /gfx/openwebrx-play-button.png from 85.51.111.152 [2016-06-29T14:18:26.864984] GET /gfx/font-expletus-sans/ExpletusSans-Medium.ttf from 85.51.111.152 [2016-06-29T14:18:26.871861] GET /gfx/openwebrx-scale-background.png from 85.51.111.152 [2016-06-29T14:18:26.878969] GET /gfx/openwebrx-background-cool-blue.png from 85.51.111.152 [2016-06-29T14:18:27.280459] GET /ws/b953bb1a98737b9178ba72c9d3f4856b from 85.51.111.152 [2016-06-29T14:18:27.333689] GET /favicon.ico from 85.51.111.152 [2016-06-29T14:18:27.334947] Started streaming to client: 85.51.111.152#b953bb1a98737b9178ba72c9d3f4856b (users now: 1) [2016-06-29T14:19:59.374000] Stopped streaming to client: 85.51.111.152#b953bb1a98737b9178ba72c9d3f4856b (users now: 0) [2016-06-29T14:36:21.699963] GET / from 85.51.111.152 [2016-06-29T14:36:21.890777] GET /openwebrx.css from 85.51.111.152 [2016-06-29T14:36:21.898298] GET /sdr.js from 85.51.111.152 [2016-06-29T14:36:21.906861] GET /openwebrx.js from 85.51.111.152 [2016-06-29T14:36:21.911771] GET /gfx/openwebrx-top-photo.jpg from 85.51.111.152 [2016-06-29T14:36:22.277322] GET /gfx/openwebrx-top-logo.png from 85.51.111.152 [2016-06-29T14:36:22.450959] GET /gfx/openwebrx-ha5kfu-top-logo.png from 85.51.111.152 [2016-06-29T14:36:22.580732] GET /gfx/openwebrx-avatar-background.png from 85.51.111.152 [2016-06-29T14:36:22.645823] GET /gfx/openwebrx-rx-details-arrow-up.png from 85.51.111.152 [2016-06-29T14:36:22.655843] GET /gfx/openwebrx-avatar.png from 85.51.111.152 [2016-06-29T14:36:22.661282] GET /gfx/openwebrx-rx-details-arrow.png from 85.51.111.152 [2016-06-29T14:36:22.669117] GET /gfx/openwebrx-panel-log.png from 85.51.111.152 [2016-06-29T14:36:22.676372] GET /gfx/openwebrx-panel-status.png from 85.51.111.152 [2016-06-29T14:36:22.766049] GET /gfx/openwebrx-panel-receiver.png from 85.51.111.152 [2016-06-29T14:36:22.775038] GET /gfx/openwebrx-speaker.png from 85.51.111.152 [2016-06-29T14:36:22.782209] GET /gfx/openwebrx-waterfall-auto.png from 85.51.111.152 [2016-06-29T14:36:22.788930] GET /gfx/openwebrx-squelch-button.png from 85.51.111.152 [2016-06-29T14:36:22.797401] GET /gfx/openwebrx-waterfall-default.png from 85.51.111.152 [2016-06-29T14:36:22.891904] GET /gfx/openwebrx-zoom-in.png from 85.51.111.152 [2016-06-29T14:36:22.897690] GET /gfx/openwebrx-zoom-out.png from 85.51.111.152 [2016-06-29T14:36:22.906832] GET /gfx/openwebrx-zoom-in-total.png from 85.51.111.152 [2016-06-29T14:36:22.912658] GET /gfx/openwebrx-zoom-out-total.png from 85.51.111.152 [2016-06-29T14:36:22.974020] GET /gfx/font-expletus-sans/ExpletusSans-Medium.ttf from 85.51.111.152 [2016-06-29T14:36:22.994955] GET /gfx/openwebrx-play-button.png from 85.51.111.152 [2016-06-29T14:36:23.022717] GET /gfx/openwebrx-scale-background.png from 85.51.111.152 [2016-06-29T14:36:23.679519] GET /gfx/openwebrx-background-cool-blue.png from 85.51.111.152 [2016-06-29T14:36:24.086533] GET /ws/6a8610bdf98527863b7d1abbc04621a0 from 85.51.111.152 [2016-06-29T14:36:24.142546] Started streaming to client: 85.51.111.152#6a8610bdf98527863b7d1abbc04621a0 (users now: 1) [2016-06-29T14:36:24.169364] GET /favicon.ico from 85.51.111.152 [2016-06-29T14:37:37.779132] Stopped streaming to client: 85.51.111.152#6a8610bdf98527863b7d1abbc04621a0 (users now: 0) [2016-06-29T14:39:09.893392] GET /ws/ea0bad846a53e1db496762af0e47f2a7 from 213.143.49.150 [2016-06-29T14:39:11.666233] GET /favicon.ico from 213.143.49.150 [2016-06-29T14:59:18.965218] GET /robots.txt from 141.8.132.67 [2016-06-29T14:59:24.001589] GET /gfx/openwebrx-logo-big.png from 141.8.132.75 [2016-06-29T16:05:37.226233] GET /ws/ea0bad846a53e1db496762af0e47f2a7 from 84.78.17.226 [2016-06-29T16:05:56.912099] GET / from 84.78.17.226 [2016-06-29T16:05:59.900024] GET /sdr.js from 84.78.17.226 [2016-06-29T16:05:59.909775] GET /openwebrx.js from 84.78.17.226 [2016-06-29T16:06:00.008207] GET /openwebrx.css from 84.78.17.226 [2016-06-29T16:06:00.893653] GET /gfx/openwebrx-top-photo.jpg from 84.78.17.226 [2016-06-29T16:06:02.342110] GET /gfx/openwebrx-top-logo.png from 84.78.17.226 [2016-06-29T16:06:02.603675] GET /gfx/openwebrx-ha5kfu-top-logo.png from 84.78.17.226 [2016-06-29T16:06:02.782024] GET /gfx/openwebrx-avatar-background.png from 84.78.17.226 [2016-06-29T16:06:02.966085] GET /gfx/openwebrx-avatar.png from 84.78.17.226 [2016-06-29T16:06:03.137580] GET /gfx/openwebrx-rx-details-arrow-up.png from 84.78.17.226 [2016-06-29T16:06:03.331945] GET /gfx/openwebrx-panel-status.png from 84.78.17.226 [2016-06-29T16:06:03.341740] GET /gfx/openwebrx-panel-receiver.png from 84.78.17.226 [2016-06-29T16:06:03.350164] GET /gfx/openwebrx-speaker.png from 84.78.17.226 [2016-06-29T16:06:03.360050] GET /gfx/openwebrx-rx-details-arrow.png from 84.78.17.226 [2016-06-29T16:06:03.368147] GET /gfx/openwebrx-panel-log.png from 84.78.17.226 [2016-06-29T16:06:03.492319] GET /gfx/font-expletus-sans/ExpletusSans-Medium.ttf from 84.78.17.226 [2016-06-29T16:06:03.549994] GET /gfx/openwebrx-waterfall-auto.png from 84.78.17.226 [2016-06-29T16:06:03.557967] GET /gfx/openwebrx-waterfall-default.png from 84.78.17.226 [2016-06-29T16:06:03.582282] GET /gfx/openwebrx-squelch-button.png from 84.78.17.226 [2016-06-29T16:06:03.584010] GET /gfx/openwebrx-zoom-in.png from 84.78.17.226 [2016-06-29T16:06:03.767914] GET /gfx/openwebrx-zoom-out.png from 84.78.17.226 [2016-06-29T16:06:03.817592] GET /gfx/openwebrx-zoom-in-total.png from 84.78.17.226 [2016-06-29T16:06:04.351880] GET /gfx/openwebrx-zoom-out-total.png from 84.78.17.226 [2016-06-29T16:06:04.412318] GET /gfx/openwebrx-scale-background.png from 84.78.17.226 [2016-06-29T16:06:04.422007] GET /gfx/openwebrx-background-cool-blue.png from 84.78.17.226 [2016-06-29T16:06:04.431916] GET /gfx/openwebrx-play-button.png from 84.78.17.226 [2016-06-29T16:06:06.546013] GET /ws/3cbb4e0a219820b0c24223129bfbd2e6 from 84.78.17.226 [2016-06-29T16:06:06.877734] Started streaming to client: 84.78.17.226#3cbb4e0a219820b0c24223129bfbd2e6 (users now: 1) [2016-06-29T16:08:52.491882] Stopped streaming to client: 84.78.17.226#3cbb4e0a219820b0c24223129bfbd2e6 (users now: 0) [2016-06-29T16:09:10.855485] GET / from 84.78.17.226 [2016-06-29T16:09:11.321053] GET /sdr.js from 84.78.17.226 [2016-06-29T16:09:11.345530] GET /openwebrx.js from 84.78.17.226 [2016-06-29T16:09:11.737277] GET /openwebrx.css from 84.78.17.226 [2016-06-29T16:09:13.727338] GET /gfx/openwebrx-top-photo.jpg from 84.78.17.226 [2016-06-29T16:09:15.217048] GET /gfx/openwebrx-avatar-background.png from 84.78.17.226 [2016-06-29T16:09:15.277220] GET /gfx/openwebrx-top-logo.png from 84.78.17.226 [2016-06-29T16:09:15.287291] GET /gfx/openwebrx-ha5kfu-top-logo.png from 84.78.17.226 [2016-06-29T16:09:15.305592] GET /gfx/openwebrx-rx-details-arrow-up.png from 84.78.17.226 [2016-06-29T16:09:15.323305] GET /gfx/openwebrx-avatar.png from 84.78.17.226 [2016-06-29T16:09:15.326164] GET /gfx/openwebrx-rx-details-arrow.png from 84.78.17.226 [2016-06-29T16:09:15.575535] GET /gfx/openwebrx-panel-status.png from 84.78.17.226 [2016-06-29T16:09:15.701137] GET /gfx/font-expletus-sans/ExpletusSans-Medium.ttf from 84.78.17.226 [2016-06-29T16:09:15.718575] GET /gfx/openwebrx-panel-log.png from 84.78.17.226 [2016-06-29T16:09:15.719211] GET /gfx/openwebrx-panel-receiver.png from 84.78.17.226 [2016-06-29T16:09:15.735398] GET /gfx/openwebrx-waterfall-auto.png from 84.78.17.226 [2016-06-29T16:09:15.749238] GET /gfx/openwebrx-speaker.png from 84.78.17.226 [2016-06-29T16:09:15.830206] GET /gfx/openwebrx-squelch-button.png from 84.78.17.226 [2016-06-29T16:09:20.421016] GET /gfx/openwebrx-waterfall-default.png from 84.78.17.226 [2016-06-29T16:09:20.567133] GET /gfx/openwebrx-scale-background.png from 84.78.17.226 [2016-06-29T16:09:20.615133] GET /gfx/openwebrx-background-cool-blue.png from 84.78.17.226 [2016-06-29T16:09:21.213241] GET /gfx/openwebrx-zoom-in.png from 84.78.17.226 [2016-06-29T16:09:21.259406] GET /gfx/openwebrx-zoom-out.png from 84.78.17.226 [2016-06-29T16:09:22.839365] GET /gfx/openwebrx-zoom-in-total.png from 84.78.17.226 [2016-06-29T16:09:22.853488] GET /gfx/openwebrx-play-button.png from 84.78.17.226 [2016-06-29T16:09:22.871873] GET /gfx/openwebrx-zoom-out-total.png from 84.78.17.226 [2016-06-29T16:09:23.497492] GET /ws/8fa108b34f17a8e7104e08bd599c937d from 84.78.17.226 [2016-06-29T16:09:23.961201] Started streaming to client: 84.78.17.226#8fa108b34f17a8e7104e08bd599c937d (users now: 1) [2016-06-29T16:09:46.350736] Stopped streaming to client: 84.78.17.226#8fa108b34f17a8e7104e08bd599c937d (users now: 0) [2016-06-29T16:20:29.833616] GET / from 192.168.1.8 [2016-06-29T16:20:29.890579] GET /sdr.js from 192.168.1.8 [2016-06-29T16:20:29.892185] GET /openwebrx.js from 192.168.1.8 [2016-06-29T16:20:29.896103] GET /openwebrx.css from 192.168.1.8 [2016-06-29T16:20:30.558458] GET /favicon.ico from 192.168.1.8 [2016-06-29T16:20:30.596858] GET /sdr.js from 192.168.1.8 [2016-06-29T16:20:30.598877] GET /openwebrx.js from 192.168.1.8 [2016-06-29T16:20:30.602013] GET /openwebrx.css from 192.168.1.8 [2016-06-29T16:20:30.649991] GET /gfx/openwebrx-ha5kfu-top-logo.png from 192.168.1.8 [2016-06-29T16:20:30.650736] GET /gfx/openwebrx-top-photo.jpg from 192.168.1.8 [2016-06-29T16:20:30.651734] GET /gfx/openwebrx-top-logo.png from 192.168.1.8 [2016-06-29T16:20:30.656848] GET /gfx/openwebrx-avatar-background.png from 192.168.1.8 [2016-06-29T16:20:30.664702] GET /gfx/openwebrx-avatar.png from 192.168.1.8 [2016-06-29T16:20:30.667514] GET /gfx/openwebrx-rx-details-arrow.png from 192.168.1.8 [2016-06-29T16:20:30.670780] GET /gfx/openwebrx-panel-log.png from 192.168.1.8 [2016-06-29T16:20:30.671377] GET /gfx/openwebrx-panel-status.png from 192.168.1.8 [2016-06-29T16:20:30.676155] GET /gfx/openwebrx-panel-receiver.png from 192.168.1.8 [2016-06-29T16:20:30.678530] GET /gfx/openwebrx-speaker.png from 192.168.1.8 [2016-06-29T16:20:30.681097] GET /gfx/openwebrx-waterfall-auto.png from 192.168.1.8 [2016-06-29T16:20:30.682204] GET /gfx/openwebrx-squelch-button.png from 192.168.1.8 [2016-06-29T16:20:30.685209] GET /gfx/openwebrx-waterfall-default.png from 192.168.1.8 [2016-06-29T16:20:30.688472] GET /gfx/openwebrx-zoom-in.png from 192.168.1.8 [2016-06-29T16:20:30.689955] GET /gfx/openwebrx-zoom-out.png from 192.168.1.8 [2016-06-29T16:20:30.693204] GET /gfx/openwebrx-zoom-in-total.png from 192.168.1.8 [2016-06-29T16:20:30.696256] GET /gfx/openwebrx-zoom-out-total.png from 192.168.1.8 [2016-06-29T16:20:30.696791] GET /gfx/openwebrx-play-button.png from 192.168.1.8 [2016-06-29T16:20:30.746882] GET /gfx/openwebrx-rx-details-arrow-up.png from 192.168.1.8 [2016-06-29T16:20:30.749920] GET /gfx/openwebrx-scale-background.png from 192.168.1.8 [2016-06-29T16:20:30.751230] GET /gfx/openwebrx-background-cool-blue.png from 192.168.1.8 [2016-06-29T16:20:30.764369] GET /gfx/font-expletus-sans/ExpletusSans-Medium.ttf from 192.168.1.8 [2016-06-29T16:20:30.941253] GET /favicon.ico from 192.168.1.8 [2016-06-29T16:20:30.968645] GET /ws/4d370064218b022e209883f9e58236b5 from 192.168.1.8 [2016-06-29T16:20:30.970399] Started streaming to client: 192.168.1.8#4d370064218b022e209883f9e58236b5 (users now: 1) [2016-06-29T16:21:42.046644] Stopped streaming to client: 192.168.1.8#4d370064218b022e209883f9e58236b5 (users now: 0) [2016-06-29T18:31:32.761655] GET / from 37.133.112.36 [2016-06-29T18:31:33.060681] GET /sdr.js from 37.133.112.36 [2016-06-29T18:31:33.122107] GET /openwebrx.js from 37.133.112.36 [2016-06-29T18:31:33.125349] GET /openwebrx.css from 37.133.112.36 [2016-06-29T18:31:33.428792] GET /gfx/openwebrx-top-photo.jpg from 37.133.112.36 [2016-06-29T18:31:33.631871] GET /gfx/openwebrx-top-logo.png from 37.133.112.36 [2016-06-29T18:31:34.142963] GET /gfx/openwebrx-ha5kfu-top-logo.png from 37.133.112.36 [2016-06-29T18:31:34.278090] GET /gfx/openwebrx-avatar-background.png from 37.133.112.36 [2016-06-29T18:31:34.356166] GET /gfx/openwebrx-avatar.png from 37.133.112.36 [2016-06-29T18:31:34.462598] GET /gfx/openwebrx-rx-details-arrow-up.png from 37.133.112.36 [2016-06-29T18:31:34.488171] GET /gfx/openwebrx-panel-log.png from 37.133.112.36 [2016-06-29T18:31:34.489189] GET /gfx/openwebrx-rx-details-arrow.png from 37.133.112.36 [2016-06-29T18:31:34.496001] GET /gfx/openwebrx-panel-status.png from 37.133.112.36 [2016-06-29T18:31:34.582396] GET /gfx/font-expletus-sans/ExpletusSans-Medium.ttf from 37.133.112.36 [2016-06-29T18:31:34.668384] GET /gfx/openwebrx-panel-receiver.png from 37.133.112.36 [2016-06-29T18:31:34.815277] GET /gfx/openwebrx-scale-background.png from 37.133.112.36 [2016-06-29T18:31:34.862188] GET /gfx/openwebrx-background-cool-blue.png from 37.133.112.36 [2016-06-29T18:31:34.874933] GET /gfx/openwebrx-speaker.png from 37.133.112.36 [2016-06-29T18:31:34.946419] GET /gfx/openwebrx-waterfall-auto.png from 37.133.112.36 [2016-06-29T18:31:35.107382] GET /gfx/openwebrx-squelch-button.png from 37.133.112.36 [2016-06-29T18:31:35.227977] GET /gfx/openwebrx-waterfall-default.png from 37.133.112.36 [2016-06-29T18:31:35.456947] GET /gfx/openwebrx-zoom-in.png from 37.133.112.36 [2016-06-29T18:31:35.626236] GET /gfx/openwebrx-zoom-out.png from 37.133.112.36 [2016-06-29T18:31:35.661941] GET /gfx/openwebrx-zoom-in-total.png from 37.133.112.36 [2016-06-29T18:31:35.662924] GET /gfx/openwebrx-zoom-out-total.png from 37.133.112.36 [2016-06-29T18:31:35.875372] GET /gfx/openwebrx-play-button.png from 37.133.112.36 [2016-06-29T18:31:36.936027] GET /ws/1e8605a45ff6c2037268aac079308464 from 37.133.112.36 [2016-06-29T18:31:37.254904] Started streaming to client: 37.133.112.36#1e8605a45ff6c2037268aac079308464 (users now: 1) [2016-06-29T18:44:32.052548] GET / from 88.24.36.168 [2016-06-29T18:44:32.528615] GET /sdr.js from 88.24.36.168 [2016-06-29T18:44:32.564044] GET /openwebrx.js from 88.24.36.168 [2016-06-29T18:44:32.569526] GET /openwebrx.css from 88.24.36.168 [2016-06-29T18:44:33.378161] GET /gfx/openwebrx-top-photo.jpg from 88.24.36.168 [2016-06-29T18:44:33.610887] GET /gfx/openwebrx-top-logo.png from 88.24.36.168 [2016-06-29T18:44:34.008818] GET /gfx/openwebrx-ha5kfu-top-logo.png from 88.24.36.168 [2016-06-29T18:44:34.252401] GET /gfx/openwebrx-avatar-background.png from 88.24.36.168 [2016-06-29T18:44:34.343222] GET /gfx/openwebrx-avatar.png from 88.24.36.168 [2016-06-29T18:44:34.434278] GET /gfx/openwebrx-rx-details-arrow-up.png from 88.24.36.168 [2016-06-29T18:44:34.621676] GET /gfx/openwebrx-rx-details-arrow.png from 88.24.36.168 [2016-06-29T18:44:34.834467] GET /gfx/openwebrx-panel-status.png from 88.24.36.168 [2016-06-29T18:44:34.925138] GET /gfx/openwebrx-panel-log.png from 88.24.36.168 [2016-06-29T18:44:35.197448] GET /gfx/openwebrx-panel-receiver.png from 88.24.36.168 [2016-06-29T18:44:35.564003] GET /gfx/openwebrx-speaker.png from 88.24.36.168 [2016-06-29T18:44:35.655193] GET /gfx/openwebrx-waterfall-auto.png from 88.24.36.168 [2016-06-29T18:44:35.828680] GET /gfx/openwebrx-squelch-button.png from 88.24.36.168 [2016-06-29T18:44:36.048843] GET /gfx/openwebrx-waterfall-default.png from 88.24.36.168 [2016-06-29T18:44:36.255837] GET /gfx/openwebrx-zoom-in.png from 88.24.36.168 [2016-06-29T18:44:36.423182] GET /gfx/openwebrx-zoom-out.png from 88.24.36.168 [2016-06-29T18:44:36.616119] GET /gfx/openwebrx-zoom-in-total.png from 88.24.36.168 [2016-06-29T18:44:36.755416] GET /gfx/openwebrx-zoom-out-total.png from 88.24.36.168 [2016-06-29T18:44:36.981283] GET /gfx/openwebrx-play-button.png from 88.24.36.168 [2016-06-29T18:44:44.307180] GET /gfx/openwebrx-scale-background.png from 88.24.36.168 [2016-06-29T18:44:44.313307] GET /gfx/openwebrx-background-cool-blue.png from 88.24.36.168 [2016-06-29T18:44:44.843897] GET /gfx/font-expletus-sans/ExpletusSans-Medium.ttf from 88.24.36.168 [2016-06-29T18:44:59.932588] GET /ws/6f87ee90948e14fe38776d82c7d9c38a from 88.24.36.168 [2016-06-29T18:45:05.013029] Started streaming to client: 88.24.36.168#6f87ee90948e14fe38776d82c7d9c38a (users now: 2) [2016-06-29T18:45:45.721829] Stopped streaming to client: 88.24.36.168#6f87ee90948e14fe38776d82c7d9c38a (users now: 1) [2016-06-29T18:45:54.809022] GET /ws/6f87ee90948e14fe38776d82c7d9c38a from 88.24.36.168 [2016-06-29T18:46:26.911098] GET / from 88.24.36.168 [2016-06-29T18:46:27.217542] GET / from 88.24.36.168 [2016-06-29T18:46:27.313714] GET /sdr.js from 88.24.36.168 [2016-06-29T18:46:27.320077] GET /openwebrx.js from 88.24.36.168 [2016-06-29T18:46:27.326280] GET /openwebrx.css from 88.24.36.168 [2016-06-29T18:46:27.992019] GET /gfx/font-expletus-sans/ExpletusSans-Medium.ttf from 88.24.36.168 [2016-06-29T18:46:27.998663] GET /gfx/openwebrx-top-photo.jpg from 88.24.36.168 [2016-06-29T18:46:28.005050] GET /gfx/openwebrx-top-logo.png from 88.24.36.168 [2016-06-29T18:46:28.011947] GET /gfx/openwebrx-avatar-background.png from 88.24.36.168 [2016-06-29T18:46:28.018665] GET /gfx/openwebrx-ha5kfu-top-logo.png from 88.24.36.168 [2016-06-29T18:46:28.141272] GET /gfx/openwebrx-avatar.png from 88.24.36.168 [2016-06-29T18:46:28.158456] GET /gfx/openwebrx-rx-details-arrow-up.png from 88.24.36.168 [2016-06-29T18:46:28.214133] GET /gfx/openwebrx-rx-details-arrow.png from 88.24.36.168 [2016-06-29T18:46:28.228903] GET /gfx/openwebrx-panel-status.png from 88.24.36.168 [2016-06-29T18:46:28.268236] GET /gfx/openwebrx-panel-log.png from 88.24.36.168 [2016-06-29T18:46:28.276002] GET /gfx/openwebrx-speaker.png from 88.24.36.168 [2016-06-29T18:46:28.284071] GET /gfx/openwebrx-panel-receiver.png from 88.24.36.168 [2016-06-29T18:46:28.339645] GET /gfx/openwebrx-background-cool-blue.png from 88.24.36.168 [2016-06-29T18:46:28.349091] GET /gfx/openwebrx-scale-background.png from 88.24.36.168 [2016-06-29T18:46:28.365343] GET /gfx/openwebrx-waterfall-auto.png from 88.24.36.168 [2016-06-29T18:46:28.372947] GET /gfx/openwebrx-squelch-button.png from 88.24.36.168 [2016-06-29T18:46:28.378013] GET /gfx/openwebrx-waterfall-default.png from 88.24.36.168 [2016-06-29T18:46:28.484707] GET /gfx/openwebrx-zoom-in.png from 88.24.36.168 [2016-06-29T18:46:28.568995] GET /gfx/openwebrx-zoom-out.png from 88.24.36.168 [2016-06-29T18:46:28.577615] GET /gfx/openwebrx-zoom-in-total.png from 88.24.36.168 [2016-06-29T18:46:28.633721] GET /gfx/openwebrx-zoom-out-total.png from 88.24.36.168 [2016-06-29T18:46:28.841360] GET /gfx/openwebrx-play-button.png from 88.24.36.168 [2016-06-29T18:46:29.122362] GET /ws/7ee1f56d1f0f7b05a3df5584161a52a7 from 88.24.36.168 [2016-06-29T18:46:29.221163] Started streaming to client: 88.24.36.168#7ee1f56d1f0f7b05a3df5584161a52a7 (users now: 3) [2016-06-29T19:22:15.180529] GET http://zc.qq.com/cgi-bin/common/attr from 115.230.124.164 [2016-06-29T19:37:35.510916] Stopped streaming to client: 88.24.36.168#7ee1f56d1f0f7b05a3df5584161a52a7 (users now: 2) [2016-06-29T19:54:37.028846] GET /ws/8fa108b34f17a8e7104e08bd599c937d from 84.78.17.205 [2016-06-29T19:55:52.780774] GET / from 84.78.17.205 [2016-06-29T19:55:52.781452] Stopped streaming to client: 88.24.36.168#c26ae8f8607b91f788c8dd681b813d98 (users now: 1) [2016-06-29T19:55:54.457023] GET /openwebrx.css from 84.78.17.205 [2016-06-29T19:55:54.478680] GET /openwebrx.js from 84.78.17.205 [2016-06-29T19:55:54.498539] GET /sdr.js from 84.78.17.205 [2016-06-29T19:55:56.725191] GET /gfx/openwebrx-top-photo.jpg from 84.78.17.205 [2016-06-29T19:55:57.667041] GET /gfx/openwebrx-top-logo.png from 84.78.17.205 [2016-06-29T19:55:57.901113] GET /gfx/openwebrx-ha5kfu-top-logo.png from 84.78.17.205 [2016-06-29T19:55:58.063006] GET /gfx/openwebrx-avatar-background.png from 84.78.17.205 [2016-06-29T19:55:58.206946] GET /gfx/openwebrx-avatar.png from 84.78.17.205 [2016-06-29T19:55:58.371017] GET /gfx/openwebrx-rx-details-arrow-up.png from 84.78.17.205 [2016-06-29T19:55:58.465308] GET /gfx/openwebrx-rx-details-arrow.png from 84.78.17.205 [2016-06-29T19:55:58.469883] GET /gfx/openwebrx-panel-status.png from 84.78.17.205 [2016-06-29T19:55:58.473539] GET /gfx/openwebrx-panel-log.png from 84.78.17.205 [2016-06-29T19:55:58.479000] GET /gfx/openwebrx-panel-receiver.png from 84.78.17.205 [2016-06-29T19:55:58.481502] GET /gfx/openwebrx-speaker.png from 84.78.17.205 [2016-06-29T19:55:58.623095] GET /gfx/font-expletus-sans/ExpletusSans-Medium.ttf from 84.78.17.205 [2016-06-29T19:55:58.631282] GET /gfx/openwebrx-waterfall-auto.png from 84.78.17.205 [2016-06-29T19:55:58.654167] GET /gfx/openwebrx-squelch-button.png from 84.78.17.205 [2016-06-29T19:55:58.658455] GET /gfx/openwebrx-waterfall-default.png from 84.78.17.205 [2016-06-29T19:55:58.663011] GET /gfx/openwebrx-zoom-in.png from 84.78.17.205 [2016-06-29T19:55:58.855151] GET /gfx/openwebrx-background-cool-blue.png from 84.78.17.205 [2016-06-29T19:55:58.857106] GET /gfx/openwebrx-scale-background.png from 84.78.17.205 [2016-06-29T19:55:58.861427] GET /gfx/openwebrx-zoom-out.png from 84.78.17.205 [2016-06-29T19:55:58.880990] GET /gfx/openwebrx-zoom-in-total.png from 84.78.17.205 [2016-06-29T19:55:59.156896] GET /gfx/openwebrx-zoom-out-total.png from 84.78.17.205 [2016-06-29T19:55:59.507790] GET /gfx/openwebrx-play-button.png from 84.78.17.205 [2016-06-29T19:55:59.973670] GET /ws/aa4455bf43373e21ddd9e24453288df3 from 84.78.17.205 [2016-06-29T19:56:00.134705] Started streaming to client: 84.78.17.205#aa4455bf43373e21ddd9e24453288df3 (users now: 2) [2016-06-29T19:57:21.665922] Stopped streaming to client: 84.78.17.205#aa4455bf43373e21ddd9e24453288df3 (users now: 1) [2016-06-29T20:21:06.736756] Stopped streaming to client: 37.133.112.36#1e8605a45ff6c2037268aac079308464 (users now: 0) [2016-06-29T22:37:55.655965] GET / from 88.10.165.129 [2016-06-29T22:37:55.886954] GET /sdr.js from 88.10.165.129 [2016-06-29T22:37:55.930772] GET /openwebrx.css from 88.10.165.129 [2016-06-29T22:37:55.935632] GET /openwebrx.js from 88.10.165.129 [2016-06-29T22:37:56.212091] GET /gfx/openwebrx-top-photo.jpg from 88.10.165.129 [2016-06-29T22:37:56.779853] GET /gfx/font-expletus-sans/ExpletusSans-Medium.ttf from 88.10.165.129 [2016-06-29T22:37:56.786419] GET /gfx/openwebrx-top-logo.png from 88.10.165.129 [2016-06-29T22:37:56.793301] GET /gfx/openwebrx-ha5kfu-top-logo.png from 88.10.165.129 [2016-06-29T22:37:56.799229] GET /gfx/openwebrx-avatar-background.png from 88.10.165.129 [2016-06-29T22:37:56.805442] GET /gfx/openwebrx-avatar.png from 88.10.165.129 [2016-06-29T22:37:56.851437] GET /gfx/openwebrx-rx-details-arrow-up.png from 88.10.165.129 [2016-06-29T22:37:56.981441] GET /gfx/openwebrx-rx-details-arrow.png from 88.10.165.129 [2016-06-29T22:37:57.246077] GET /gfx/openwebrx-panel-status.png from 88.10.165.129 [2016-06-29T22:37:57.256403] GET /gfx/openwebrx-panel-log.png from 88.10.165.129 [2016-06-29T22:37:57.263185] GET /gfx/openwebrx-panel-receiver.png from 88.10.165.129 [2016-06-29T22:37:57.269412] GET /gfx/openwebrx-speaker.png from 88.10.165.129 [2016-06-29T22:37:57.276020] GET /gfx/openwebrx-waterfall-auto.png from 88.10.165.129 [2016-06-29T22:37:57.359961] GET /gfx/openwebrx-background-cool-blue.png from 88.10.165.129 [2016-06-29T22:37:57.365066] GET /gfx/openwebrx-scale-background.png from 88.10.165.129 [2016-06-29T22:37:57.382343] GET /gfx/openwebrx-squelch-button.png from 88.10.165.129 [2016-06-29T22:37:57.389064] GET /gfx/openwebrx-waterfall-default.png from 88.10.165.129 [2016-06-29T22:37:57.396323] GET /gfx/openwebrx-zoom-in.png from 88.10.165.129 [2016-06-29T22:37:57.506987] GET /gfx/openwebrx-zoom-out.png from 88.10.165.129 [2016-06-29T22:37:57.517738] GET /gfx/openwebrx-zoom-in-total.png from 88.10.165.129 [2016-06-29T22:37:57.534545] GET /gfx/openwebrx-zoom-out-total.png from 88.10.165.129 [2016-06-29T22:38:00.276358] GET /gfx/openwebrx-play-button.png from 88.10.165.129 [2016-06-29T22:38:00.429018] GET /ws/c7caaa7436f17b1ed8e8f880da05ffc5 from 88.10.165.129 [2016-06-29T22:38:00.470567] Started streaming to client: 88.10.165.129#c7caaa7436f17b1ed8e8f880da05ffc5 (users now: 1) [2016-06-29T22:38:42.564504] GET / from 66.249.93.5 [2016-06-29T22:38:42.666076] GET /favicon.ico from 66.249.93.8 [2016-06-29T22:39:22.183082] Stopped streaming to client: 88.10.165.129#c7caaa7436f17b1ed8e8f880da05ffc5 (users now: 1) [2016-06-29T22:40:19.968946] GET / from 88.10.165.129 [2016-06-29T22:40:19.969414] Stopped streaming to client: 66.249.93.5#6dfa6ba386dd8ef9e8f91afb3b47142c (users now: 0) [2016-06-29T22:40:20.129145] GET /sdr.js from 88.10.165.129 [2016-06-29T22:40:20.134118] GET /openwebrx.js from 88.10.165.129 [2016-06-29T22:40:20.138945] GET /openwebrx.css from 88.10.165.129 [2016-06-29T22:40:20.386246] GET /gfx/openwebrx-top-photo.jpg from 88.10.165.129 [2016-06-29T22:40:20.972285] GET /gfx/font-expletus-sans/ExpletusSans-Medium.ttf from 88.10.165.129 [2016-06-29T22:40:20.978676] GET /gfx/openwebrx-top-logo.png from 88.10.165.129 [2016-06-29T22:40:20.985149] GET /gfx/openwebrx-ha5kfu-top-logo.png from 88.10.165.129 [2016-06-29T22:40:20.992132] GET /gfx/openwebrx-avatar-background.png from 88.10.165.129 [2016-06-29T22:40:20.998472] GET /gfx/openwebrx-avatar.png from 88.10.165.129 [2016-06-29T22:40:21.089569] GET /gfx/openwebrx-rx-details-arrow-up.png from 88.10.165.129 [2016-06-29T22:40:21.127359] GET /gfx/openwebrx-rx-details-arrow.png from 88.10.165.129 [2016-06-29T22:40:21.132613] GET /gfx/openwebrx-panel-status.png from 88.10.165.129 [2016-06-29T22:40:21.143145] GET /gfx/openwebrx-panel-log.png from 88.10.165.129 [2016-06-29T22:40:21.181403] GET /gfx/openwebrx-panel-receiver.png from 88.10.165.129 [2016-06-29T22:40:21.190884] GET /gfx/openwebrx-speaker.png from 88.10.165.129 [2016-06-29T22:40:21.218926] GET /gfx/openwebrx-waterfall-auto.png from 88.10.165.129 [2016-06-29T22:40:21.228789] GET /gfx/openwebrx-squelch-button.png from 88.10.165.129 [2016-06-29T22:40:21.240136] GET /gfx/openwebrx-waterfall-default.png from 88.10.165.129 [2016-06-29T22:40:21.278757] GET /gfx/openwebrx-zoom-in.png from 88.10.165.129 [2016-06-29T22:40:21.287194] GET /gfx/openwebrx-zoom-out.png from 88.10.165.129 [2016-06-29T22:40:21.307163] GET /gfx/openwebrx-zoom-in-total.png from 88.10.165.129 [2016-06-29T22:40:21.322648] GET /gfx/openwebrx-zoom-out-total.png from 88.10.165.129 [2016-06-29T22:40:21.336805] GET /gfx/openwebrx-play-button.png from 88.10.165.129 [2016-06-29T22:40:21.373001] GET /gfx/openwebrx-scale-background.png from 88.10.165.129 [2016-06-29T22:40:22.783498] GET /gfx/openwebrx-background-cool-blue.png from 88.10.165.129 [2016-06-29T22:40:23.024650] GET /ws/d47e85f93f3e2e5b51bd08d537b2b2f0 from 88.10.165.129 [2016-06-29T22:40:23.066984] Started streaming to client: 88.10.165.129#d47e85f93f3e2e5b51bd08d537b2b2f0 (users now: 1) [2016-06-29T22:40:49.077679] GET / from 88.10.165.129 [2016-06-29T22:40:49.200882] GET /sdr.js from 88.10.165.129 [2016-06-29T22:40:49.205939] GET /openwebrx.js from 88.10.165.129 [2016-06-29T22:40:49.232686] GET /openwebrx.css from 88.10.165.129 [2016-06-29T22:40:49.432559] GET /gfx/openwebrx-top-photo.jpg from 88.10.165.129 [2016-06-29T22:40:50.001546] GET /gfx/font-expletus-sans/ExpletusSans-Medium.ttf from 88.10.165.129 [2016-06-29T22:40:50.008105] GET /gfx/openwebrx-top-logo.png from 88.10.165.129 [2016-06-29T22:40:50.014441] GET /gfx/openwebrx-ha5kfu-top-logo.png from 88.10.165.129 [2016-06-29T22:40:50.021900] GET /gfx/openwebrx-avatar-background.png from 88.10.165.129 [2016-06-29T22:40:50.027198] GET /gfx/openwebrx-avatar.png from 88.10.165.129 [2016-06-29T22:40:50.121551] GET /gfx/openwebrx-rx-details-arrow-up.png from 88.10.165.129 [2016-06-29T22:40:50.126849] GET /gfx/openwebrx-rx-details-arrow.png from 88.10.165.129 [2016-06-29T22:40:50.133112] GET /gfx/openwebrx-panel-status.png from 88.10.165.129 [2016-06-29T22:40:50.182788] GET /gfx/openwebrx-panel-log.png from 88.10.165.129 [2016-06-29T22:40:50.200977] GET /gfx/openwebrx-panel-receiver.png from 88.10.165.129 [2016-06-29T22:40:50.208645] GET /gfx/openwebrx-speaker.png from 88.10.165.129 [2016-06-29T22:40:50.214741] GET /gfx/openwebrx-waterfall-auto.png from 88.10.165.129 [2016-06-29T22:40:50.227848] GET /gfx/openwebrx-squelch-button.png from 88.10.165.129 [2016-06-29T22:40:50.279699] GET /gfx/openwebrx-waterfall-default.png from 88.10.165.129 [2016-06-29T22:40:50.306305] GET /gfx/openwebrx-zoom-in.png from 88.10.165.129 [2016-06-29T22:40:50.315527] GET /gfx/openwebrx-zoom-out.png from 88.10.165.129 [2016-06-29T22:40:50.321663] GET /gfx/openwebrx-zoom-in-total.png from 88.10.165.129 [2016-06-29T22:40:50.330005] GET /gfx/openwebrx-zoom-out-total.png from 88.10.165.129 [2016-06-29T22:40:50.379987] GET /gfx/openwebrx-play-button.png from 88.10.165.129 [2016-06-29T22:40:50.396242] GET /gfx/openwebrx-scale-background.png from 88.10.165.129 [2016-06-29T22:40:51.799287] GET /gfx/openwebrx-background-cool-blue.png from 88.10.165.129 [2016-06-29T22:40:52.048323] GET /ws/0ad96b4e7365b61740a26d82d1e6204c from 88.10.165.129 [2016-06-29T22:40:52.091238] Started streaming to client: 88.10.165.129#0ad96b4e7365b61740a26d82d1e6204c (users now: 2) [2016-06-29T22:41:35.211391] GET / from 88.10.165.129 [2016-06-29T22:41:35.348817] GET /sdr.js from 88.10.165.129 [2016-06-29T22:41:35.353570] GET /openwebrx.js from 88.10.165.129 [2016-06-29T22:41:35.358377] GET /openwebrx.css from 88.10.165.129 [2016-06-29T22:41:35.576996] GET /gfx/openwebrx-top-photo.jpg from 88.10.165.129 [2016-06-29T22:41:36.146309] GET /gfx/font-expletus-sans/ExpletusSans-Medium.ttf from 88.10.165.129 [2016-06-29T22:41:36.153301] GET /gfx/openwebrx-top-logo.png from 88.10.165.129 [2016-06-29T22:41:36.158445] GET /gfx/openwebrx-ha5kfu-top-logo.png from 88.10.165.129 [2016-06-29T22:41:36.164930] GET /gfx/openwebrx-avatar-background.png from 88.10.165.129 [2016-06-29T22:41:36.172523] GET /gfx/openwebrx-avatar.png from 88.10.165.129 [2016-06-29T22:41:36.272860] GET /gfx/openwebrx-rx-details-arrow-up.png from 88.10.165.129 [2016-06-29T22:41:36.300670] GET /gfx/openwebrx-rx-details-arrow.png from 88.10.165.129 [2016-06-29T22:41:36.306588] GET /gfx/openwebrx-panel-status.png from 88.10.165.129 [2016-06-29T22:41:36.408293] GET /gfx/openwebrx-panel-log.png from 88.10.165.129 [2016-06-29T22:41:36.478564] GET /gfx/openwebrx-panel-receiver.png from 88.10.165.129 [2016-06-29T22:41:36.485898] GET /gfx/openwebrx-speaker.png from 88.10.165.129 [2016-06-29T22:41:36.493378] GET /gfx/openwebrx-waterfall-auto.png from 88.10.165.129 [2016-06-29T22:41:36.500546] GET /gfx/openwebrx-squelch-button.png from 88.10.165.129 [2016-06-29T22:41:36.544121] GET /gfx/openwebrx-waterfall-default.png from 88.10.165.129 [2016-06-29T22:41:36.607177] GET /gfx/openwebrx-zoom-in.png from 88.10.165.129 [2016-06-29T22:41:36.612881] GET /gfx/openwebrx-zoom-out.png from 88.10.165.129 [2016-06-29T22:41:36.617940] GET /gfx/openwebrx-zoom-in-total.png from 88.10.165.129 [2016-06-29T22:41:36.667710] GET /gfx/openwebrx-play-button.png from 88.10.165.129 [2016-06-29T22:41:36.674229] GET /gfx/openwebrx-scale-background.png from 88.10.165.129 [2016-06-29T22:41:36.717444] GET /gfx/openwebrx-background-cool-blue.png from 88.10.165.129 [2016-06-29T22:41:36.623106] GET /gfx/openwebrx-zoom-out-total.png from 88.10.165.129 [2016-06-29T22:41:37.218047] GET /ws/b316fdb21c9950713137f6f009308693 from 88.10.165.129 [2016-06-29T22:41:37.274630] Started streaming to client: 88.10.165.129#b316fdb21c9950713137f6f009308693 (users now: 3) [2016-06-29T22:43:43.490757] Stopped streaming to client: 88.10.165.129#d47e85f93f3e2e5b51bd08d537b2b2f0 (users now: 2) [2016-06-29T22:43:53.904744] GET / from 192.168.1.9 [2016-06-29T22:43:54.208526] GET /sdr.js from 192.168.1.9 [2016-06-29T22:43:54.211958] GET /openwebrx.js from 192.168.1.9 [2016-06-29T22:43:54.213969] GET /openwebrx.css from 192.168.1.9 [2016-06-29T22:43:54.983528] GET /sdr.js from 192.168.1.9 [2016-06-29T22:43:54.994530] GET /openwebrx.js from 192.168.1.9 [2016-06-29T22:43:55.018295] GET /openwebrx.css from 192.168.1.9 [2016-06-29T22:43:55.158898] GET /gfx/openwebrx-top-photo.jpg from 192.168.1.9 [2016-06-29T22:43:55.173705] GET /gfx/openwebrx-top-logo.png from 192.168.1.9 [2016-06-29T22:43:55.174600] GET /gfx/openwebrx-ha5kfu-top-logo.png from 192.168.1.9 [2016-06-29T22:43:55.177589] GET /gfx/openwebrx-avatar-background.png from 192.168.1.9 [2016-06-29T22:43:55.180262] GET /gfx/openwebrx-avatar.png from 192.168.1.9 [2016-06-29T22:43:55.182652] GET /gfx/openwebrx-rx-details-arrow-up.png from 192.168.1.9 [2016-06-29T22:43:55.208902] GET /gfx/openwebrx-rx-details-arrow.png from 192.168.1.9 [2016-06-29T22:43:55.209729] GET /gfx/openwebrx-panel-status.png from 192.168.1.9 [2016-06-29T22:43:55.212140] GET /gfx/openwebrx-panel-receiver.png from 192.168.1.9 [2016-06-29T22:43:55.212492] GET /gfx/openwebrx-speaker.png from 192.168.1.9 [2016-06-29T22:43:55.212960] GET /gfx/openwebrx-panel-log.png from 192.168.1.9 [2016-06-29T22:43:55.214554] GET /gfx/openwebrx-waterfall-auto.png from 192.168.1.9 [2016-06-29T22:43:55.236470] GET /gfx/openwebrx-squelch-button.png from 192.168.1.9 [2016-06-29T22:43:55.238793] GET /gfx/openwebrx-waterfall-default.png from 192.168.1.9 [2016-06-29T22:43:55.239650] GET /gfx/openwebrx-zoom-in.png from 192.168.1.9 [2016-06-29T22:43:55.242412] GET /gfx/openwebrx-zoom-out.png from 192.168.1.9 [2016-06-29T22:43:55.243254] GET /gfx/openwebrx-zoom-in-total.png from 192.168.1.9 [2016-06-29T22:43:55.249068] GET /gfx/openwebrx-zoom-out-total.png from 192.168.1.9 [2016-06-29T22:43:55.262995] GET /gfx/openwebrx-play-button.png from 192.168.1.9 [2016-06-29T22:43:56.532960] GET /gfx/openwebrx-scale-background.png from 192.168.1.9 [2016-06-29T22:43:56.535742] GET /gfx/openwebrx-background-cool-blue.png from 192.168.1.9 [2016-06-29T22:43:56.608420] GET /gfx/font-expletus-sans/ExpletusSans-Medium.ttf from 192.168.1.9 [2016-06-29T22:44:04.213986] GET /ws/6faa1ab6ee3e7895027c0b3ab807304a from 192.168.1.9 [2016-06-29T22:44:04.503379] Started streaming to client: 192.168.1.9#6faa1ab6ee3e7895027c0b3ab807304a (users now: 3) [2016-06-29T22:44:12.490844] Stopped streaming to client: 88.10.165.129#0ad96b4e7365b61740a26d82d1e6204c (users now: 2) [2016-06-29T22:44:57.671768] Stopped streaming to client: 88.10.165.129#b316fdb21c9950713137f6f009308693 (users now: 1) [2016-06-29T22:45:14.499657] GET / from 88.10.165.129 [2016-06-29T22:45:14.635823] GET /sdr.js from 88.10.165.129 [2016-06-29T22:45:14.664517] GET /openwebrx.js from 88.10.165.129 [2016-06-29T22:45:14.669332] GET /openwebrx.css from 88.10.165.129 [2016-06-29T22:45:14.894381] GET /gfx/openwebrx-top-photo.jpg from 88.10.165.129 [2016-06-29T22:45:15.477786] GET /gfx/font-expletus-sans/ExpletusSans-Medium.ttf from 88.10.165.129 [2016-06-29T22:45:15.484026] GET /gfx/openwebrx-top-logo.png from 88.10.165.129 [2016-06-29T22:45:15.490537] GET /gfx/openwebrx-ha5kfu-top-logo.png from 88.10.165.129 [2016-06-29T22:45:15.496779] GET /gfx/openwebrx-avatar-background.png from 88.10.165.129 [2016-06-29T22:45:15.503260] GET /gfx/openwebrx-avatar.png from 88.10.165.129 [2016-06-29T22:45:15.611929] GET /gfx/openwebrx-rx-details-arrow-up.png from 88.10.165.129 [2016-06-29T22:45:15.630990] GET /gfx/openwebrx-rx-details-arrow.png from 88.10.165.129 [2016-06-29T22:45:15.637571] GET /gfx/openwebrx-panel-status.png from 88.10.165.129 [2016-06-29T22:45:15.661083] GET /gfx/openwebrx-panel-log.png from 88.10.165.129 [2016-06-29T22:45:15.686975] GET /gfx/openwebrx-panel-receiver.png from 88.10.165.129 [2016-06-29T22:45:15.734657] GET /gfx/openwebrx-speaker.png from 88.10.165.129 [2016-06-29T22:45:15.740280] GET /gfx/openwebrx-waterfall-auto.png from 88.10.165.129 [2016-06-29T22:45:15.748610] GET /gfx/openwebrx-squelch-button.png from 88.10.165.129 [2016-06-29T22:45:15.765023] GET /gfx/openwebrx-waterfall-default.png from 88.10.165.129 [2016-06-29T22:45:15.790060] GET /gfx/openwebrx-zoom-in.png from 88.10.165.129 [2016-06-29T22:45:15.824146] GET /gfx/openwebrx-zoom-out.png from 88.10.165.129 [2016-06-29T22:45:15.836427] GET /gfx/openwebrx-zoom-in-total.png from 88.10.165.129 [2016-06-29T22:45:15.845195] GET /gfx/openwebrx-zoom-out-total.png from 88.10.165.129 [2016-06-29T22:45:15.866689] GET /gfx/openwebrx-play-button.png from 88.10.165.129 [2016-06-29T22:45:15.890877] GET /gfx/openwebrx-scale-background.png from 88.10.165.129 [2016-06-29T22:45:17.200554] GET /gfx/openwebrx-background-cool-blue.png from 88.10.165.129 [2016-06-29T22:45:17.435698] GET /ws/aaefe742875f3b398cbab1f8d67a1a4a from 88.10.165.129 [2016-06-29T22:45:17.482142] Started streaming to client: 88.10.165.129#aaefe742875f3b398cbab1f8d67a1a4a (users now: 2) [2016-06-29T22:45:58.928161] Stopped streaming to client: 192.168.1.9#6faa1ab6ee3e7895027c0b3ab807304a (users now: 1) [2016-06-29T22:45:58.929161] Stopped streaming to client: 88.10.165.129#aaefe742875f3b398cbab1f8d67a1a4a (users now: 0)

I hope it helps.

Best regards, Daniel.

JonathanThorpe commented 7 years ago

Hi András,

I was wondering if there was any further feedback on how we might resolve this issue?

Running the current branch on two Raspberry Pi 3s at different locations and also get the same hangs as described above.

These receivers weren't used often (monitoring of radio transmitter sites), but recently, I wrote a plugin for our monitoring system that creates a WebSocket connection and monitors for a few samples (https://gist.github.com/JonathanThorpe/82274ea39930fcfee86e248a8a3a5a16) to determine if there is carrier.

This increase in connections obviously makes this happen a lot more frequently.

Happy to help with collecting more information, but just wanted to see if this is not an issue that has already been resolved given the quiet since June?

At a glance, it looks like there could be an issue cleaning up zombie processes?


openweb+ 19551 0.4 1.1 87108 11056 ? Ssl 12:18 3:10 /usr/bin/python2 /opt/openwebrx/openwebrx.py openweb+ 19558 0.0 0.0 1912 360 ? S 12:18 0:00 _ /bin/sh -c rtlsdr -D2 -s 2048000 -f 1069000 -p 0 -g 0 -| ncat -4l 4951 -k --send-only --allow 127.0.0.1 openweb+ 19559 2.3 0.5 14880 5404 ? Sl 12:18 15:07 | rtlsdr -D2 -s 2048000 -f 1069000 -p 0 -g 0 - openweb+ 19560 15.4 0.1 4856 1128 ? S 12:18 101:19 | ncat -4l 4951 -k --send-only --allow 127.0.0.1 openweb+ 19569 0.0 0.0 1912 364 ? S 12:18 0:00 _ /bin/sh -c ncat -v 127.0.0.1 4951 | csdr convert_u8_f | csdr fft_cc 4096 2880 | csdr logaveragepower_cf -70 4096 79 | csdr fft_exchange_sides_ff 4096 | csdr compress_fft_adpcm_fu8 4096 openweb+ 19570 3.0 0.3 4856 3324 ? S 12:18 19:54 | ncat -v 127.0.0.1 4951 openweb+ 19571 12.1 0.0 4076 692 ? S 12:18 79:35 | _ csdr convert_u8f openweb+ 19572 21.7 0.2 4204 1928 ? S 12:18 142:34 | csdr fftcc 4096 2880 openweb+ 19573 4.9 0.0 4100 692 ? S 12:18 32:23 | csdr logaveragepowercf -70 4096 79 openweb+ 19574 0.0 0.0 4076 624 ? S 12:18 0:20 | csdr fft_exchange_sidesff 4096 openweb+ 19575 0.1 0.0 4084 684 ? S 12:18 1:13 | csdr compress_fft_adpcm_fu8 4096 openweb+ 23203 0.0 0.0 0 0 ? Z 17:15 0:00 [sh] openweb+ 23833 0.0 0.0 0 0 ? Z 18:10 0:00 [sh] openweb+ 26492 0.0 0.0 0 0 ? Z 21:47 0:00 [sh] openweb+ 27240 0.0 0.0 0 0 ? Z 22:52 0:00 [sh] openweb+ 27297 0.0 0.0 0 0 ? Z 22:57 0:00 [sh] openweb+ 27354 0.0 0.0 0 0 ? Z 23:02 0:00 [sh] openweb+ 27410 0.0 0.0 0 0 ? Z 23:07 0:00 [sh]

openweb+ 27492 0.0 0.0 0 0 ? Z 23:12 0:00 _ [sh]

ha7ilm commented 7 years ago

Currently I am quite sure that this bug was introduced when I replaced rtl_mus with ncat, and this is indeed a bug in ncat. I am working on my own implementation of ncat that would use threading, etc.

ha7ilm commented 7 years ago

Given the fact that a part of users experience this problem, we can suppose that this behaviour might be different across ncat versions.

Could you try installing the latest ncat, and check if the problem is solved? This requires removing the nmap package, and compiling and installing it from source:

sudo apt-get remove nmap #if nmap is a dependency of anything important on your system, stop here
git clone https://github.com/nmap/nmap
cd nmap
./configure
make
sudo make install
JonathanThorpe commented 7 years ago

Hi ha7ilm,

I've updated two Raspberry Pi 3s with the ncat from the latest nmap branch and will report back in a couple of days.

Thanks!

ha7ilm commented 7 years ago

@JonathanThorpe Great! Thanks in advance!

JonathanThorpe commented 7 years ago

Hi @ha7ilm, unfortunately after 4 hours, 40 minutes on one and 4 hours 25 minutes on the other with regular access, both ncat processes seem to be unable to send output when you connect to it - just like before.

ha7ilm commented 7 years ago

@JonathanThorpe Thanks for the feedback! I'll fix it in another way then.

JonathanThorpe commented 7 years ago

@ha7ilm no problem - happy to test anything you come up with.

Looking at the code, is there any reason this needs to use ncat (or equivalent)? Is it not possible to capture the output from stdout from the rtl_sdr process and then have openwebrx.py send the output to each csdr instance? Or would this be harmful to performance?

This is what the output looks like in this state:

27638 ?        Ssl    4:32 /usr/bin/python2 /opt/openwebrx/openwebrx.py
27645 ?        S      0:00  \_ /bin/sh -c rtl_sdr -D2 -s 2048000 -f 1069000 -p 0 -g 0 -| ncat -4l 4951 -k --send-only --allow 127.0.0.1
27646 ?        Sl    19:05  |   \_ rtl_sdr -D2 -s 2048000 -f 1069000 -p 0 -g 0 -
27647 ?        S    139:19  |   \_ ncat -4l 4951 -k --send-only --allow 127.0.0.1
27656 ?        S      0:00  \_ /bin/sh -c ncat -v 127.0.0.1 4951 | csdr convert_u8_f | csdr fft_cc 4096 2880 | csdr logaveragepower_cf -70 4096 79 | csdr fft_exchange_sides_ff 4096 | csdr compress_fft_adpcm_f_u8 4096
27657 ?        S     24:32  |   \_ ncat -v 127.0.0.1 4951
27658 ?        S     99:22  |   \_ csdr convert_u8_f
27659 ?        R    184:59  |   \_ csdr fft_cc 4096 2880
27660 ?        S     41:31  |   \_ csdr logaveragepower_cf -70 4096 79
27661 ?        S      0:28  |   \_ csdr fft_exchange_sides_ff 4096
27662 ?        S      1:31  |   \_ csdr compress_fft_adpcm_f_u8 4096
31208 ?        Z      0:00  \_ [sh] <defunct>
31841 ?        Z      0:00  \_ [sh] <defunct>
  673 ?        Z      0:00  \_ [sh] <defunct>
 1430 ?        Z      0:00  \_ [sh] <defunct>
 2874 ?        Z      0:00  \_ [sh] <defunct>
 4315 ?        Z      0:00  \_ [sh] <defunct>
 4387 ?        Z      0:00  \_ [sh] <defunct>
 4444 ?        Z      0:00  \_ [sh] <defunct>
 4502 ?        Z      0:00  \_ [sh] <defunct>
 4559 ?        Z      0:00  \_ [sh] <defunct>
 4616 ?        Z      0:00  \_ [sh] <defunct>
 4672 ?        Z      0:00  \_ [sh] <defunct>
 4728 ?        Z      0:00  \_ [sh] <defunct>
 4785 ?        Z      0:00  \_ [sh] <defunct>
 4843 ?        Z      0:00  \_ [sh] <defunct>
 4898 ?        Z      0:00  \_ [sh] <defunct>
 4956 ?        Z      0:00  \_ [sh] <defunct>
 5013 ?        Z      0:00  \_ [sh] <defunct>

Definitely ncat as you suggest - if I try to connect, it just fails:

pi@openwebrx:~ $ ncat -v 127.0.0.1 4951
Ncat: Version 7.31SVN ( https://nmap.org/ncat )

Ncat: Broken pipe.
ha7ilm commented 7 years ago

Is it not possible to capture the output from stdout from the rtl_sdr process and then have openwebrx.py send the output to each csdr instance? Or would this be harmful to performance?

The former solution (rtl_mus.py) was doing something similar, but the performance was not good, even with pypy. ncat can do 3 times the performance because it is written in C.

JonathanThorpe commented 7 years ago

Good point. Was thinking about how to address this myself - perhaps something written in C or Go (might work with multiple threads better) that relies on UNIX sockets or UDP instead of TCP?

JonathanThorpe commented 7 years ago

Since Unix domain sockets are 1:1, there is actually a tee function on Linux (not to be confused with the utility) - wonder if this would be more efficient than hitting the network stack? https://linux.die.net/man/2/tee

tejeez commented 7 years ago

The bug seems to be that ncat doesn't close its sockets after use. Looking at /proc/pid_of_ncat/fdinfo/ I found that every connection to the server leaves a file descriptor open even after the connection is closed. After about 100 connections it seems to run out of file descriptors or something and hangs. (Maybe we should also tell ncat developers about this bug...)

I replaced ncat with my own shared memory buffer implementation. This somewhat reduced CPU use and eliminated the hangs. My SHM buffer is nothing really fancy but I could share it anyway and make a pull request if you're interested.

JonathanThorpe commented 7 years ago

@tejeez - definitely interested if you could please share? :)

ha7ilm commented 7 years ago

@tejeez Thanks for figuring out the problem with ncat!

In order to solve this issue, I'm also working on my implementation here: https://github.com/simonyiszk/csdr/tree/feature/nmux Made some progress last week, but did not finalize it yet. We could compare CPU usage between implementations at the end.

There were some other programs already, which could be used instead of ncat.

rtlmuxer: https://github.com/alexander-sholohov/rtlmuxer This works, but can't use stdin as the signal source, which would lead to the use of a superfluous nc command and OS socket. It also looks single threaded.

rtlmux: https://git.vocti.ca/slepp/rtlmux This one uses pthreads which is impressive. It does not work if the stream starts with something else than "RTL\0", and I think I had other difficulties in integrating it, which I don't remember anymore.

Still I appreciate these tools and the work put into them.

I decided to write nmux (based on pthreads) because I will need a command line program with a very similar structure for the DDC project I'm also working on.

tejeez commented 7 years ago

@JonathanThorpe Here it is: https://github.com/tejeez/shmbuffer Modification to OpenWebRX: https://github.com/tejeez/openwebrx/commit/35836c84519244162a5dac373bf410509c933bdb

It "seems to work" but has some known issues so it's probably not ready to merged into openwebrx. Well, if better alternatives are already available there's probably no reason to even try to do that.

ha7ilm commented 7 years ago

@tejeez Thanks for sharing that! I'll have a look at it.

JonathanThorpe commented 7 years ago

Thanks @tejeez - I've just installed this on two Raspberry Pis being used for monitoring which would previously stop responding a few times a day.

One thing I noticed is that I wasn't able to run OpenWebRX as a non-root user once I switched to the shm implementation - this could be my setup however which I will look at later.

I'll let you know how it goes.

ha7ilm commented 7 years ago

I've just finished my fix, which can be installed like this:

git clone https://github.com/simonyiszk/csdr
cd csdr
git fetch
git checkout feature/nmux
make
sudo make install
cd ..
git clone https://github.com/simonyiszk/openwebrx
cd openwebrx
git fetch
git checkout feature/nmux

Now start OpenWebRX with:

python2 openwebrx.py

Technically, this fix uses a command line tool called nmux which is now included into csdr and does exactly the same that ncat did in OpenWebRX until now. It uses pthreads and is comparable to ncat in speed.


@tejeez I think your implementation is superior in speed, achieved with much less code.

I did some comparison, and these were my results:

shmbuffer at 2.4 Msps, 10 clients

Tasks: 496 total,   1 running, 495 sleeping,   0 stopped,   0 zombie
KiB Mem:   8169328 total,  6403312 used,  1766016 free,     9220 buffers
KiB Swap:  4003836 total,  2864096 used,  1139740 free.  1008124 cached Mem
27917 pcfl      20   0  133252 131536 131448 S   1,0  1,6   0:00.75 shmread
28102 pcfl      20   0  133252 131532 131448 S   0,7  1,6   0:00.46 shmread
28287 pcfl      20   0  133252 131532 131448 S   0,7  1,6   0:00.45 shmread
28333 pcfl      20   0  133252 131532 131448 S   0,7  1,6   0:00.46 shmread
28380 pcfl      20   0  133252 131536 131448 S   0,7  1,6   0:00.44 shmread
27915 pcfl      20   0  133252 131272 131184 S   0,3  1,6   0:00.40 shmwrite
27967 pcfl      20   0  133252 131532 131448 S   0,3  1,6   0:00.52 shmread
28012 pcfl      20   0  133252 131532 131448 S   0,3  1,6   0:00.50 shmread
28056 pcfl      20   0  133252 131536 131448 S   0,3  1,6   0:00.47 shmread
28147 pcfl      20   0  133252 131536 131448 S   0,3  1,6   0:00.48 shmread
28191 pcfl      20   0  133252 131532 131448 S   0,3  1,6   0:00.45 shmread
28243 pcfl      20   0  133252 131536 131448 S   0,3  1,6   0:00.45 shmread

nmux at 2.4 Msps, 10 clients

Tasks: 494 total,   3 running, 491 sleeping,   0 stopped,   0 zombie
KiB Mem:   8169328 total,  7539228 used,   630100 free,    54552 buffers
KiB Swap:  4003836 total,  2767756 used,  1236080 free.  1468388 cached Mem
 1658 pcfl      20   0  152716  52684    964 S   5,6  0,6   0:04.84 nmux
 2159 pcfl      20   0    2640    708    596 S   1,3  0,0   0:00.94 nc
 1669 pcfl      20   0    2640    704    596 S   1,0  0,0   0:01.22 nc
 1719 pcfl      20   0    2640    708    596 S   1,0  0,0   0:01.07 nc
 1771 pcfl      20   0    2640    708    596 S   1,0  0,0   0:00.99 nc
 1821 pcfl      20   0    2640    704    596 S   1,0  0,0   0:00.99 nc
 1868 pcfl      20   0    2640    708    596 S   1,0  0,0   0:00.97 nc
 1915 pcfl      20   0    2640    704    596 S   1,0  0,0   0:00.96 nc
 1965 pcfl      20   0    2640    704    596 S   1,0  0,0   0:00.97 nc
 2079 pcfl      20   0    2640    708    596 S   1,0  0,0   0:00.94 nc
 2254 pcfl      20   0    2640    704    596 S   1,0  0,0   0:00.84 nc
 2021 pcfl      20   0    2640    708    596 S   0,7  0,0   0:00.95 nc

One thing missing right now is that we need to allow multiple OpenWebRX instances running on the same machine. I'll also be thinking about the other issues you've mentioned in the README. Anyway, I'd be happy to include it into OpenWebRX, because it is fast.

JonathanThorpe commented 7 years ago

@tejeez More than 24 hours running with constant automation connecting to OpenWebRX every 5 minutes and it's working really well.

ha7ilm commented 7 years ago

After some tests, I merged my solution. This is because I'm going to restructure the program in a way that the TCP conections will be used only for low data rate. However, @teejez's method could be used between the rtl_sdr tool and the next process, which would be a TCP server that does the channelization as well.