1
0
mirror of https://github.com/JoelBender/bacpypes synced 2025-09-28 22:15:23 +08:00
Commit Graph

201 Commits

Author SHA1 Message Date
Joel Bender
90a3e62692 copy/paste duplicate 2017-04-27 01:54:16 -04:00
Joel Bender
2e28d3af4d subtle changes to connection logic and renamed timeout pieces 2017-04-26 11:45:54 -04:00
Joel Bender
32db81ed88 update bit string lenghts, closes #121 2017-04-07 19:01:31 -04:00
Joel Bender
e24ddfb4d6 bump the version for the next release 2017-03-27 23:19:13 -04:00
Joel Bender
9cbebd9a91 merge #112 to be released 2017-03-25 22:29:23 -04:00
Joel Bender
89dc240701 bringing doc branch up to date 2017-03-25 00:24:27 -04:00
Joel Bender
8b95e65901 bump the version for the next release 2017-03-25 00:15:49 -04:00
Joel Bender
856cad7a7b bring the branch for #110 up to date with stage 2017-03-23 23:19:58 -04:00
Joel Bender
3d350f6f00 merge #109 with new sample 2017-03-23 23:01:09 -04:00
Joel Bender
a313546196 merge #111 2017-03-23 22:52:29 -04:00
Joel Bender
d7d096ec47 add sigterm and sigusr1 parameters to run, move the stop() and print_stack() functions up, remove code attaching signal handlers at import time 2017-03-21 10:01:45 -04:00
Joel Bender
3be5db8423 patch provided in #111 2017-03-15 01:00:45 -04:00
Joel Bender
54d0f4430b handle no broadcast available in interface (loopback) 2017-03-10 00:41:06 -05:00
Joel Bender
ec01d22eae first crack at supporting interface names 2017-03-10 00:39:35 -05:00
Joel Bender
8db3db25cf propagate the device information cache in the BIPForeignApplication like it does in the BIPSimpleApplication, should fix #109 2017-03-09 11:22:07 -05:00
Joel Bender
836983a1a4 check for limits parameter (untested) 2017-03-08 08:11:59 -05:00
Joel Bender
f2c7d3fe47 bringing branch up-to-date with stage 2017-03-07 18:11:50 -05:00
Joel Bender
363f61242c merging issue branch, closes #107 2017-03-07 17:55:19 -05:00
Joel Bender
66c4eebf55 add the close_socket() function requested in #107 2017-03-03 23:43:05 -05:00
Joel Bender
afcda0d730 weird character snuck in via copy/paste 2017-02-28 10:55:34 -05:00
Joel Bender
49c50f5bd0 additional units submitted in #106 2017-02-27 21:59:11 -05:00
Joel Bender
c795e3b0f0 wrong syntax 2017-02-27 21:35:03 -05:00
Joel Bender
7e544ec637 trap invlid tag in sub-elements, needs testing 2017-02-27 21:24:39 -05:00
Joel Bender
e75257c7d0 allow the INI file name to be specified in the environment 2017-02-24 09:40:00 -05:00
Joel Bender
f6a235d4b1 wrong abort function name (old code hotfix) 2017-02-21 23:39:55 -05:00
Joel Bender
132820c66d wrong abort function name (old code hotfix) 2017-02-21 23:30:57 -05:00
Joel Bender
a1054e1678 add BACPYPES_COLOR optional environment variable to match BACPYPES_DEBUG 2017-01-11 15:54:47 -05:00
Joel Bender
78032e5a43 bump the version for the next release 2016-12-23 09:44:24 -05:00
Joel Bender
cf33aa1c8e Merge branch 'issue-87' into stage 2016-11-30 20:23:00 -05:00
Karol Gil
4c9a2152c1 Issue #99 - fix proposal 2016-11-18 08:46:42 +01:00
Christian Tremblay
820c03e8dd Merge branch 'issue-87' of https://github.com/JoelBender/bacpypes into issue-87
Conflicts:
	py25/bacpypes/app.py
	py27/bacpypes/app.py
	py34/bacpypes/app.py
	samples/SampleConsoleCmd-A.py

Signed-off-by: Christian Tremblay <christian.tremblay@servisys.com>
2016-11-15 22:39:59 -05:00
Christian Tremblay
70abd268ab Typo : source_address instead of address
Signed-off-by: Christian Tremblay <christian.tremblay@servisys.com>
2016-11-15 21:29:15 -05:00
Joel Bender
e322d4350c a little extra type checking 2016-11-14 22:31:48 -05:00
Joel Bender
39169bd5d7 bug with stream and record file initialization, clean up sample applications 2016-11-14 21:35:30 -05:00
Joel Bender
d610556112 missing import 2016-11-14 00:19:37 -05:00
Joel Bender
2f8f147517 trap the invalid array index 2016-11-14 00:18:30 -05:00
Joel Bender
ba31af7849 check for debugging 2016-11-14 00:17:25 -05:00
Joel Bender
2187bac5f8 use the new API 2016-11-11 00:14:46 -05:00
Joel Bender
418115fc7a sync the versions 2016-11-10 22:39:29 -05:00
Joel Bender
cb2449b5ad rename the internal fn from _confirmation_complete to _app_complete 2016-11-10 09:06:02 -05:00
Joel Bender
12589fe7af improve the isolation of layers between the Application and an IOController 2016-11-10 00:53:19 -05:00
Joel Bender
cdac3f1b10 sync changes across versions 2016-11-07 23:37:46 -05:00
Joel Bender
233486d0a2 remove obnoxious trailing blanks 2016-11-07 22:45:32 -05:00
Joel Bender
cf1a669ab0 synchronize the API update addPeer to add_actor, etc, across versions and sample code 2016-11-04 23:58:26 -04:00
Joel Bender
755b21d692 change the add/delete peer API to add/delete actor 2016-11-04 08:17:37 -04:00
Joel Bender
52c84afa58 the getsockopt() function is of the socket 2016-10-27 14:56:22 -04:00
Joel Bender
e847d876dd PDU data to/from TCP is bytes, request buffer must also be bytes 2016-10-26 20:43:18 -04:00
Joel Bender
34c492617e add the serialNumber property to the device object 2016-10-26 20:23:53 -04:00
Joel Bender
a6f197cf03 define handle_error function to match TCP api 2016-10-26 20:18:56 -04:00
Joel Bender
1864cc5422 be more explicit with bytes in upstream and downstream PDUs 2016-10-26 14:24:36 -04:00