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

376 Commits

Author SHA1 Message Date
Joel Bender
9fa5b749f9 remove the localDevice dependancy and shift settings over to the state machine access point 2016-08-26 13:42:08 -04:00
Joel Bender
b5671a18c8 return the default value to what's in clause 12.11.27 (hotfix) 2016-08-26 11:07:55 -04:00
Joel Bender
afc89978b5 bug squashed 2016-08-26 09:31:04 -04:00
Joel Bender
2a623aff98 update the maxSegmentsAccepted in the segmentation state machine when the device supports segmentation 2016-08-26 09:28:36 -04:00
Joel Bender
138bedaf8d bring #90 into stage for testing, issue left open for now 2016-08-26 00:28:08 -04:00
Joel Bender
25ddfe1ef3 fix the max APDU length accepted encoding (check was in the wrong direction), make sure the local device has a value that is at least 50 2016-08-26 00:25:50 -04:00
Joel Bender
b7308b3861 bring in #88, needs to be verified 2016-08-25 23:24:30 -04:00
Joel Bender
17160db603 clean up the use of globals in the samples -- some missing, many extraneous 2016-08-25 23:21:24 -04:00
Christian Tremblay
f247ab34c4 Correction done to encode_max_apdu_length_accepted
If not, 50 is always the answer...

relates to issue-90

Signed-off-by: Christian Tremblay <christian.tremblay@servisys.com>
2016-08-25 22:02:42 -04:00
Christian Tremblay
2f8888f644 Solves issue 88
Signed-off-by: Christian Tremblay <christian.tremblay@servisys.com>
2016-08-25 21:10:51 -04:00
Joel Bender
933fb55c59 issue #76 staged 2016-08-25 12:21:54 -04:00
Joel Bender
c669b87daa extended debugging #76 works as intended 2016-08-25 12:17:08 -04:00
Joel Bender
122fd355ae tell the cache the device info has been updated when the incoming request APCI fields are inconsistent with the device info (hotfix) 2016-08-25 10:07:40 -04:00
Joel Bender
b5e2279105 make the client and server consistent with both using positional arguments, provide the default values for help, default to 'any' for the server (hotfix) 2016-08-25 09:56:09 -04:00
Joel Bender
6a530b3c38 get ready for the next release 2016-08-25 09:34:49 -04:00
Joel Bender
10a72e71ce merge #73 and ready for new release 2016-08-24 15:52:17 -04:00
Joel Bender
cffc46b6d2 documentation for the DeviceInfo class 2016-08-24 15:46:19 -04:00
Joel Bender
3d18cf1f85 wrote some tests, found a bug 2016-08-24 10:45:35 -04:00
Joel Bender
5650bd413a sync missed changes to indication() processing 2016-08-24 10:21:19 -04:00
Joel Bender
ac6fb33e5f merge in hotfix changes from master -- no differences 2016-08-24 10:05:03 -04:00
Joel Bender
49708f16d5 clean up samples (remove flakes, etc.) 2016-08-24 09:44:56 -04:00
Joel Bender
14b23d7755 clean up debugging code, better code for dumping objects 2016-08-24 09:43:28 -04:00
Joel Bender
fc68039156 enable sleeping for all of the applications that have a ConsoleCmd, which runs in a thread 2016-08-23 17:08:11 -04:00
Joel Bender
05b1d44fac set the application service retry settings 2016-08-23 17:07:04 -04:00
Joel Bender
aecb06c727 fix the names of the encode and decode functions 2016-08-23 16:17:04 -04:00
Joel Bender
5b448d860c use utf-8 encoding for records, they are octet strings, not character strings 2016-08-23 16:16:01 -04:00
Joel Bender
c30730b435 use recommended format for configuration 2016-08-23 16:14:40 -04:00
Joel Bender
a7868cfc63 synchronize fixes across source directories, remove flakes, decorate is_valid() as a class method and not a static method 2016-08-23 14:03:07 -04:00
Joel Bender
6ecb67883d do not prematurely remove references to the access point and device information 2016-08-23 10:37:48 -04:00
Joel Bender
b4e13671db optionally get configuration values from the environment, add some debugging 2016-08-23 10:27:17 -04:00
Joel Bender
168e32fc79 merge in stage to bring branch up-to-date for testing 2016-08-22 00:03:53 -04:00
Joel Bender
6bd6db2123 Merge branch 'issue-58' into stage 2016-08-21 23:13:19 -04:00
Joel Bender
73bf17f453 resultBlock parameter in ack is also optional #86 2016-07-08 16:32:31 -04:00
Joel Bender
d9bb87df2e Merge pull request #86 from bf1967/issue-85
make Service Parameters optional for ConfirmedPrivateTransferRequest
2016-07-08 16:29:44 -04:00
Joel Bender
95e3de3a01 start some tests 2016-07-08 07:30:23 -04:00
Bob Fox
b608859e1b make Service Parameters optional for ConfirmedPrivateTransferRequest 2016-07-07 15:07:48 -05:00
Joel Bender
f78a8c9d67 sync py34 with py27 2016-07-03 00:08:07 -04:00
Joel Bender
e624d40fb3 add the 'rtn' command which provides a static address the network layer 2016-06-29 09:42:52 -04:00
Joel Bender
54a5104d35 sync py25 with current py27 changes 2016-06-24 16:59:06 -04:00
Joel Bender
2236858d89 use new formatting functions to minimize the differences with Python 3 2016-06-24 16:58:30 -04:00
Joel Bender
38f0c5e441 moving around functionality -- needs more testing, then sync with other python versions 2016-06-23 16:03:49 -04:00
Joel Bender
4e92e6908f unwrap try/except clause and put in a main() 2016-06-23 16:01:42 -04:00
Joel Bender
ebb3970c74 fix device information handling -- needs more testing 2016-06-21 16:40:29 -04:00
Joel Bender
3401e535ab simple typo 2016-06-21 16:39:19 -04:00
Joel Bender
8ab15512b3 update remote device info with APDU fields 2016-06-21 07:33:39 -04:00
Joel Bender
210e7df06e adjstable record length, number of records, and stream size 2016-06-21 07:32:38 -04:00
Joel Bender
e20d09b195 Merge branch 'KunalSaini-fix/segmentAck' into issue-73 2016-06-17 22:39:08 -04:00
Kunal Saini
bb2d01ba3d Fix segment ack pdu read from network 2016-06-17 11:47:34 -05:00
Joel Bender
6917edd46d bring issue branch up-to-date with stage 2016-05-31 21:26:59 -04:00
Joel Bender
219607336d sync changes to ErrorClass 2016-05-31 21:21:25 -04:00