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

985 Commits

Author SHA1 Message Date
Joel Bender
490e42fcc1 sync up versions 2019-03-25 22:00:32 -04:00
Joel Bender
9072c65c0b router entry status definition is correct 2019-03-25 21:46:04 -04:00
Joel Bender
b5a9c5defc missing imports and ordering 2019-03-25 21:36:12 -04:00
Joel Bender
0eb4af119a Merge branch 'tjohnsonhvac-patch-8' into 15-network-port-object 2019-03-25 21:20:25 -04:00
Joel Bender
27440c540f merge and update (#262) 2019-03-25 21:19:33 -04:00
Joel Bender
ada04590f0 Merge branch 'tjohnsonhvac-patch-6' into 15-network-port-object 2019-03-25 20:59:24 -04:00
Joel Bender
8ebd58727d Merge branch 'patch-6' of https://github.com/tjohnsonhvac/bacpypes into tjohnsonhvac-patch-6 2019-03-25 20:58:47 -04:00
Joel Bender
83b51025f5 Merge branch 'tjohnsonhvac-patch-5' into 15-network-port-object 2019-03-25 20:56:17 -04:00
Joel Bender
4c8acfd725 Merge branch 'patch-5' of https://github.com/tjohnsonhvac/bacpypes into tjohnsonhvac-patch-5 2019-03-25 20:55:20 -04:00
tjohnsonhvac
bb47c7cdd3
Update basetypes.py
Added to property ids and objects supported.
2019-03-25 14:53:32 -04:00
tjohnsonhvac
392a1dd38d
Update basetypes.py
Add in supporting classes for network port object
2019-03-25 08:11:55 -04:00
Joel Bender
b8aad47e87 update command syntax and doc strings (#259) 2019-03-20 16:08:32 -04:00
Joel Bender
7bd978ffaa a little too aggressive copy/paste (#258) 2019-03-19 22:43:19 -04:00
Joel Bender
8b1ae6617d try putting low and high limits on Unsigned (#258) 2019-03-19 21:56:07 -04:00
tjohnsonhvac
a81a42c452
Update network_port_object.py
added property number comments from standard.
2019-03-19 17:44:46 -04:00
tjohnsonhvac
623edaa3d3
Create network_port_object.py
Here are the definition for the NetworkPortObject.
* I had a question on the data type on line #112

The optional properties for this are not always optional depending on other properties defined. How should that be handled?
2019-03-19 13:16:37 -04:00
Joel Bender
1109ad5720 restore the sample application 2019-03-15 16:18:33 -04:00
Joel Bender
91fae08d51 Merge branch 'stage' of github.com:JoelBender/bacpypes into stage 2019-03-11 09:51:38 -04:00
Joel Bender
bbc2df76ed pass the iocb to the application in the core thread context (usually the main thread) by calling for the sample applications with a console thread (#247) 2019-03-09 18:49:38 -05:00
Joel Bender
e22dd25c45 use the string form of the property which may include an array index and looks like an integer for vendor properties (#255) 2019-03-09 17:39:22 -05:00
Joel Bender
ad4c56c0a7 Merge branch 'stage' of github.com:JoelBender/bacpypes into stage 2019-03-08 11:12:01 -05:00
Joel Bender
629d058499 additional sample for network application registered as a foreign device 2019-03-08 11:11:42 -05:00
Joel Bender
4412baf15d make it easier to create foreign device network applications 2019-03-08 11:10:35 -05:00
Joel Bender
0d50b2092a guard against some decoding errors 2019-03-08 11:09:58 -05:00
Joel Bender
f56446be05 dump the contents of the APDU before attempting to decode it (#254) 2019-03-07 21:40:10 -05:00
Joel Bender
627bdcc2ba missing imports, extraneous import (#253) 2019-03-06 19:43:42 -05:00
Joel Bender
62e4cf9655 map strings into addresses 2019-03-05 21:23:54 -05:00
tjohnsonhvac
1e059e2f2d Create SonoffESP8266_notes.txt (#250)
Created notes doc to help with issues I encountered during MicroPython install.
2019-03-04 21:25:04 -05:00
tjohnsonhvac
a08099296a Update npdu.rst (#249)
Spelling corrections
2019-03-04 21:23:02 -05:00
tjohnsonhvac
f8aa8f3c53 Added basic description to most of classes (#246)
I got tired of reading 'This is a long line of text.' everywhere. I filled in some info where I could. I hope this is helpful.
2019-02-22 09:20:34 -05:00
tjohnsonhvac
1a1d19fe5d Added in gpiozero functionality and tested. (#245) 2019-02-22 00:34:25 -05:00
Joel Bender
96c042f6bd starting sample application for Raspberry Pi (#244) 2019-02-20 20:01:50 -05:00
Joel Bender
6ce671262a merge (#222),
remove trailing blanks
2019-01-21 22:40:32 -05:00
Joel Bender
26067e679c check to see if we know how many segments are accepted first (#238) 2019-01-21 22:12:29 -05:00
Joel Bender
751285d297 merge (#221) before testing proposal in (#238) 2019-01-21 22:07:52 -05:00
Joel Bender
87fe8e46fe decode the response value, add a favicon 2018-11-08 21:15:31 -05:00
Aniston
54e9e9c88f Update gettingstarted001.rst 2018-11-02 21:21:10 -04:00
Aniston
9a15c49109 under Updating the INI file
$ cd bacpypes/samples
$ cp BACpypes~.ini BACpypes.ini
> that does not work currently as BACpypes~.ini is found in the root bacpypes directory.
2018-11-02 21:20:32 -04:00
Joel Bender
98013814b4 fix doc string 2018-11-01 18:57:22 -04:00
Joel Bender
60acb838b4 pass the last value down into the object and assign a value when created so the current property list has something not None 2018-11-01 18:49:19 -04:00
Joel Bender
cd82a06b49 snippet to keep track of lists of things to do 2018-10-18 00:33:41 -04:00
Joel Bender
d55ed86e88 discovery console application 2018-10-15 23:57:01 -04:00
Joel Bender
afeec6ea72 add rpm, wpm to sample 2018-10-15 20:15:50 -04:00
Joel Bender
0558878088 clean up deprecation warnings from tests 2018-10-11 21:22:30 -04:00
Joel Bender
2408c2862e remove flakes (#221) 2018-10-02 20:06:25 -04:00
Joel Bender
153ce93bcb track 'segmented_response_accepted' from the client request in the server segmentation state machine (#221) 2018-10-02 19:59:11 -04:00
Joel Bender
bd6bc3d84b remove root logger level set, fix copy/paste error 2018-10-01 22:41:41 -04:00
Joel Bender
6ce6169e21 make a top level logger, leave root logger alone, add a default handler for top level module loggers (#222) 2018-09-28 21:27:44 -04:00
Joel Bender
b90ad3ce20 py3 hack 2018-09-28 21:16:21 -04:00
Joel Bender
7609d6e140 shell-like thing 2018-09-13 22:29:47 -04:00