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

URL: http://websdr.printf.cc:8901/
Submission: On November 02 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: 102.925px; 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: 88.9335px; 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;-80.6</span> dB; peak <span id="numericalsmeterpeak">&nbsp;&nbsp;-73.3</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">6</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="user0" align="center" style="position:relative;left:611.750272px;width:500px; color:#ff4040;"><b>::ffff:5.172.236.63</b></div>
        <div id="user3" align="center" style="position:relative;left:372.24998400000004px;width:500px; color:#80ff00;"><b>::ffff:5.3.68.26</b></div>
        <div id="user4" align="center" style="position:relative;left:606.000512px;width:500px; color:#00ff00;"><b>argon</b></div><img src="tmp/1696703248-b0z0i0.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:64.48985599999997px;width:500px; color:#ffa000;"><b>::ffff:176.67.86.125</b></div><img src="tmp/1696703248-b1z0i0.png">
      </div>
    </div>
    <p></p>
    <p></p>
    <div align="left" style="width:1024px; background-color:black;">
      <div class="others"><img src="tmp/1696703248-b2z0i0.png"></div>
    </div>
    <p></p>
    <p></p>
    <div align="left" style="width:1024px; background-color:black;">
      <div class="others"><img src="tmp/1696703248-b3z0i0.png"></div>
    </div>
    <p></p>
    <p></p>
    <div align="left" style="width:1024px; background-color:black;">
      <div class="others">
        <div id="user6" align="center" style="position:relative;left:-206.240384px;width:500px; color:#0080ff;"><b>::ffff:80.80.194.196</b></div><img src="tmp/1696703248-b4z0i0.png">
      </div>
    </div>
    <p></p>
    <p></p>
    <div align="left" style="width:1024px; background-color:black;">
      <div class="others"><img src="tmp/1696703248-b5z0i0.png"></div>
    </div>
    <p></p>
    <p></p>
    <div align="left" style="width:1024px; background-color:black;">
      <div class="others">
        <div id="user2" align="center" style="position:relative;left:-201.429632px;width:500px; color:#a0a000;"><b>::ffff:147.139.190.108</b></div><img src="tmp/1696703248-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)

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)







  -80.6 dB; peak   -73.3 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 6 user(s) simultaneously:      compact
view


::ffff:5.172.236.63
::ffff:5.3.68.26
argon





::ffff:176.67.86.125

















::ffff:80.80.194.196











::ffff:147.139.190.108



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

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.


30 Oct 1226z @ShortwaveStuff: 13404cw was radiogram few secs ago
31 Oct 0709z bones: :)
0732z bones: 5130 usb
0936z cargolux: radiogram at 10455?
1255z HA621N: Come on Goboj, it's the last day of this period, we need the Vezha
msg
1301z HA621N: And five minutes later....:) Goboj-55 80345 Vezha 0502
1301z HA621N: Thank you!
1317z HA621N: https://voca.ro/1tVDwYczlLsT
1318z HA621N: Both counterparts were weak, 4050 was barely audible in the noise.
Freq switch tomorrow!
1331z argon: haha, what a prediction :)
1335z argon: big storm I see in Hungary and heading to Slovakia
1412z ::ffff:90.180.0.164: WTF the buzzer 4625KHZ
1413z SteamerrorCZ1: .
1414z SteamerrorCZ1: WTF buzzer
1918z HA621N: Storm wasn't that bad
2050z ::ffff:85.174.207.43: hello from russia
01 Nov 1521z HA621N: S19 to 5256 khz pls
1749z qrgon: rgr, changin'
1933z HA621N: Appreciate it
2340z ::ffff:77.111.247.5: WebSDR HTML5 sound FJ9 - Copyright 2007-2020, P.T. de
Boer, pa3fwm@websdr.or




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

Statistics:
Past 10 seconds: CPUload=44.4%, 5.00 users; audio 206.3 kb/s, waterfall 282.4
kb/s, http 21.9 kb/s

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

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