-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Transition to complete async using bacpypes3. Drop support for web ap…
…p. Drop support for bacpypes. As BAC0 wouldn't work with Python 3.12 and over, and will not support 2 different versions. Old modules are in temporary legacy folders to give me time to implement what is missing in async.
- Loading branch information
1 parent
4d8fd90
commit 5bcd3df
Showing
171 changed files
with
5,716 additions
and
23,789 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,123 @@ | ||
{ | ||
"BACpypes": { | ||
"backup_count": 5, | ||
"color": false, | ||
"cov_lifetime": 60, | ||
"debug": [], | ||
"debug_file": "", | ||
"max_bytes": 1048576, | ||
"route_aware": false | ||
}, | ||
"application": [ | ||
{ | ||
"active-cov-subscriptions": [], | ||
"apdu-segment-timeout": 1000, | ||
"apdu-timeout": 3000, | ||
"application-software-version": "1.0", | ||
"database-revision": 1, | ||
"device-address-binding": [], | ||
"firmware-revision": "N/A", | ||
"local-date": "2023-10-08", | ||
"local-time": "22:15:26.22", | ||
"max-apdu-length-accepted": 1024, | ||
"max-segments-accepted": 16, | ||
"model-name": "N/A", | ||
"number-of-apdu-retries": 3, | ||
"object-identifier": "device,999", | ||
"object-list": [ | ||
"device,999", | ||
"network-port,1" | ||
], | ||
"object-name": "BAC0", | ||
"object-type": "device", | ||
"property-list": [ | ||
"object-identifier", | ||
"object-name", | ||
"object-type", | ||
"property-list", | ||
"system-status", | ||
"vendor-name", | ||
"vendor-identifier", | ||
"model-name", | ||
"firmware-revision", | ||
"application-software-version", | ||
"protocol-version", | ||
"protocol-revision", | ||
"protocol-services-supported", | ||
"protocol-object-types-supported", | ||
"object-list", | ||
"max-apdu-length-accepted", | ||
"segmentation-supported", | ||
"max-segments-accepted", | ||
"local-time", | ||
"local-date", | ||
"apdu-segment-timeout", | ||
"apdu-timeout", | ||
"number-of-apdu-retries", | ||
"device-address-binding", | ||
"database-revision", | ||
"active-cov-subscriptions", | ||
"status-flags" | ||
], | ||
"protocol-object-types-supported": [], | ||
"protocol-revision": 22, | ||
"protocol-services-supported": [ | ||
"acknowledge-alarm", | ||
"confirmed-cov-notification", | ||
"confirmed-event-notification", | ||
"subscribe-cov", | ||
"atomic-write-file", | ||
"add-list-element", | ||
"read-property", | ||
"read-property-multiple", | ||
"write-property", | ||
"write-property-multiple" | ||
], | ||
"protocol-version": 1, | ||
"segmentation-supported": "segmented-both", | ||
"status-flags": [], | ||
"system-status": "operational", | ||
"vendor-identifier": 842, | ||
"vendor-name": "Servisys inc." | ||
}, | ||
{ | ||
"bacnet-ip-mode": "normal", | ||
"bacnet-ip-udp-port": 47808, | ||
"changes-pending": false, | ||
"ip-address": "192.168.211.208", | ||
"ip-subnet-mask": "255.255.255.0", | ||
"link-speed": 0.0, | ||
"mac-address": "c0a8d3d0bac0", | ||
"network-number": 1, | ||
"network-number-quality": "unknown", | ||
"network-type": "ipv4", | ||
"object-identifier": "network-port,1", | ||
"object-name": "NetworkPort-1", | ||
"object-type": "network-port", | ||
"out-of-service": false, | ||
"property-list": [ | ||
"object-identifier", | ||
"object-name", | ||
"object-type", | ||
"property-list", | ||
"status-flags", | ||
"reliability", | ||
"out-of-service", | ||
"network-type", | ||
"protocol-level", | ||
"network-number", | ||
"network-number-quality", | ||
"changes-pending", | ||
"mac-address", | ||
"link-speed", | ||
"bacnet-ip-mode", | ||
"ip-address", | ||
"bacnet-ip-udp-port", | ||
"ip-subnet-mask" | ||
], | ||
"protocol-level": "bacnet-application", | ||
"reliability": "no-fault-detected", | ||
"status-flags": [] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.