This server application is used for communication and collecting data from KNX systems via KNX-IP.
Here is what you will make for usage :
npm install
for installing missing npm packages- Run
tsc
command to build typescript. This will create /dist folder and save the files built in to it. - Go to dist folder just created and run
node index.js --knxIp "<knx_ip_router_address>" --knxPort <knx_ip_router_port>
- That's all
Application will connect and start collecting data from knx system.