github Yeraze/meshmonitor v1.9.3
Version 1.9.3: SNR Statistics and Timeline Visualization

latest releases: v2.19.0, v2.18.9, v2.18.8...
one month ago

New Features

SNR Statistics for Route Segments

image
  • Click on any route segment on the map to view detailed SNR statistics
  • Conditional display based on sample count:
    • 1 sample: Shows single SNR value
    • 2 samples: Shows min/max statistics
    • 3+ samples: Shows full statistics with timeline graph

SNR Timeline Visualization

  • Interactive 24-hour timeline graph for segments with 3+ samples
  • Shows SNR variation throughout the day
  • Graph spans midnight to midnight with noon centered
  • Color-coded using Catppuccin theme

Bug Fixes

  • Fixed 404 errors on initial page load by synchronizing BASE_URL detection
  • Eliminated race condition between component mounting and API service initialization

Technical Improvements

  • Enhanced SNR data collection with timestamp tracking
  • Improved BASE_URL detection and initialization
  • Added recharts library for timeline visualization

๐Ÿค– Generated with Claude Code

๐Ÿš€ MeshMonitor v1.9.3

๐Ÿ“ฆ Installation

Docker (recommended):

docker run -d \
  --name meshmonitor \
  -p 8080:3001 \
  -v meshmonitor-data:/data \
  ghcr.io/Yeraze/meshmonitor:v1.9.3

๐Ÿงช Testing

โœ… All tests passed
โœ… TypeScript checks passed
โœ… Docker images built for linux/amd64, linux/arm64, linux/arm/v7

๐Ÿ“‹ Changes

See commit history for detailed changes.

Don't miss a new meshmonitor release

NewReleases is sending notifications on new releases.