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

364 Commits

Author SHA1 Message Date
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
Joel Bender
9a0b757c53 Merge branch 'DemandLogic-feature/add-errorclass-communication' into stage 2016-05-31 21:17:42 -04:00
Nils Toedtmann
ef45df9c7a Added ErrorClass 'communication' 2016-05-31 17:59:33 +01:00
Joel Bender
65aaf89a34 move the setup to the module, split the one big test into two 2016-05-11 17:29:30 -04:00
Joel Bender
869ab21b95 fix debugging output 2016-05-11 17:28:15 -04:00
Joel Bender
49f597bba8 add the template to the basic tests 2016-05-11 17:27:56 -04:00
Joel Bender
5e0e5db72b add the service access point test 2016-05-10 23:09:41 -04:00
Joel Bender
42fc5cde0b rename these so they dont match test*.py or *test.py 2016-05-10 21:56:54 -04:00
Joel Bender
c123a2707b add some more trapped classes 2016-05-10 21:54:22 -04:00
Joel Bender
56481f6d2e wrong class name -- oops 2016-05-10 21:53:28 -04:00
Joel Bender
5e2eface5d additional trapped classes 2016-05-09 00:16:55 -04:00
Joel Bender
333d6cc66b end-at-eof muck 2016-05-09 00:16:06 -04:00
Joel Bender
c755781c1b start with the template 2016-05-09 00:15:33 -04:00