mabi-knx
KNXnet/IP simulator for the Mabinogion industrial protocol simulator.
Overview
KNXnet/IP protocol simulator for home and building automation testing.
Features
- KNXnet/IP tunneling support
- Group address communication
- DPT (Datapoint Type) encoding/decoding
- Individual address assignment
- Connection management
Usage
use *;
// Create a KNX device
let config = builder
.individual_address
.port
.build?;
let device = new;
device.start.await?;
License
Licensed under the Apache License, Version 2.0.