JoelBender / bacpypes

BACpypes provides a BACnet application layer and network layer written in Python for daemons, scripting, and graphical interfaces.
MIT License
303 stars 129 forks source link

Setting udp port via ini file does not work #385

Open pebauer68 opened 3 years ago

pebauer68 commented 3 years ago

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 ?

JoelBender commented 3 years ago

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