16.04.2019, 09:29
Updated package: https://dl.openrb.com/pkg/bacnet_20190416_imx6.ipk
Keep in mind that package update will reset BACnet configuration (server will be off).
You can set COV size up to 4096 subscriptions via a script:
Keep in mind that package update will reset BACnet configuration (server will be off).
You can set COV size up to 4096 subscriptions via a script:
Code:
require('uci')
uci.set('bacnet.server.covsize=4096')
uci.commit('bacnet')
os.execute('/etc/init.d/bacnet restart')