Skip to content

KNX Monitor 0.10.14

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Nov 17:52
· 1 commit to main since this release

🚀 KNX Monitor 0.10.14

📋 Version Information

  • Version: 0.10.14
  • GitVersion: 0.10.14+Branch.main.Sha.71947c1c8ae283d7cef3351ec17188839995da3d
  • Assembly Version: 0.10.14.0

📦 Installation

Homebrew (macOS/Linux)

brew install metaneutrons/tap/knxmonitor

Docker

docker run --rm -it ghcr.io/metaneutrons/knxmonitor:0.10.14 --help

Manual Installation

Download the appropriate binary for your platform from the assets below.

🏗️ Build Information

  • .NET Version: 9.0
  • Build Date: 2025-11-03 19:02:11 UTC
  • Commit: 71947c1
  • Tag: v0.10.14

📋 Supported Platforms

  • Windows x64 (knxmonitor-0.10.14-win-x64.zip)
  • Linux x64 (knxmonitor-0.10.14-linux-x64.tar.gz)
  • macOS x64 (knxmonitor-0.10.14-osx-x64.tar.gz)
  • macOS ARM64 (knxmonitor-0.10.14-osx-arm64.tar.gz)
  • Docker (ghcr.io/metaneutrons/knxmonitor:0.10.14)

🔧 Quick Start

# Show version
knxmonitor --version

# Monitor KNX bus via IP routing
knxmonitor --connection-type routing

# Monitor with IP tunneling
knxmonitor --connection-type tunneling --host 192.168.1.100

Full Changelog: v0.10.14...HEAD