1
0
mirror of https://github.com/JoelBender/bacpypes synced 2025-10-27 00:57:47 +08:00

merging #187 for release

This commit is contained in:
Joel Bender
2018-05-24 00:12:39 -04:00
parent fc2510cd5d
commit d5fa8768d5
59 changed files with 1684 additions and 823 deletions

View File

@@ -182,6 +182,10 @@ def main():
vendorIdentifier=int(args.ini.vendoridentifier),
)
# provide max segments accepted if any kind of segmentation supported
if args.ini.segmentationsupported != 'noSegmentation':
this_device.maxSegmentsAccepted = int(args.ini.maxsegmentsaccepted)
# make a sample application
this_application = BIPSimpleApplication(this_device, args.ini.address)