2014-11-29 00:07:10 +00:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<!--
|
|
|
|
|
2015-08-17 18:32:58 +00:00
|
|
|
This file is part of OpenWebRX,
|
|
|
|
an open-source SDR receiver software with a web UI.
|
|
|
|
Copyright (c) 2013-2015 by Andras Retzler <randras@sdr.hu>
|
2014-11-29 00:07:10 +00:00
|
|
|
|
2015-08-17 18:32:58 +00:00
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU Affero General Public License as
|
|
|
|
published by the Free Software Foundation, either version 3 of the
|
|
|
|
License, or (at your option) any later version.
|
2014-11-29 00:07:10 +00:00
|
|
|
|
2015-08-17 18:32:58 +00:00
|
|
|
This program is distributed in the hope that it will be useful,
|
2014-11-29 00:07:10 +00:00
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
2015-08-17 18:32:58 +00:00
|
|
|
GNU Affero General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU Affero General Public License
|
|
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
2014-11-29 00:07:10 +00:00
|
|
|
|
|
|
|
-->
|
|
|
|
<html>
|
|
|
|
<head>
|
2015-08-17 18:32:58 +00:00
|
|
|
<title>OpenWebRX | Open Source SDR Web App for Everyone!</title>
|
2014-11-29 00:07:10 +00:00
|
|
|
<script type="text/javascript">
|
2015-09-30 14:06:30 +00:00
|
|
|
//Global variables
|
|
|
|
var client_id="%[CLIENT_ID]";
|
|
|
|
var ws_url="%[WS_URL]";
|
|
|
|
var rx_photo_height=%[RX_PHOTO_HEIGHT];
|
2015-08-17 18:32:58 +00:00
|
|
|
var audio_buffering_fill_to=%[AUDIO_BUFSIZE];
|
2015-09-30 14:06:30 +00:00
|
|
|
var starting_mod = "%[START_MOD]";
|
|
|
|
var starting_offset_frequency = %[START_OFFSET_FREQ];
|
2014-11-29 00:07:10 +00:00
|
|
|
</script>
|
2015-08-17 18:32:58 +00:00
|
|
|
<script src="sdr.js"></script>
|
2014-11-29 00:07:10 +00:00
|
|
|
<script src="openwebrx.js"></script>
|
|
|
|
<link rel="stylesheet" type="text/css" href="openwebrx.css" />
|
|
|
|
<meta charset="utf-8">
|
|
|
|
</head>
|
|
|
|
<body onload="openwebrx_init();">
|
|
|
|
<div id="webrx-page-container">
|
|
|
|
<div id="webrx-top-container">
|
|
|
|
<div id="webrx-top-photo-clip">
|
|
|
|
<img src="gfx/openwebrx-top-photo.jpg" id="webrx-top-photo"/>
|
|
|
|
<div id="webrx-rx-photo-title">%[RX_PHOTO_TITLE]</div>
|
|
|
|
<div id="webrx-rx-photo-desc">%[RX_PHOTO_DESC]</div>
|
|
|
|
</div>
|
|
|
|
<div id="webrx-top-bar-background" class="webrx-top-bar-parts"></div>
|
|
|
|
<div id="webrx-top-bar" class="webrx-top-bar-parts">
|
|
|
|
<a href="http://openwebrx.org/" target="_blank"><img src="gfx/openwebrx-top-logo.png" id="webrx-top-logo" /></a>
|
|
|
|
<a href="http://ha5kfu.sch.bme.hu/" target="_blank"><img src="gfx/openwebrx-ha5kfu-top-logo.png" id="webrx-ha5kfu-top-logo" /></a>
|
|
|
|
<img id="webrx-rx-avatar-background" src="gfx/openwebrx-avatar-background.png" onclick="toggle_rx_photo();"/>
|
|
|
|
<img id="webrx-rx-avatar" src="gfx/openwebrx-avatar.png" onclick="toggle_rx_photo();"/>
|
|
|
|
<div id="webrx-rx-title" onclick="toggle_rx_photo();">%[RX_TITLE]</div>
|
|
|
|
<div id="webrx-rx-desc" onclick="toggle_rx_photo();">%[RX_LOC] | Loc: %[RX_QRA], ASL: %[RX_ASL] m, <a href="https://www.google.hu/maps/place/%[RX_GPS]" target="_blank" onclick="dont_toggle_rx_photo();">[maps]</a></div>
|
|
|
|
<div id="openwebrx-rx-details-arrow">
|
|
|
|
<a id="openwebrx-rx-details-arrow-up" onclick="toggle_rx_photo();"><img src="gfx/openwebrx-rx-details-arrow-up.png" /></a>
|
|
|
|
<a id="openwebrx-rx-details-arrow-down" onclick="toggle_rx_photo();"><img src="gfx/openwebrx-rx-details-arrow.png" /></a>
|
|
|
|
</div>
|
2015-08-17 18:32:58 +00:00
|
|
|
<section id="openwebrx-main-buttons">
|
|
|
|
<ul>
|
|
|
|
<li onmouseup="toggle_panel('openwebrx-panel-status');"><img src="gfx/openwebrx-panel-status.png" /><br/>Status</li>
|
|
|
|
<li onmouseup="toggle_panel('openwebrx-panel-log');"><img src="gfx/openwebrx-panel-log.png" /><br/>Log</li>
|
|
|
|
<li onmouseup="toggle_panel('openwebrx-panel-receiver');"><img src="gfx/openwebrx-panel-receiver.png" /><br/>Receiver</li>
|
|
|
|
</ul>
|
|
|
|
</section>
|
2014-11-29 00:07:10 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="webrx-main-container">
|
|
|
|
<div id="openwebrx-scale-container">
|
|
|
|
<canvas id="openwebrx-scale-canvas" width="0" height="0"></canvas>
|
|
|
|
</div>
|
|
|
|
<div id="webrx-canvas-container">
|
|
|
|
<div id="openwebrx-phantom-canvas"></div>
|
|
|
|
<!-- add canvas here by javascript -->
|
|
|
|
</div>
|
|
|
|
<div id="openwebrx-panels-container">
|
2016-02-06 13:49:10 +00:00
|
|
|
<div class="openwebrx-panel" id="openwebrx-panel-receiver" data-panel-name="client-params" data-panel-pos="right" data-panel-order="0" data-panel-size="215,115">
|
2014-11-29 00:07:10 +00:00
|
|
|
<div id="webrx-actual-freq">---.--- MHz</div>
|
|
|
|
<div id="webrx-mouse-freq">---.--- MHz</div>
|
|
|
|
<!--<div class="openwebrx-button" onclick="ws.send('SET mod=wfm');" >WFM</div>-->
|
2016-02-13 23:31:28 +00:00
|
|
|
<div class="openwebrx-panel-line">
|
|
|
|
<div class="openwebrx-button" onclick="demodulator_analog_replace('nfm');">FM</div>
|
|
|
|
<div class="openwebrx-button" onclick="demodulator_analog_replace('am');">AM</div>
|
|
|
|
<div class="openwebrx-button" onclick="demodulator_analog_replace('lsb');">LSB</div>
|
|
|
|
<div class="openwebrx-button" onclick="demodulator_analog_replace('usb');">USB</div>
|
|
|
|
<div class="openwebrx-button" onclick="demodulator_analog_replace('cw');">CW</div>
|
|
|
|
</div>
|
|
|
|
<div class="openwebrx-panel-line">
|
|
|
|
<div id="openwebrx-mute-off" class="openwebrx-button" onclick="toggleMute()"><img src="gfx/openwebrx-speaker.png" id="openwebrx-mute-img"></div>
|
|
|
|
<input id="openwebrx-panel-volume" type="range" min="0" max="150" value="50" step="1" onchange="updateVolume()" oninput="updateVolume()">
|
2016-02-06 16:42:35 +00:00
|
|
|
</div>
|
2016-02-13 23:31:28 +00:00
|
|
|
|
2016-02-06 13:49:10 +00:00
|
|
|
|
2014-11-29 00:07:10 +00:00
|
|
|
</div>
|
2016-02-06 13:49:10 +00:00
|
|
|
|
2015-08-17 18:32:58 +00:00
|
|
|
<div class="openwebrx-panel" id="openwebrx-panel-log" data-panel-name="debug" data-panel-pos="left" data-panel-order="1" data-panel-size="619,142">
|
|
|
|
<div class="openwebrx-panel-inner" id="openwebrx-log-scroll">
|
|
|
|
<div id="openwebrx-client-log-title">OpenWebRX (beta) client log<span style="color: #ff5900;"></span> </strong><span id="openwebrx-problems"></span></div>
|
2014-11-29 00:07:10 +00:00
|
|
|
Author: <a href="javascript:sendmail2('pi7qtu=alz$pc');">HA7ILM</a>. Please send me bug reports and suggestions.<br/>
|
|
|
|
<!--Server status: <span id="openwebrx-server-status">no information</span><br/>-->
|
|
|
|
Your client ID is: <em>%[CLIENT_ID]</em><br />
|
|
|
|
<div id="openwebrx-debugdiv"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2015-08-17 18:32:58 +00:00
|
|
|
<div class="openwebrx-panel" id="openwebrx-panel-status" data-panel-name="status" data-panel-pos="left" data-panel-order="0" data-panel-size="615,50" data-panel-transparent="true">
|
|
|
|
<div class="openwebrx-progressbar" id="openwebrx-bar-audio-buffer"> <span class="openwebrx-progressbar-text">Audio buffer [0 ms]</span><div class="openwebrx-progressbar-bar"></div></div>
|
|
|
|
<div class="openwebrx-progressbar" id="openwebrx-bar-audio-output"> <span class="openwebrx-progressbar-text">Audio output [0 sps]</span><div class="openwebrx-progressbar-bar"></div></div>
|
|
|
|
<div class="openwebrx-progressbar" id="openwebrx-bar-audio-speed"> <span class="openwebrx-progressbar-text">Audio stream [0 kbps]</span><div class="openwebrx-progressbar-bar"></div></div>
|
2015-08-17 18:44:05 +00:00
|
|
|
<div class="openwebrx-progressbar" id="openwebrx-bar-network-speed"> <span class="openwebrx-progressbar-text">Network usage [0 kbps]</span><div class="openwebrx-progressbar-bar"></div></div>
|
2015-08-17 18:32:58 +00:00
|
|
|
<div class="openwebrx-progressbar" id="openwebrx-bar-server-cpu"> <span class="openwebrx-progressbar-text">Server CPU [0%]</span><div class="openwebrx-progressbar-bar"></div></div>
|
|
|
|
<div class="openwebrx-progressbar" id="openwebrx-bar-clients"> <span class="openwebrx-progressbar-text">Clients [1]</span><div class="openwebrx-progressbar-bar"></div></div>
|
|
|
|
</div>
|
2014-11-29 00:07:10 +00:00
|
|
|
<div class="openwebrx-panel" data-panel-name="client-under-devel" data-panel-pos="none" data-panel-order="0" data-panel-size="245,55" style="background-color: Red;">
|
|
|
|
<span style="font-size: 15pt; font-weight: bold;">Under construction</span>
|
|
|
|
<br />We're working on the code right now, so the application might fail.
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|