1
0
mirror of https://github.com/JoelBender/modpypes synced 2025-10-12 21:15:10 +08:00
Commit Graph

67 Commits

Author SHA1 Message Date
Joel Bender
f6e33c48fd wrong response type 2017-08-24 15:42:38 -04:00
Joel Bender
94895127a0 bump the version number for the next release 2017-08-10 22:38:06 -04:00
Joel Bender
4d76699419 match the unit number in the response to the one in the request 2017-08-10 22:37:04 -04:00
Joel Bender
8819d68ea0 debugging copy/paste bug 2017-07-12 20:48:24 -04:00
Joel Bender
71a2a49645 update version for next released 2017-05-15 23:52:18 -04:00
Joel Bender
3ab248dbf4 ah, feel the burn 2017-05-15 23:47:00 -04:00
Joel Bender
d6c8bdf5ac allow pack parameter values to be float or int which will be converted to the appropriate values depending on the struct type 2017-05-15 23:38:07 -04:00
Joel Bender
bfa2ba8c0c ready for next release after [#125](https://github.com/JoelBender/bacpypes/issues/125) is released 2017-04-28 15:37:13 -04:00
Joel Bender
aee1a8db0f add idle timeout optional argument to server 2017-04-28 15:31:58 -04:00
Joel Bender
7cae0eae08 use struct module for compatibility between py27 and py3x 2017-04-28 15:31:00 -04:00
Joel Bender
045174b54a minor debugging text 2017-04-28 15:29:52 -04:00
Joel Bender
793263db9d rip out the _ord hack, struct.unpack is faster in py2 and ever so slightly slower in py3, not different enough to justify the hack 2017-04-28 09:24:50 -04:00
Joel Bender
fca91ea457 flakes 2017-04-27 23:08:29 -04:00
Joel Bender
f70a6b387b add connection and idle timeouts (requires 125-tcp-timeout-settings branch of bacpypes) and a TCP connection application service element to notify the controller of failed connections 2017-04-27 21:34:42 -04:00
Joel Bender
9b9cf3b6eb bump the minor version number for the next release 2017-04-26 09:07:39 -04:00
Joel Bender
7cb2409e30 iptables command for mapping port 502 2017-04-25 15:54:52 -04:00
Joel Bender
d372e714ac update value checking 2017-04-25 15:54:08 -04:00
Joel Bender
8eb513af23 skip the rcount writes, it's not used and just confusing, output the correct PDU attribute 2017-04-25 15:53:18 -04:00
Joel Bender
1f12980682 allow bigger coil numbers, improve debugging 2017-04-25 10:32:27 -04:00
Joel Bender
1ba3ef2a00 Merge pull request #1 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
2017-04-25 09:17:13 -04:00
The Gitter Badger
0f58411730 Add Gitter badge 2017-04-25 13:12:52 +00:00
Joel Bender
89d71b3382 ah, forgot to bump the version 2017-03-31 15:27:43 -04:00
Joel Bender
901471c9fc pass along the register count for reading input registers and decode the results like holding registers 2017-03-31 15:26:20 -04:00
Joel Bender
a413d5f5c9 bump the version, update the classifiers 2017-03-29 00:45:18 -04:00
Joel Bender
8bcae5cebc use integer division 2017-03-29 00:41:26 -04:00
Joel Bender
f6e9e05026 jump around bytes/str with a funky ord function 2017-03-29 00:40:37 -04:00
Joel Bender
3fab7ffca3 mirror the BACpypes release script 2017-03-28 14:50:14 -04:00
Joel Bender
8a8414cb6d bump the minor version number 2017-03-28 12:59:04 -04:00
Joel Bender
2b136ee088 allow a host parameter as well as a port parameter for listening on specific address 2017-03-28 12:54:21 -04:00
Joel Bender
09575f3f37 rename the server, pull out the console part (maybe it goes back in later) 2016-10-20 16:28:21 -04:00
Joel Bender
00537d17dc pass errors upstream 2016-10-20 16:27:42 -04:00
Joel Bender
60678be99f move the console, just to make it consistent with the other applications 2016-10-17 10:43:11 -04:00
Joel Bender
b68907d9ad the controller definition moved into BACpypes for use with other protocols 2016-10-06 09:40:16 -04:00
Joel Bender
52c0c78533 trailing EOL at EOF 2016-10-06 09:38:28 -04:00
Joel Bender
4267343856 remove the obsolete and unused service access point class 2016-10-06 09:37:57 -04:00
Joel Bender
c2af6a593b trailing EOL at EOF 2016-10-06 09:37:13 -04:00
Joel Bender
3ca637b70e use the IOContoller API for clients 2016-10-03 16:45:11 -04:00
Joel Bender
d8294b1367 replace class_debugging with bacpypes_debugging 2016-09-21 14:49:38 -04:00
Joel Bender
8bb6f2473b Python3 syntax update 2016-09-20 17:09:39 -04:00
Joel Bender
2237cd06ed clean up bugs, remove flakes, etc 2016-09-20 16:41:32 -04:00
Joel Bender
46740fc139 host and port options that can be overridden 2016-09-19 23:53:57 -04:00
Joel Bender
25ab8f52bf add a client and server module executable modules, delete __main__ because it's ambiguous -- unfinished 2016-09-19 16:43:51 -04:00
Joel Bender
0f2155f2f7 missing imports, bump the version 2016-08-30 10:30:15 -04:00
Joel Bender
50d1cca757 bump the version to include main() 2016-08-30 09:16:10 -04:00
Joel Bender
1409a4fa3e rename the client module so the package can be executed like 'python -m modpypes' 2016-07-28 15:18:05 -04:00
Joel Bender
df7368bf88 rename the client module so the package can be executed like 'python -m modpypes' 2016-07-28 15:17:46 -04:00
Joel Bender
df7f2ced79 support input registers (3xxxxx addresses) and a write command 2016-07-28 15:09:37 -04:00
Joel Bender
208522c638 fixed import -- next time run tests before releasing a new version :-) 2016-04-22 10:26:46 -04:00
Joel Bender
fc53f8ab67 Merge branch 'master' of git+ssh://github.com/JoelBender/modpypes 2016-04-21 10:28:13 -04:00
Joel Bender
f9b352bb6a Python3 hocus pocus and bump the version number slightly 2016-04-21 10:27:41 -04:00