galmon/html/observer.html

41 lines
1.7 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>galmon.eu observer</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
Last update: <span id="freshness"></span>. More information about this Galileo/GPS/BeiDou/Glonass open source monitor can be found <a href="https://github.com/ahupowerdns/galmon/blob/master/README.md#galmon">here</a>. Live map <a href="geo">here!</a>. Contact <a href="https://berthub.eu/">me</a> if you want access to the Grafana dashboard.<br/>
<table>
<tr style="background: #FFF">
<td style="vertical-align:top">
<table id="galileo"></table>
</td>
<td style="vertical-align:top">
<div class="Orbits">
<div class="centered">
<div class="Drawing"></div>
</div>
</div>
</td>
</tr>
</table>
<p>
This table shows live output from a Galileo/GPS/BeiDou/GLONASS receiver hosted by a volunteer somewhere in the world, and connected to the Galmon network.
It is very much a work in progress, and will not be available at all times. Extremely rough code is on
<a href="https://github.com/ahuPowerDNS/galmon">GitHub</a>.
Some technical detail behind this setup can be found in <a href="https://berthub.eu/articles/posts/galileo-notes/">this post</a>.
For updates, follow <a href="https://twitter.com/GalileoSats">@GalileoSats</a> on Twitter, or join us on our IRC channel (chat) via the
<a href="https://webchat.oftc.net/?channels=galileo">web gateway</a>.
</p>
<script src="d3.v4.min.js"></script>
<script src="ext/moment-with-locales.js"></script>
<script src="observer.js"></script>
</body>
</html>