diff --git a/CHANGELOG.md b/CHANGELOG.md index 46f03f1..b03492d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ All notable changes to iNTERCEPT will be documented in this file. +## [2.10.0] - 2026-01-24 + +### Added +- **AIS Vessel Tracking** - Real-time ship tracking via AIS-catcher + - Full-screen dashboard with interactive maritime map + - Vessel details: name, MMSI, callsign, destination, ETA + - Navigation data: speed, course, heading, rate of turn + - Ship type classification and dimensions + - Multi-SDR support (RTL-SDR, HackRF, LimeSDR, Airspy, SDRplay) +- **Spy Stations Database** - Number stations and diplomatic HF networks + - Comprehensive database from priyom.org + - Station profiles with frequencies, schedules, operators + - Filter by type (number/diplomatic), country, and mode + - Tune integration with Listening Post + - Famous stations: UVB-76, Cuban HM01, Israeli E17z +- **AIS-catcher Installation** - Added to setup.sh for Debian and macOS + +### Changed +- **UI Labels** - Renamed "Scanner" to "Listening Post" and "RTLAMR" to "Meters" +- **Pager Filter** - Changed from onchange to oninput for real-time filtering + +--- + ## [2.9.5] - 2026-01-14 ### Added diff --git a/README.md b/README.md index e061067..b498020 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,13 @@ Support the developer of this open-source project - **Pager Decoding** - POCSAG/FLEX via rtl_fm + multimon-ng - **433MHz Sensors** - Weather stations, TPMS, IoT devices via rtl_433 - **Aircraft Tracking** - ADS-B via dump1090 with real-time map and radar +- **Vessel Tracking** - AIS ship tracking via AIS-catcher with maritime map - **ACARS Messaging** - Aircraft datalink messages via acarsdec - **Listening Post** - Frequency scanner with audio monitoring - **Satellite Tracking** - Pass prediction using TLE data - **WiFi Scanning** - Monitor mode reconnaissance via aircrack-ng - **Bluetooth Scanning** - Device discovery and tracker detection +- **Spy Stations** - Number stations and diplomatic HF network database --- @@ -132,10 +134,12 @@ Created by **smittix** - [GitHub](https://github.com/smittix) [multimon-ng](https://github.com/EliasOenal/multimon-ng) | [rtl_433](https://github.com/merbanan/rtl_433) | [dump1090](https://github.com/flightaware/dump1090) | +[AIS-catcher](https://github.com/jvde-github/AIS-catcher) | [acarsdec](https://github.com/TLeconte/acarsdec) | [aircrack-ng](https://www.aircrack-ng.org/) | [Leaflet.js](https://leafletjs.com/) | -[Celestrak](https://celestrak.org/) +[Celestrak](https://celestrak.org/) | +[Priyom.org](https://priyom.org/) diff --git a/config.py b/config.py index fc5514e..b990dda 100644 --- a/config.py +++ b/config.py @@ -7,10 +7,20 @@ import os import sys # Application version -VERSION = "2.9.5" +VERSION = "2.10.0" # Changelog - latest release notes (shown on welcome screen) CHANGELOG = [ + { + "version": "2.10.0", + "date": "January 2026", + "highlights": [ + "AIS vessel tracking with real-time maritime map", + "Spy Stations database (number stations & diplomatic HF)", + "Multi-SDR support for AIS (RTL-SDR, HackRF, LimeSDR, etc.)", + "UI improvements: renamed modes for clarity", + ] + }, { "version": "2.9.5", "date": "January 2026", diff --git a/docs/FEATURES.md b/docs/FEATURES.md index 0622dbe..f39c41c 100644 --- a/docs/FEATURES.md +++ b/docs/FEATURES.md @@ -16,6 +16,28 @@ Complete feature list for all modules. - **Doorbells, remotes, and IoT devices** - **Smart meters** and utility monitors +## AIS Vessel Tracking + +- **Real-time vessel tracking** via AIS-catcher on 161.975/162.025 MHz +- **Full-screen dashboard** - dedicated popout with interactive map +- **Interactive Leaflet map** with OpenStreetMap tiles (dark-themed) +- **Vessel details popup** - name, MMSI, callsign, destination, ETA +- **Navigation data** - speed, course, heading, rate of turn +- **Ship type classification** - cargo, tanker, passenger, fishing, etc. +- **Vessel dimensions** - length, width, draught +- **Multi-SDR support** - RTL-SDR, HackRF, LimeSDR, Airspy, SDRplay + +## Spy Stations (Number Stations) + +- **Comprehensive database** of active number stations and diplomatic networks +- **Station profiles** - frequencies, schedules, operators, descriptions +- **Filter by type** - number stations vs diplomatic networks +- **Filter by country** - Russia, Cuba, Israel, Poland, North Korea, etc. +- **Filter by mode** - USB, AM, CW, OFDM +- **Tune integration** - click to tune Listening Post to station frequency +- **Source links** - references to priyom.org for detailed information +- **Famous stations** - UVB-76 "The Buzzer", Cuban HM01, Israeli E17z + ## ADS-B Aircraft Tracking - **Real-time aircraft tracking** via dump1090 or rtl_adsb diff --git a/docs/index.html b/docs/index.html index 7935898..a36688a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -34,7 +34,7 @@
Intercept smart utility meters via rtl_amr. Monitor electricity, gas, and water meter transmissions.
Real-time AIS ship tracking via AIS-catcher. Monitor maritime traffic with vessel details, course, speed, and destination.
+Number stations and diplomatic HF network database. Frequencies, schedules, and background info from priyom.org.
+