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

922 Commits

Author SHA1 Message Date
Joel Bender
21a1f2b1e3 fix encoding function, add a comparison function for testing 2017-09-19 23:39:03 -04:00
Joel Bender
ae96b548c6 merge in 78 to incorporate testing pieces 2017-09-19 21:39:01 -04:00
Joel Bender
1592589fc3 bring branch up to date with stage again 2017-09-19 21:35:30 -04:00
Joel Bender
961fed7135 additional sample for helping with #140 2017-09-19 21:07:29 -04:00
Joel Bender
66dac1f878 added unicode tests #139 2017-09-19 19:33:24 -04:00
Joel Bender
d637b802c6 add password tests 2017-09-19 02:59:06 -04:00
Joel Bender
9a54d2f365 add a little more to the debugging output 2017-09-19 02:57:37 -04:00
Joel Bender
6f577ea2d6 make it easier to access the local device objects 2017-09-19 02:45:10 -04:00
Joel Bender
56b5cd7c52 switch from deferred calls to 'run this now' tasks 2017-09-19 02:43:12 -04:00
Joel Bender
8b1cccdbfb minor code formatting 2017-09-19 02:41:58 -04:00
Joel Bender
81024b664d allow unicode strings per #139 and include tests 2017-09-18 21:40:28 -04:00
Joel Bender
a84973df5e more tests 2017-09-15 01:05:31 -04:00
Joel Bender
0683bd1ecf simplify functions, make sure there are no trailing deferred functions 2017-09-15 01:04:52 -04:00
Joel Bender
c2aeadf53a make a specialized task for state timeouts for easier debugging 2017-09-15 01:03:20 -04:00
Joel Bender
d83c0ef401 be more proactive canceling the _dcc_enable_task when DCC is enabled or disabled 2017-09-15 01:02:00 -04:00
Joel Bender
6bf3bba359 wayward keyboard strike 2017-09-14 22:22:12 -04:00
Joel Bender
c32e0b8138 update to pass deltas rather than using clock time 2017-09-14 22:18:35 -04:00
Joel Bender
7b8f9c5807 various 2017-09-14 22:16:57 -04:00
Joel Bender
4a282a8693 pass the application node name to the state machine 2017-09-14 22:16:35 -04:00
Joel Bender
d8320b4af3 bring branch up-to-date 2017-09-14 20:01:36 -04:00
Joel Bender
aeab4c8eed Merge branch '78-device-communication-control' of github.com:JoelBender/bacpypes into 78-device-communication-control 2017-09-14 19:58:20 -04:00
Joel Bender
e0cbec62ef let the DCC work begin... 2017-09-14 16:50:29 -04:00
Joel Bender
c68c5cd75b get ready for the DCC tests 2017-09-14 00:13:12 -04:00
Joel Bender
dd0a519021 shuffle some pieces around, add some more tests 2017-09-13 23:31:09 -04:00
Joel Bender
ef0f012ead the ApplicationNode sends everything up the stack to the state machine 2017-09-13 21:58:21 -04:00
Joel Bender
47a2ffe091 missing pieces 2017-09-13 13:13:38 -04:00
Joel Bender
022b1d0497 still bugs - application node confirmation not being called 2017-09-13 07:53:15 -04:00
Joel Bender
cebc2be6b0 placeholders for service tests 2017-09-12 22:12:30 -04:00
Joel Bender
ab70b4a267 simplify xtob 2017-09-12 22:06:22 -04:00
Joel Bender
3e1f813f71 standardize on cleaner state names 2017-09-12 03:03:23 -04:00
Joel Bender
4c1ecffba6 add a call() transition and tests, foreign device registration tests 2017-09-12 02:52:23 -04:00
Joel Bender
88e9afd202 fixes #138 2017-09-11 10:29:42 -04:00
Joel Bender
209d619994 state and time machine improvements and starting to add BVLL tests 2017-09-11 02:08:01 -04:00
Joel Bender
fcddac5a82 pull in fixes from #126 in stage 2017-09-09 23:10:12 -04:00
Joel Bender
70ab0b3aa0 tests added, closes #126 2017-09-09 22:58:05 -04:00
Joel Bender
a050df73a6 offset assignment bug, working around floating point issues, added tests 2017-09-09 22:56:17 -04:00
Joel Bender
e31d7e7d37 bring branch up to date 2017-09-09 02:05:43 -04:00
Joel Bender
2bacc00e33 bring branch up to date with stage, tests next 2017-09-09 01:36:56 -04:00
Joel Bender
17d0074fc5 bring the branch up to date with stage 2017-09-09 01:13:48 -04:00
Joel Bender
1749f2a0af merging #131 which ended up being lots of tests 2017-09-09 00:55:06 -04:00
Joel Bender
1ec923c018 sync python versions 2017-09-08 23:45:39 -04:00
Joel Bender
862ce212c6 Merge branch '137-unsigned-long' into stage, closes #137 2017-09-08 15:05:10 -04:00
Joel Bender
cd5a4653dd type checking improved, added tests 2017-09-08 15:00:38 -04:00
Joel Bender
5f761b7d91 sync the versions 2017-09-07 00:23:53 -04:00
Joel Bender
c1c4e077ac merge in stuff from stage and retest 2017-09-06 23:07:05 -04:00
Joel Bender
a6ceef3f67 closes #136 2017-09-06 22:51:17 -04:00
Joel Bender
3242556a12 sync the versions 2017-09-05 11:59:02 -04:00
Joel Bender
97212596ba fix the status command 2017-09-05 11:44:41 -04:00
Joel Bender
a358aae5bb add 'events' as a way for multiple state machines in the same group to synchronize or signal each other 2017-09-04 01:22:20 -04:00
Joel Bender
5c07a989bd add an equality check so tests can make sure two foreign device table entries are identical 2017-09-04 01:20:34 -04:00