mirror of
https://github.com/smittix/intercept.git
synced 2026-07-18 06:18:11 -07:00
Make dependency guidance consistent across all documentation
- Update acarsdec install instruction to point to ./setup.sh - Add ACARS Messaging to README features list - Add acarsdec to README acknowledgments section - All sources now consistently recommend ./setup.sh for acarsdec Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -22,6 +22,7 @@
|
|||||||
- **Pager Decoding** - POCSAG/FLEX via rtl_fm + multimon-ng
|
- **Pager Decoding** - POCSAG/FLEX via rtl_fm + multimon-ng
|
||||||
- **433MHz Sensors** - Weather stations, TPMS, IoT devices via rtl_433
|
- **433MHz Sensors** - Weather stations, TPMS, IoT devices via rtl_433
|
||||||
- **Aircraft Tracking** - ADS-B via dump1090 with real-time map and radar
|
- **Aircraft Tracking** - ADS-B via dump1090 with real-time map and radar
|
||||||
|
- **ACARS Messaging** - Aircraft datalink messages via acarsdec
|
||||||
- **Listening Post** - Frequency scanner with audio monitoring
|
- **Listening Post** - Frequency scanner with audio monitoring
|
||||||
- **Satellite Tracking** - Pass prediction using TLE data
|
- **Satellite Tracking** - Pass prediction using TLE data
|
||||||
- **WiFi Scanning** - Monitor mode reconnaissance via aircrack-ng
|
- **WiFi Scanning** - Monitor mode reconnaissance via aircrack-ng
|
||||||
@@ -121,6 +122,7 @@ Created by **smittix** - [GitHub](https://github.com/smittix)
|
|||||||
[multimon-ng](https://github.com/EliasOenal/multimon-ng) |
|
[multimon-ng](https://github.com/EliasOenal/multimon-ng) |
|
||||||
[rtl_433](https://github.com/merbanan/rtl_433) |
|
[rtl_433](https://github.com/merbanan/rtl_433) |
|
||||||
[dump1090](https://github.com/flightaware/dump1090) |
|
[dump1090](https://github.com/flightaware/dump1090) |
|
||||||
|
[acarsdec](https://github.com/TLeconte/acarsdec) |
|
||||||
[aircrack-ng](https://www.aircrack-ng.org/) |
|
[aircrack-ng](https://www.aircrack-ng.org/) |
|
||||||
[Leaflet.js](https://leafletjs.com/) |
|
[Leaflet.js](https://leafletjs.com/) |
|
||||||
[Celestrak](https://celestrak.org/)
|
[Celestrak](https://celestrak.org/)
|
||||||
|
|||||||
@@ -202,8 +202,8 @@ TOOL_DEPENDENCIES = {
|
|||||||
'required': True,
|
'required': True,
|
||||||
'description': 'ACARS VHF decoder',
|
'description': 'ACARS VHF decoder',
|
||||||
'install': {
|
'install': {
|
||||||
'apt': 'Build from source (not in apt repos)',
|
'apt': 'Run ./setup.sh (builds from source)',
|
||||||
'brew': 'Build from source',
|
'brew': 'Run ./setup.sh (builds from source)',
|
||||||
'manual': 'https://github.com/TLeconte/acarsdec'
|
'manual': 'https://github.com/TLeconte/acarsdec'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user