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

501 Commits

Author SHA1 Message Date
Joel Bender
da29158e89 update the samples to the cleaned up API 2016-11-10 22:39:47 -05:00
Joel Bender
418115fc7a sync the versions 2016-11-10 22:39:29 -05:00
Joel Bender
d092831bdc use the new API in a sample client 2016-11-10 09:06:35 -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
95b7719b02 more pesky blanks 2016-11-07 23:42:57 -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
4263b7493a simple sample applications should run in all versions of Python 2016-11-05 00:18:12 -04:00
Joel Bender
f9d26a2081 wrong except statement syntax 2016-11-05 00:16:22 -04:00
Joel Bender
01720e3e07 typo slipped in 2016-11-05 00:15:14 -04: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
d0fb7c05f3 add a little extra doc strings 2016-11-04 23:56:05 -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
23bd198ba5 API update 2016-10-27 15:20:29 -04:00
Joel Bender
52c84afa58 the getsockopt() function is of the socket 2016-10-27 14:56:22 -04:00
Joel Bender
fd0ca00179 bring the API up to date 2016-10-27 14:55:21 -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
Joel Bender
9b288405ef better handling of ctor order, use None in PDU ctor 2016-10-26 14:11:20 -04:00
Joel Bender
bbf4b25234 fix the API to match the tcp module 2016-10-26 01:57:30 -04:00
Joel Bender
ac3d56f18e change from passing exceptions up the stack (which mever seemed right) to passing them to the application service element via the director 2016-10-26 01:43:57 -04:00
Joel Bender
43409f30c5 defer the stop call so it can clean up, add an option to immediately send a 'hello' message 2016-10-26 00:15:04 -04:00
Joel Bender
40a63f9cb6 check for upstream exceptions 2016-10-26 00:05:47 -04:00
Joel Bender
e7bf984798 more tcp stream error handling 2016-10-23 01:33:07 -04:00
Joel Bender
99996a73fa send IOError exceptions upstream 2016-10-20 16:11:08 -04:00
Joel Bender
a021cfc2e2 debugging output cleanup 2016-10-20 10:34:13 -04:00
Joel Bender
dc7883c67e doc bits 2016-10-12 23:39:16 -04:00
Joel Bender
bde964e211 clean up the ClientController and write some docs 2016-10-07 15:14:20 -04:00
Joel Bender
2d400bc163 Merge branch 'issue-87' of github.com:JoelBender/bacpypes into issue-87 2016-10-06 09:49:27 -04:00
Joel Bender
970ed8f7f0 new SieveClientController class for other protocol libs (like MODpypes) 2016-10-06 09:42:23 -04:00
Joel Bender
1f98ac95f3 beginning of some code migration help 2016-10-06 01:38:50 -04:00
Joel Bender
2d75e6640e doc bits 2016-10-05 23:32:52 -04:00
Joel Bender
ce2401d7aa doc bits 2016-10-04 01:35:45 -04:00
Joel Bender
25ba65a4da doc bits 2016-10-03 23:32:38 -04:00
Joel Bender
65b1e380dd a little more documentation 2016-10-03 00:24:01 -04:00
Joel Bender
399769d380 a little more tutorial 2016-09-28 01:58:06 -04:00
Joel Bender
c910349d0b some tutorial information for the iocb module 2016-09-27 23:25:44 -04:00
Joel Bender
7b9622da81 more docs 2016-09-27 21:06:36 -04:00
Joel Bender
16ce1f4986 starting some documentation 2016-09-26 07:39:22 -04:00
Joel Bender
c57a325920 newline at end of file weirdness 2016-09-20 20:42:09 -04:00
Joel Bender
23d1d1fcf0 missing detect modules during last sync 2016-09-20 20:38:03 -04:00
Joel Bender
dd815a3059 bring the branch up to date with the documentation and other changes in the master 2016-09-19 22:10:05 -04:00
Joel Bender
305154d80b Merge pull request #94 from kjlockhart/master
Documentation changes.
2016-09-19 21:58:47 -04:00
Ken Lockhart
19d60bb8ec Modules/core: Editorial changes. Fill-in details when possible. 2016-09-19 18:02:43 -07:00
Ken Lockhart
aeaa00979d Samples: Freshen content. Editorial changes. 2016-09-19 17:16:49 -07:00
Ken Lockhart
a28f8e8fd8 Tutorials: freshen content. Editorial changes. 2016-09-19 15:44:31 -07:00
Joel Bender
aa1ec81643 sync changes, clean up names, more testing 2016-09-17 02:12:14 -04:00