bacpypes icon indicating copy to clipboard operation
bacpypes copied to clipboard

Setting udp port via ini file does not work

Open pebauer68 opened this issue 4 years ago • 1 comments

It looks like some regex checks currently fail on the bacpypes ini file and so you cant't set an other udp port than the default. As a workaround you can set the udp port in \bacpypes\pdu.py around line 183. 192.168.0.11:47809/16 # has the syntax for providing a udp port in the ini file changed ?

pebauer68 avatar Feb 05 '21 08:02 pebauer68

Wrong syntax, CIDR first and then the port 192.168.0.11/16:47809

JoelBender avatar Feb 05 '21 16:02 JoelBender