Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
knx
✓ github.com/vapourismo/knx-go
Connects to a KNX IP gateway via tunneling.
package main
import (
"github.com/vapourismo/knx-go/knx"
)
func main() {
client, _ := knx.NewTunnelClient("192.168.1.100:3671", knx.DefaultTunnelConfig)
defer client.Close()
}
Debug
Known issues
breakingVersion 0.0.0-20260208154845 is a pre-release; API may change.fixPin to a specific commit or wait for stable release.
affects: >=0.0.0-20260208154845
Upgrade
Version history
0.0.0-20260208154845-3f9ffa9dc4c1latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.