Compare commits
No commits in common. "0db12a1ddc6dd1ff6e9c17cd30fc99a5629537b9" and "1476d50f97d957f6ac1b864242a85d11daf76d70" have entirely different histories.
0db12a1ddc
...
1476d50f97
2 changed files with 8 additions and 9 deletions
|
|
@ -28,7 +28,7 @@
|
||||||
<body>
|
<body>
|
||||||
<div id="app">
|
<div id="app">
|
||||||
<header class="header">
|
<header class="header">
|
||||||
<h1>SkyView <span class="version-info">v0.0.7</span> <a href="https://kode.naiv.no/olemd/skyview" target="_blank" class="repo-link" title="Project Repository">⚙</a></h1>
|
<h1>SkyView <span class="version-info">v0.0.6</span> <a href="https://kode.naiv.no/olemd/skyview" target="_blank" class="repo-link" title="Project Repository">⚙</a></h1>
|
||||||
|
|
||||||
<!-- Status indicators -->
|
<!-- Status indicators -->
|
||||||
<div class="status-section">
|
<div class="status-section">
|
||||||
|
|
|
||||||
15
debian/DEBIAN/control
vendored
15
debian/DEBIAN/control
vendored
|
|
@ -1,19 +1,18 @@
|
||||||
Package: skyview-adsb
|
Package: skyview-adsb
|
||||||
Version: 0.0.7
|
Version: 0.0.6
|
||||||
Section: net
|
Section: net
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Architecture: amd64
|
Architecture: amd64
|
||||||
Depends: systemd
|
Depends: systemd
|
||||||
Maintainer: Ole-Morten Duesund <glemt.net>
|
Maintainer: Ole-Morten Duesund <glemt.net>
|
||||||
Description: Multi-source ADS-B aircraft tracker with Beast and VRS format support
|
Description: Multi-source ADS-B aircraft tracker with Beast format support
|
||||||
SkyView is a standalone application that connects to multiple dump1090/readsb
|
SkyView is a standalone application that connects to multiple dump1090 Beast
|
||||||
receivers using Beast binary or VRS JSON formats and provides a modern web
|
format TCP streams and provides a modern web frontend for aircraft tracking.
|
||||||
frontend for aircraft tracking. Features include real-time aircraft tracking,
|
Features include real-time aircraft tracking, signal strength analysis,
|
||||||
signal strength analysis, coverage mapping, and 3D radar visualization.
|
coverage mapping, and 3D radar visualization.
|
||||||
.
|
.
|
||||||
Key features:
|
Key features:
|
||||||
- Multi-source Beast binary and VRS JSON format parsing
|
- Multi-source Beast binary format parsing
|
||||||
- Mixed-format support (use Beast and VRS sources together)
|
|
||||||
- Real-time WebSocket updates
|
- Real-time WebSocket updates
|
||||||
- Interactive maps with Leaflet.js
|
- Interactive maps with Leaflet.js
|
||||||
- Signal strength heatmaps and range circles
|
- Signal strength heatmaps and range circles
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue