Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.65 KB

File metadata and controls

48 lines (37 loc) · 1.65 KB

KnxManager

KnxReporter is a web PWA client for system management of Data Extraction System from Intelligent Building with KNX.

Technologies

Project is created with:

  • .NET 5
  • Bl@zor Webassembly
  • JavaScript

And requires:

  • REST Server
  • Database

Features

Website allows user to manage all features of Data Extraction System from Intelligent Building with KNX.

KNX Data XML file scheme

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>

Installation

Table of contents