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
ca612603cf
refactor: Rename core package to mesh_analyzer, formalize project setup, and introduce report regeneration with new configuration options.
2025-11-28 19:04:46 +02:00
eddieoz
bad5905dd6
docs: Add virtual environment setup instructions to installation and renumber steps.
2025-11-28 10:43:04 +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
1cb71b2ea4
feat: centralize application entry point, add active test cooldown, and improve graceful shutdown.
2025-11-27 12:22:14 +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