github Ozark-Connect/NetworkOptimizer v1.9.1

10 hours ago

Antenna pattern and heatmap fixes for the Wi-Fi Optimizer, plus a smarter management VLAN audit rule. See v1.9.0 release notes for what's new in v1.9.0+

Wi-Fi Optimizer

  • Antenna pattern orientation fixes - Fixed azimuth indexing to use counter-clockwise convention with the correct U-logo offset. Wall-mounted ceiling-native APs now swap az/el patterns correctly, outdoor omni wall APs rotate 180 degrees for the top-down view, and the E7 2.4 GHz elevation pattern chirality is corrected. Added missing UDR7 6 GHz pattern.
  • Heatmap performance - Buildings, walls, and APs are now cached in a singleton and grid computation runs in parallel. The JS layer calls the heatmap API directly instead of round-tripping through Blazor SignalR, and in-flight fetches are aborted on pan/zoom to avoid stale renders.
  • Floor plan UX - US residential floor numbering (no floor 0), typeable facing angle input, proportional zoom on fullscreen toggle, mount type dropdown constrained per model, 5 dBm contour bands (-45 to -85), and whitespace trimming on building/floor/AP names.

Security Audit

  • Smarter management VLAN check - Instead of warning whenever DHCP is enabled on a management VLAN, the audit now checks whether management devices actually have fixed IP assignments. If they do, no warning - DHCP being on for other devices is fine.

Installation

Windows: Download the MSI installer below

Docker:

docker compose pull && docker compose up -d

macOS (native, recommended for accurate speed tests vs Docker Desktop):

git clone https://github.com/Ozark-Connect/NetworkOptimizer.git && cd NetworkOptimizer && ./scripts/install-macos-native.sh
# or if you already have it cloned
cd NetworkOptimizer && git pull && ./scripts/install-macos-native.sh

Proxmox:

bash -c "$(curl -fsSL https://raw.githubusercontent.com/Ozark-Connect/NetworkOptimizer/main/scripts/proxmox/install.sh)"

For other platforms (Synology, QNAP, Unraid, native Linux), see the Deployment Guide.

Don't miss a new NetworkOptimizer release

NewReleases is sending notifications on new releases.