KnxReporter is a web PWA client for system management of Data Extraction System from Intelligent Building with KNX.
Project is created with:
- .NET 5
- Bl@zor Webassembly
- JavaScript
And requires:
- REST Server
- Database
Website allows user to manage all features of Data Extraction System from Intelligent Building with KNX.
Website supports uploading and processing multiple xml files with scheme given below:
<CommunicationLog xmlns="http://knx.org/xml/telegrams/01">
<!-- timezone offset +01:00 hour -->
<Telegram Timestamp="YYYY-MM-DDTHH:mm:ss.xxxx" Service="service" FrameFormat="CommonEmi" RawData="HexadecimalData" />
...
</CommunicationLog>


