-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Joel Bender
committed
Nov 17, 2019
1 parent
4111b86
commit 792041b
Showing
97 changed files
with
6,884 additions
and
1,515 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"bacpypes": { | ||
"debug": ["__main__"], | ||
"color": true | ||
}, | ||
"local-device": { | ||
"objectName": "Betelgeuse-47808", | ||
"address": "128.253.109.40/24", | ||
"objectIdentifier": 599, | ||
"maxApduLengthAccepted": 1024, | ||
"segmentationSupported": "segmentedBoth", | ||
"maxSegmentsAccepted": 1024, | ||
"vendorIdentifier": 15, | ||
"foreignBBMD": "128.253.109.254", | ||
"foreignTTL": 30 | ||
} | ||
} |
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 |
---|---|---|
|
@@ -18,10 +18,12 @@ | |
# Project Metadata | ||
# | ||
|
||
__version__ = '0.17.6' | ||
__version__ = '0.17.7' | ||
__author__ = 'Joel Bender' | ||
__email__ = '[email protected]' | ||
|
||
from . import settings | ||
|
||
# | ||
# Communications Core Modules | ||
# | ||
|
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
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
Oops, something went wrong.