websdr.printf.cc Open in urlscan Pro
31.135.167.133  Public Scan

URL: http://websdr.printf.cc:8901/
Submission: On February 11 via api from US — Scanned from PL

Form analysis 6 forms found in the DOM

Name: usernameform #

<form name="usernameform" action="#">
  <script type="text/javascript">
    document_username();
  </script>
  <a id="please"><span id="please1"><b><i>Please log in by typing your name or callsign here (it will be saved for later visits in a cookie):</i></b></span> <input type="text" value="" name="username" onchange="setusernamecookie()" onclick=""></a>
  <input type="text" size="1" name="dummytopreventsubmissiononenter" style="display:none" onclick="">
</form>

Name: viewform #

<form name="viewform" action="#">
  <div class="ctl">
    <b>View:</b>
    <span id="viewformbuttons"><input type="radio" name="group" value="all bands" onclick="setview(0);">all bands<input type="radio" name="group" value="others slow" onclick="setview(1);">others slow<input type="radio" name="group" value="one band"
        onclick="setview(2);">one band<input type="radio" name="group" value="blind" onclick="setview(3);">blind</span>
  </div>
  <div class="ctl">
    <b>Allow keyboard:</b>
    <input type="checkbox" name="allowkeys" value="">
    <div class="keylist">
      <tt><b>j k ← →</b></tt>: freq down/up (+shift/ctrl/alt faster) <br>
      <tt><b>u l c a f</b></tt>: USB, LSB, CW, AM, FM <br>
      <tt><b>z Z</b></tt>: center/zoom waterfall <br>
      <tt><b>g</b></tt>: enter frequency
    </div>
  </div>
</form>

Name: html5choiceform #

<form name="html5choiceform" action="#" style="float:right">
  <div class="ctl">
    <div id="html5choice"><b>Waterfall:</b><span style="color: red"><input type="radio" name="groupw" value="Java" onclick="html5orjava(0,1);">Java</span><span style="color:green"><input type="radio" name="groupw" value="HTML5"
          onclick="html5orjava(0,0);" checked="">HTML5</span>&nbsp;&nbsp;&nbsp;<b>Sound:</b><span style="color: red"><input type="radio" name="groupa" value="Java" onclick="html5orjava(1,1);">Java</span><span style="color: green"><input type="radio"
          name="groupa" value="HTML5" onclick="html5orjava(1,0);" checked="">HTML5</span></div>
  </div>
  <br style="clear:both">
</form>

Name: freqform #

<form name="freqform" action="#" onsubmit="setfreqif(this.frequency.value); return false;">
  <div class="ctl">
    <b>Frequency:</b>
    <span class="showblind">
      <input id="freqstepm3" type="button" value="---" onclick="freqstep(-3)">
      <input type="button" value="--" onclick="freqstep(-2)">
      <input type="button" value="-" onclick="freqstep(-1)">
    </span>
    <input type="text" size="10" name="frequency" onkeyup="setfreqif_fut(this.value);"> kHz <input type="submit" style="position:absolute; left:-999px" value="submit"> <!-- IE sillyness; other browsers are fine with visibility:none -->
    <span class="hideblind">
      <br>
      <input type="button" value="---" onclick="freqstep(-3)">
      <input type="button" value="--" onclick="freqstep(-2)">
      <input type="button" value="-" onclick="freqstep(-1)">
    </span>
    <input type="button" value="+" onclick="freqstep(+1)">
    <input type="button" value="++" onclick="freqstep(+2)">
    <input type="button" value="+++" onclick="freqstep(+3)">
    <script type="text/javascript">
      document_bandbuttons();
    </script><br>Band: <input type="radio" name="group0" value="2-4M" onclick="setband(0)">2-4M <input type="radio" name="group0" value="4-6M" onclick="setband(1)">4-6M <input type="radio" name="group0" value="6-8M" onclick="setband(2)">6-8M <input
      type="radio" name="group0" value="8-10M" onclick="setband(3)">8-10M <input type="radio" name="group0" value="10-12M" onclick="setband(4)">10-12M <input type="radio" name="group0" value="12-14M" onclick="setband(5)">12-14M <input type="radio"
      name="group0" value="14-16M" onclick="setband(6)">14-16M <div class="hideblind">
      <br>
      <span style="font-size:65%">Or tune by clicking/dragging/scrollwheel on the frequency scale.</span>
      <br>
      <hr>
      <b>Bandwidth: </b>
      <br>
      <b><span id="numericalbandwidth6">2.49</span></b> kHz @ -6dB; <b><span id="numericalbandwidth60">2.95</span></b> kHz @ -60dB. <br>
      <table>
        <tbody>
          <tr>
            <td><input type="button" value="wider" onclick="lo-=0.03125; hi+=0.03125; updbw();"></td>
            <td><input type="button" value="CW-wide" onclick="setmf ('cw', -0.95, -0.55);"></td>
            <td><input type="button" value="LSB" onclick="setmf('lsb', -2.7, -0.3);"></td>
            <td><input type="button" value="USB" onclick="setmf('usb',  0.3,  2.7);"></td>
            <td><input type="button" value="AM" onclick="setmf ('am',  -4  ,  4  );"></td>
            <td><input type="button" value="FM" onclick="setmf ('fm',  -8  ,  8  );"></td>
          </tr>
          <tr>
            <td><input type="button" value="narrower" onclick="lo+=0.03125; hi-=0.03125; updbw();"></td>
            <td><input type="button" value="CW-narrow" onclick="setmf('cw',-0.78, -0.72);"></td>
            <td><input type="button" value="LSB-nrw" onclick="setmf('lsb', -2.2, -0.5);"></td>
            <td><input type="button" value="USB-nrw" onclick="setmf('usb',  0.5,  2.2);"></td>
            <td><input type="button" value="AM-nrw" onclick="setmf ('am', -2.5,  2.5);"></td>
          </tr>
        </tbody>
      </table>
      <span class="hideblind">
        <span style="font-size:65%">Or drag the passband edges on the frequency scale.</span>
      </span>
      <!--br style="clear:both"-->
      <hr>
      <b>Memories:</b>
      <div id="memories" class="memories">
        <table>
          <tbody>
            <tr>
              <td><input type="button" disabled="" title="recall" value="recall" onclick="mem_recall(0)"><input type="button" disabled="" title="erase" value="erase" onclick="mem_erase(0)"><input type="button" title="store" value="store"
                  onclick="mem_store(0)"></td>
              <td>(new)</td>
            </tr>
          </tbody>
        </table>
      </div>
    </div>
  </div>
  <div class="ctl">
    <div class="hideblind">
      <div style="width:250px;background-color:black;">
        <br>
        <div id="smeterpeak" style="width: 85.2918px; height: 4px; background-color: rgb(255, 128, 0); position: absolute;">
          <div style="position:absolute;width:0px;height:0px;"></div>
        </div>
        <div id="smeterbar" style="width: 85.1001px; height: 4px; background-color: rgb(0, 255, 0); position: absolute;">
          <div style="position:absolute;width:0px;height:0px;"></div>
        </div>
        <br>
        <img src="smeter1.png" alt="[scale]">
        <br>
      </div>
    </div>
    <span id="numericalsmeter">&nbsp;&nbsp;-82.6</span> dB; peak <span id="numericalsmeterpeak">&nbsp;&nbsp;-82.5</span> dB; <br>
    <input id="mutecheckbox" title="disable sound" type="checkbox" value="" onclick="setmute(this.checked)">mute <input id="squelchcheckbox" title="block noise if no signal" type="checkbox" value="" onclick="setsquelch(this.checked)">squelch <input
      id="autonotchcheckbox" title="automatically filter out interfering carrier (beep/whistle)" type="checkbox" value="" onclick="setautonotch(this.checked)">autonotch <br>
    <span id="volumecontrol" style="white-space:nowrap; width:50%"> Volume: <input type="range" min="-20" max="6" id="volumecontrol2" name="volume" value="0" step="1" oninput="soundapplet.setvolume(Math.pow(10,this.value/10.))"
        onchange="soundapplet.setvolume(Math.pow(10,this.value/10.))">
    </span>
    <style type="text/css">
      .sw_1:not(:checked)~.disablegainhang,
      .sw_2:not(:checked)~.disablegaincontrol,
      .hiddencontrol {
        opacity: 0.25;
        pointer-events: none;
      }
    </style>
    <br>
    <hr>
    <b>Gain control: </b>
    <input class="sw_1" id="id_autogain" name="agc-mode" value="automatic" checked="checked" onchange="if (soundapplet) soundapplet.setparam('gain=10000')" type="radio">automatic <input class="sw_2"
      title="manual gain can improve audio by reducing background noise; if unsure use automatic setting" id="id_manualgain" name="agc-mode" value="manual"
      onchange="if (soundapplet) soundapplet.setparam('gain='+document.getElementById('manualgain').value)" type="radio">manual <div class="disablegaincontrol"> Gain: <input style="width:190px;" min="-30" max="30" id="manualgain" name="manualgain"
        value="0" step="1" oninput="if (soundapplet) soundapplet.setparam('gain='+this.value)" ;="" onchange="if (soundapplet) soundapplet.setparam('gain='this.value)" type="range">
    </div>
    <div id="record_span" style="display: inline;">
      <hr>
      <b>Audio recording: </b>
      <button id="recbutton" onclick="record_click(); return false">start</button>
      <span id="reccontrol"></span>
      <br>
      <div id="recwarning" style="width:300px; display:none; font-size:-1; color:red">Your browser does not seem to support downloading the recording; please try a recent version of Firefox, Chrome or Opera.</div>
    </div>
    <hr>
    <b>Signal strength plot:</b>
    <select id="sgraphchoice">
      <option value="0">none</option>
      <option value="1">fast</option>
      <option value="10">slow</option>
    </select>
    <div>
      <canvas id="sgraph" style="width:100%; display:none;"></canvas>
    </div>
  </div>
  <div class="hideblind">
    <div class="ctl">
      <b>Waterfall view:</b>
      <br>
      <table>
        <tbody>
          <tr>
            <td>
              <span title="zoom out one step"><input type="button" value="zoom out" onclick="wfset(1);"></span>
              <span title="zoom in one step"><input type="button" value="zoom in" onclick="wfset(0);"></span>
            </td>
          </tr>
          <tr>
            <td>
              <span title="view entire frequency range of this receiver"><input type="button" value="max out" onclick="wfset(4);"></span>
              <span title="zoom in as deep as possible"><input type="button" value="max in" onclick="wfset(2);"></span>
            </td>
          </tr>
          <tr>
            <td>
              <span style="font-size:65%">Or use scroll wheel and dragging on waterfall.</span>
            </td>
          </tr>
          <tr>
            <td> Speed: <select id="wfspeed" onchange="waterfallspeed(this.value)">
                <option value="4">slow</option>
                <option value="2">medium</option>
                <option value="1">fast</option>
              </select>
              <br> Size: <select id="wfsize" onchange="waterfallheight(this.value)">
                <option value="50">tiny</option>
                <option value="100">small</option>
                <option selected="" value="200">medium</option>
                <option value="500">large</option>
                <option value="800">extra large</option>
              </select>
              <br> View: <select id="wfmode" onchange="waterfallmode(this.value)">
                <option value="0">spectrum</option>
                <option selected="" value="1">waterfall</option>
                <option value="2">weak sigs</option>
                <option value="3">strong sigs</option>
              </select>
            </td>
          </tr>
          <tr>
            <td>
              <script type="text/javascript">
                if (dxinfoavailable) document.write('<input type="checkbox" name="hidedx" value="" onclick="sethidedx(this.checked)">Hide labels');
              </script><input type="checkbox" name="hidedx" value="" onclick="sethidedx(this.checked)">Hide labels
            </td>
          </tr>
        </tbody>
      </table>
    </div>
  </div>
  <div style="display: block; position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 1000;" id="audiostartbutton">
    <div class="ctl" style="margin:50px; padding:20px;"> Click here to start audio: <input type="button" value="start audio" onclick="soundapplet.audioresume()">
    </div>
  </div>
  <div class="ctl">
    <b>Logbook:</b> Call of station that you hear: <input type="text" size="12" name="call" onclick="">
    <br> Comments, if any: <input type="text" size="30" name="comment" onclick="">
    <input type="button" value="submit" onclick="return sendlog()">
    <span style="font-size:80%"><br> Note: time, frequency, your name/call, and DXCC information are added automatically. <br> View the <a href="~~logbook?nr=20">last 20 lines of the logbook</a>, or the <a href="logbook.txt">entire logbook</a>
      (ctrl-click for new tab/window). </span>
  </div>
</form>

Name: form1 #

<form name="form1" action="#"> This WebSDR is currently being used by <span id="numusers">16</span> user(s) simultaneously:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input id="compactviewcheckbox" type="checkbox" name="compactview" value=""
    onclick="setcompactview(this.checked)">compact view <br>
  <div id="users">
    <p></p>
    <div align="left" style="width:1024px; background-color:black;">
      <div class="others">
        <div id="user3" align="center" style="position:relative;left:532.49984px;width:500px; color:#80ff00;"><b>::ffff:5.173.200.157</b></div>
        <div id="user7" align="center" style="position:relative;left:563.17888px;width:500px; color:#ff40ff;"><b>::ffff:109.196.156.223</b></div>
        <div id="user8" align="center" style="position:relative;left:564.249984px;width:500px; color:#ff4040;"><b>::ffff:89.237.44.2</b></div>
        <div id="user10" align="center" style="position:relative;left:620.250496px;width:500px; color:#a0a000;"><b>Mazury/Warszawa</b></div>
        <div id="user11" align="center" style="position:relative;left:573.24992px;width:500px; color:#80ff00;"><b>::ffff:88.119.154.180</b></div>
        <div id="user12" align="center" style="position:relative;left:569.250176px;width:500px; color:#00ff00;"><b>::ffff:95.55.231.205</b></div>
        <div id="user14" align="center" style="position:relative;left:603.999616px;width:500px; color:#0080ff;"><b>sq7cx</b></div>
        <div id="user15" align="center" style="position:relative;left:261.250432px;width:500px; color:#ff40ff;"><b>::ffff:146.70.85.174</b></div><img src="tmp/1706616920-b0z0i0.png">
      </div>
    </div>
    <p></p>
    <p></p>
    <div align="left" style="width:1024px; background-color:black;">
      <div class="others">
        <div id="user0" align="center" style="position:relative;left:349.01952000000006px;width:500px; color:#ff4040;"><b>gera</b></div>
        <div id="user4" align="center" style="position:relative;left:64.48985599999997px;width:500px; color:#00ff00;"><b>::ffff:84.237.214.140</b></div>
        <div id="user6" align="center" style="position:relative;left:141.990272px;width:500px; color:#0080ff;"><b>argon</b></div>
        <div id="user9" align="center" style="position:relative;left:291.375488px;width:500px; color:#ffa000;"><b>FOX</b></div>
        <div id="user13" align="center" style="position:relative;left:64.48985599999997px;width:500px; color:#00a0a0;"><b>михаил</b></div><img src="tmp/1706616920-b1z0i0.png">
      </div>
    </div>
    <p></p>
    <p></p>
    <div align="left" style="width:1024px; background-color:black;">
      <div class="others">
        <div id="user1" align="center" style="position:relative;left:286.250368px;width:500px; color:#ffa000;"><b>::ffff:131.147.111.14</b></div>
        <div id="user2" align="center" style="position:relative;left:341.25043200000005px;width:500px; color:#a0a000;"><b>::ffff:95.160.162.229</b></div><img src="tmp/1706616920-b2z0i0.png">
      </div>
    </div>
    <p></p>
    <p></p>
    <div align="left" style="width:1024px; background-color:black;">
      <div class="others"><img src="tmp/1706616920-b3z0i0.png"></div>
    </div>
    <p></p>
    <p></p>
    <div align="left" style="width:1024px; background-color:black;">
      <div class="others"><img src="tmp/1706616920-b4z0i0.png"></div>
    </div>
    <p></p>
    <p></p>
    <div align="left" style="width:1024px; background-color:black;">
      <div class="others"><img src="tmp/1706616920-b5z0i0.png"></div>
    </div>
    <p></p>
    <p></p>
    <div align="left" style="width:1024px; background-color:black;">
      <div class="others">
        <div id="user5" align="center" style="position:relative;left:-81.23046400000001px;width:500px; color:#00a0a0;"><b>manuel</b></div><img src="tmp/1706616920-b6z0i0.png">
      </div>
    </div>
    <p></p>
  </div>
</form>

Name: chatform #

<form name="chatform" onsubmit="return sendchat()" action="#">
  <input type="text" size="80" name="chat" onclick="">
  <input type="button" value="chatbox submit" onclick="return sendchat()">
</form>

Text Content

This is a WebSDR receiver, located in Silec, Poland, QTH KO04SD. Photos
available here -- yes, highly experimental design. It is operated by Argon. More
information about the WebSDR project can be found on http://www.websdr.org.

Note: for listening to UVB-76 / UZB-76 / МДЖБ / ЖУОЗ / Buzzer, please try the
stream: http://streams.printf.cc:8000/buzzer.ogg. It could help saving some
bandwidth.

If you use Chrome and have no audio on WebSDR sites see the second entry here

--------------------------------------------------------------------------------



If you find this SDR useful you might consider supporting us

Special thanks to:
Caladan, Remco, HA621N, BigOS, EC120, 777, dmhz, Martin





--------------------------------------------------------------------------------

Please log in by typing your name or callsign here (it will be saved for later
visits in a cookie):

It seems you are using a mobile device; click here to switch to the mobile
version of this site.
It seems Java is not installed or disabled on your computer. You need to install
and/or enable it for this website to work properly.
Since Java version 7u51, Java needs to be enabled separately for each website;
see http://websdr.org/java.html for instructions.
Your browser does not seem to support HTML5 WebAudio; please try a recent
version of Firefox, Chrome, Opera or Safari; or switch to Java.

--------------------------------------------------------------------------------

View: all bandsothers slowone bandblind
Allow keyboard:
j k ← →: freq down/up (+shift/ctrl/alt faster)
u l c a f: USB, LSB, CW, AM, FM
z Z: center/zoom waterfall
g: enter frequency
Waterfall:JavaHTML5   Sound:JavaHTML5

testtest

RUS MIL Airhorn (moved to 4930)

alias of 6070am, SDR quirk

RUS MIL Airhorn (moved to 4930)

alias of 6070am, SDR quirk

GER DHJ58 German Navy, Gluecksburg (STANAG 4285 600bps/L)

GBR DHFCS British MIL, Forest Moor (STANAG 4285 1200bps/L)

RUS REA4 (now 4356)

RUS MIL T channel marker (or at 4593)

HOL PBC Dutch Navy, Den Helder (STANAG 4285 600bps/L)

Katok-65 (day)

ITA IDR Italian Navy, Rome (STANAG 4285 600bps/L)

GER DHJ58 German Navy, Gluecksburg (STANAG 4285 600bps/L)

SPA EBA Spanish Navy, Madrid (STANAG 4285 600bps/L)

GER DHJ58 German Navy, Gluecksburg (STANAG 4285 600bps/L)

SPA EBA Spanish Navy, Madrid (STANAG 4285 600bps/L)

HOL PBB Dutch Navy, Den Helder (ITA2 75Bd/850Hz/1.5sb)

FRA FUG French Navy, Saissac (STANAG 4285 1200bps/L)

FRA FUE French Navy, Brest (STANAG 4285 600bps/L)

GBR DHFCS British MIL, Forest Moor (STANAG 4285 600bps/L)

(ISB) POR CTA04 Portugese Navy, Lisbon (STANAG 4285 600bps/L)

RUS MIL Goose (day)

BEL OSN54 Belgian Navy, Zeebrugge (STANAG 4285 600bps/L)

GBR DHFCS British MIL, Forest Moor (STANAG 4285 600bps/L)

FRA FUE French Navy, Brest (STANAG 4285 600bps/L)

ISR 4XZ

FRA FUB French Navy, Paris (STANAG 4285 600bps/L)

RUS REA4

GER DHJ58 German Navy, Gluecksburg (STANAG 4285 600bps/L)

Fake Buzzer (pirate from East)

DEN OUA14 Danish Navy, Aarhaus (STANAG 4285 600bps/L)

ITA NATO Allied Joint Force Command, Napoli (STANAG 4285 600bps/L)

GER DDK2 Pinneberg (ITA2 50Bd/450Hz/1.5sb)

RUS MIL T channel marker (or at 4182)

Fake Buzzer or Fake Alpha

RUS MIL Buzzer

FRA FUG French Navy, Saissac (STANAG 4285 1200bps/L)

EST Tallinn Volmet

Fake Buzzer or music (pirate from East)

GBR DHFCS British MIL, Forest Moor (STANAG 4285 1200bps/L)

Mystery Radio 21

RUS Alarm marker

RUS MIL Airhorn

RUS RWM time signal

TUR TBB Turkish Navy, Ankara (STANAG 4285 600bps/L)

HOL PBC Dutch Navy, Den Helder (STANAG 4285 600bps/L)

FRA FUO French Navy, Toulon (STANAG 4285 1200bps/L)

NOR JWU Norwegian Navy, Bodo (STANAG 4285 600bps/L)

RUS MIL Fazan-37

TUR TBB Turkish Navy, Ankara (STANAG 4285 600bps/L)

RUS MIL Squeaky Wheel (day)

UNID (STANAG 4285 1200bps/L)

RUS MIL Pip (day)

UK RAF Volmet

RUS MIL Squeaky Wheel (moved to 5367)

IRL Shannon Volmet

SWI Swiss Air Force (2 x FSK 100Bd/170Hz)

FRA FUO French Navy, Toulon (STANAG 4285 1200bps/L)

ITA NATO Allied Joint Force Command, Napoli (STANAG 4285 1200bps/L)


Frequency: kHz

Band: 2-4M 4-6M 6-8M 8-10M 10-12M 12-14M 14-16M

Or tune by clicking/dragging/scrollwheel on the frequency scale.


--------------------------------------------------------------------------------

Bandwidth:
2.49 kHz @ -6dB; 2.95 kHz @ -60dB.




Or drag the passband edges on the frequency scale.

--------------------------------------------------------------------------------

Memories:

(new)







  -82.6 dB; peak   -82.5 dB;
mute squelch autonotch
Volume:


--------------------------------------------------------------------------------

Gain control: automatic manual
Gain:

--------------------------------------------------------------------------------

Audio recording: start

Your browser does not seem to support downloading the recording; please try a
recent version of Firefox, Chrome or Opera.

--------------------------------------------------------------------------------

Signal strength plot: none fast slow

Waterfall view:


Or use scroll wheel and dragging on waterfall. Speed: slow medium fast
Size: tiny small medium large extra large
View: spectrum waterfall weak sigs strong sigs Hide labels

Click here to start audio:
Logbook: Call of station that you hear:
Comments, if any:
Note: time, frequency, your name/call, and DXCC information are added
automatically.
View the last 20 lines of the logbook, or the entire logbook (ctrl-click for new
tab/window).


--------------------------------------------------------------------------------

This WebSDR is currently being used by 16 user(s) simultaneously:      compact
view


::ffff:5.173.200.157
::ffff:109.196.156.223
::ffff:89.237.44.2
Mazury/Warszawa
::ffff:88.119.154.180
::ffff:95.55.231.205
sq7cx
::ffff:146.70.85.174





gera
::ffff:84.237.214.140
argon
FOX
михаил





::ffff:131.147.111.14
::ffff:95.160.162.229























manuel



--------------------------------------------------------------------------------

Chatbox:
This chatbox is intended to discuss the operation of the WebSDR.
The operators of this site disclaim any responsibility for text appearing in
this chatbox.


1848z HA621N: That shall make them significantly faster
2329z Willian: Voz missionaria 9665
2337z ::ffff:151.135.11.25: 73
31 Jan 2018z HA621N: 77476 ZAVERNUTOST' 8847 https://voca.ro/13ZncfYDw9ac
01 Feb 1924z ::ffff:82.15.179.162: Fake buzzer has returned once agian 4525
2002z HA621N: Not that there's any need for trolls and pirates
2254z ::ffff:151.64.227.220: this is a Buzzer at 4.625 Mhz?
02 Feb 1301z ...: 5273usb RuAF
1507z ::ffff:216.107.218.250: buzzer is acting strange
1509z ::ffff:216.107.218.250: possibly radio pirates
1638z ::ffff:216.107.218.250: Strange activity near 4942 khz
05 Feb 1429z ::ffff:93.157.22.69: 10460.10
07 Feb 0956z Z!M!Z: ~10:30 CET on 4770 kHz USB - OBLIK - Polish number station.
1317z Z!M!Z: 7470kHz
08 Feb 1901z ::ffff:213.189.184.5: so laggy
1901z ::ffff:213.189.184.5: laggy websdr
09 Feb 1851z argon: yes: http://streams.printf.cc/rec/laggggg.png :(
10 Feb 0553z ::ffff:24.150.142.231: Amazing!
2232z argon: 4780 some live show with open mic
2232z ::ffff:88.152.186.59: 4651.00 kHz USB




--------------------------------------------------------------------------------

Statistics:
Past 10 seconds: CPUload=61.0%, 15.00 users; audio 508.2 kb/s, waterfall 586.5
kb/s, http 36.9 kb/s

--------------------------------------------------------------------------------

WebSDR HTML5 sound FJ9 - Copyright 2007-2020, P.T. de Boer, pa3fwm@websdr.org
-2312 125 125 0 1
44100 8000 4 WebAudio f3 44100.00 8000.00
0 100.00 15.01