17.10.2017, 18:35
(This post was last modified: 17.10.2017, 18:43 by Erwin van der Zwart.)
Hi,
Do you know the Linux command to change the port?
You can run that command with os.execute(‘linux command here’)
But i prefer we get this as variable in the client package so maybe admin can add something like this:
BR,
Erwin
Do you know the Linux command to change the port?
You can run that command with os.execute(‘linux command here’)
But i prefer we get this as variable in the client package so maybe admin can add something like this:
Code:
client = require(‘bacnet’)
client.port = 0xBAC1
Erwin