Is it possible setup the BACnet Proxy Agent to scrape BACnet devices on a different UDP Port other than the typical 47808 which is default for BACnet?
This is the VOLTTRON BACnet Proxy Agent config file, does it support specifying different UDP ports?
{
"device_address": "10.0.2.15",
"max_apdu_length": 1024,
"object_id": 599,
"object_name": "Volttron BACnet driver",
"vendor_id": 15,
"segmentation_supported": "segmentedBoth"
}