10 Commits

Author SHA1 Message Date
eddieoz
b565856ae9 chore: Update default analysis_mode to router_clusters in sample config. 2025-11-28 21:43:57 +02:00
eddieoz
6366baae8d docs: Restructure and expand project documentation, add contribution guidelines and license, and update reporting dependencies. 2025-11-28 21:35:17 +02:00
eddieoz
ded1de6b2f feat: Add HTML report generation with configurable output formats and improve packet processing robustness. 2025-11-28 20:25:40 +02:00
eddieoz
75e381f344 feat: Add configurable router density radius and active threshold, and improve report recommendations and issue presentation. 2025-11-28 15:07:19 +02:00
eddieoz
14b08b9435 feat: Introduce router cluster analysis mode for active node discovery with configurable radius and tests. 2025-11-28 12:38:47 +02:00
eddieoz
9ebe4c7509 feat: Add configurable network analysis thresholds, network size warnings, and enhanced router density detection. 2025-11-28 10:41:13 +02:00
eddieoz
b75b3adf8d feat: Configurable timeout/interval and stratified node selection
- Feat: Make traceroute_timeout configurable (default 60s)
- Feat: Make active_test_interval configurable (default 30s)
- Feat: Implement stratified node selection (Role -> LastHeard -> Distance)
- Docs: Update README and sample-config with new settings
- Test: Add tests for config and stratified selection
2025-11-27 10:55:14 +02:00
eddieoz
cbda7e8432 feat: Add Route Analysis, fix traceroute parsing and distance calc
- Fix: Correctly parse RouteDiscovery protobuf from decoded['traceroute']
- Fix: Handle integer coordinates for distance calculation
- Feat: Add RouteAnalyzer for relay usage, bottlenecks, and path stability analysis
- Feat: Integrate route analysis into NetworkReporter
- Docs: Update README and sample-config
- Test: Update mock tests and add local ID test
2025-11-27 02:06:40 +02:00
eddieoz
c20c7e1b41 feat: Add Auto-Discovery, Network Reporting, and Threading improvements
- Implemented Auto-Discovery of traceroute targets based on roles and geolocation.
- Added Network Reporting feature (Markdown generation).
- Refactored ActiveTester to use threading for non-blocking traceroutes.
- Fixed self-exclusion logic in auto-discovery.
- Fixed coordinate validation bugs in Analyzer.
- Updated config and README.
2025-11-26 20:27:05 +02:00
eddieoz
99c9f72995 Initial commit: Meshtastic Network Monitor with geospatial analysis and configurable logging 2025-11-26 18:47:39 +02:00