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

970 Commits

Author SHA1 Message Date
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
Joel Bender
bc23262284 prep for the next release 2018-08-15 19:16:21 -04:00
Joel Bender
1f9fad805e eventDetectionEnable is a required property of an AlertEnrollmentObject 2018-08-12 23:08:39 -04:00
Joel Bender
48cc40deae merge (#149) 2018-08-11 13:53:40 -04:00
Joel Bender
200a9321db bugs 2018-08-08 10:26:00 -04:00
Joel Bender
7814351b2d sandbox application up to current API 2018-08-08 10:09:12 -04:00
Joel Bender
e8f5fa7460 merge (#214) 2018-08-08 09:49:30 -04:00
Joel Bender
882031e963 merge (#92) 2018-08-07 23:55:17 -04:00
Joel Bender
1849dde77c merge (#211) 2018-08-07 23:50:58 -04:00
Joel Bender
d73458953c merge (#134) 2018-08-07 23:42:53 -04:00
Joel Bender
a1ff426686 cov update and additional test code closes (#208) 2018-07-10 20:38:14 -04:00
Joel Bender
d3bd97f07f make multiple transitions for the basic test 2018-07-08 21:55:12 -04:00
Joel Bender
d14e0de3e4 include av tests, group td init items togther 2018-07-08 00:06:43 -04:00
Joel Bender
da8465c6df split the binary value tests out into their own module 2018-07-07 21:15:48 -04:00
Joel Bender
debf463a4a align the API (#208) 2018-07-06 00:15:03 -04:00
Joel Bender
816bab7b60 bump for the next release 2018-07-06 00:11:04 -04:00