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

700 Commits

Author SHA1 Message Date
Joel Bender
363f61242c merging issue branch, closes #107 2017-03-07 17:55:19 -05:00
Joel Bender
66c4eebf55 add the close_socket() function requested in #107 2017-03-03 23:43:05 -05:00
Georg Haas
38cb37874f
tutorial006: s/sys.agv/sys.argv 2017-03-03 15:13:01 +01:00
Joel Bender
afcda0d730 weird character snuck in via copy/paste 2017-02-28 10:55:34 -05:00
Joel Bender
9cbb13374e simple threaded HTTP server 2017-02-27 23:25:46 -05:00
Joel Bender
49c50f5bd0 additional units submitted in #106 2017-02-27 21:59:11 -05:00
Joel Bender
c795e3b0f0 wrong syntax 2017-02-27 21:35:03 -05:00
Joel Bender
7e544ec637 trap invlid tag in sub-elements, needs testing 2017-02-27 21:24:39 -05:00
Joel Bender
e75257c7d0 allow the INI file name to be specified in the environment 2017-02-24 09:40:00 -05:00
Joel Bender
f6a235d4b1 wrong abort function name (old code hotfix) 2017-02-21 23:39:55 -05:00
Joel Bender
132820c66d wrong abort function name (old code hotfix) 2017-02-21 23:30:57 -05:00
Joel Bender
2b18052940 update API 2017-02-14 16:01:42 -05:00
Joel Bender
a1054e1678 add BACPYPES_COLOR optional environment variable to match BACPYPES_DEBUG 2017-01-11 15:54:47 -05:00
Joel Bender
ef79fad86f make the sample/tutorial code more like regular applications 2016-12-23 11:10:03 -05:00
Joel Bender
78032e5a43 bump the version for the next release 2016-12-23 09:44:24 -05:00
Joel Bender
6b93f606ee temporary patch for current installed python version, maybe needs a better way 2016-12-14 13:53:28 -05:00
Joel Bender
7da1b961ff clean up the help text a little 2016-11-30 21:26:50 -05:00
Joel Bender
442e83232c set the remaining samples executable and fix the shebang line for the Python 2.5 samples 2016-11-30 21:08:45 -05:00
Joel Bender
01482493b6 rename the sample to UpperCamelCase match the other samples 2016-11-30 21:04:26 -05:00
Joel Bender
cf33aa1c8e Merge branch 'issue-87' into stage 2016-11-30 20:23:00 -05:00
Joel Bender
713ba4fc9b minor doc tweeks 2016-11-21 19:45:53 -05:00
Joel Bender
2dc8817814 minor formatting cleanup 2016-11-19 23:33:32 -05:00
Joel Bender
dcb1dbdef3 COV service module documentation 2016-11-19 23:28:41 -05:00
Christian Tremblay
edbc37046a Added a warning about firewall as stated in issue #100
Hope it will prevent people from getting stuck

Signed-off-by: Christian Tremblay <christian.tremblay@servisys.com>
2016-11-18 22:33:11 -05:00
Joel Bender
f95ecc8c6e Merge pull request #101 from karolgil/issue-99
Issue 99 - fix proposal
2016-11-18 08:39:13 -05:00
Karol Gil
4c9a2152c1 Issue #99 - fix proposal 2016-11-18 08:46:42 +01:00
Christian Tremblay
ebe2ba5abe Following along the documentation was hard because samples and tutorial files were lost among all samples. I created two folders : Tutorial and HandsOnLab. Tutorial is the folder with the first file someone will look at. The documentation invite the reader to start $python Tutorial/WhoIsIAm.py for example.
When the tutorial is over, the reader will continue with HandsOnLab which contains Samples1,2,3,4

Samples 5 and 14 were removed from the official table of content as they are not completed yet.

All code is tested, files were moved from samples to their folder.

Signed-off-by: Christian Tremblay <christian.tremblay@servisys.com>
2016-11-17 23:46:52 -05:00
Christian Tremblay
a47fb85e3c Added details about sending debug output to a file
See issue #76

Signed-off-by: Christian Tremblay <christian.tremblay@servisys.com>
2016-11-16 22:20:33 -05:00
Christian Tremblay
ea8ba99dc5 Revision of sample001.rst
Minor modification to SampleApplication.py
Would benefit from more details about bacpypes_debugging decorator eventually

Signed-off-by: Christian Tremblay <christian.tremblay@servisys.com>
2016-11-16 22:05:36 -05:00
Christian Tremblay
820c03e8dd Merge branch 'issue-87' of https://github.com/JoelBender/bacpypes into issue-87
Conflicts:
	py25/bacpypes/app.py
	py27/bacpypes/app.py
	py34/bacpypes/app.py
	samples/SampleConsoleCmd-A.py

Signed-off-by: Christian Tremblay <christian.tremblay@servisys.com>
2016-11-15 22:39:59 -05:00
Christian Tremblay
437f505ac5 Added documentation badge
Signed-off-by: Christian Tremblay <christian.tremblay@servisys.com>
2016-11-15 22:34:37 -05:00
Christian Tremblay
b265525036 Minor modifications and correction to the doc
Python 3 byte format used in example (pdu = PDU(b'hello')) for example
I've followed along and ran all the code in those files using Windows and Python 3.4
Everything is working

Signed-off-by: Christian Tremblay <christian.tremblay@servisys.com>
2016-11-15 22:27:18 -05:00
Christian Tremblay
cc7a3888c5 Import correction to the SampleConsoleCmd-A.py
Signed-off-by: Christian Tremblay <christian.tremblay@servisys.com>
2016-11-15 22:25:44 -05:00
Christian Tremblay
70abd268ab Typo : source_address instead of address
Signed-off-by: Christian Tremblay <christian.tremblay@servisys.com>
2016-11-15 21:29:15 -05:00
Joel Bender
e322d4350c a little extra type checking 2016-11-14 22:31:48 -05:00
Joel Bender
50e54899c3 convert to the new API 2016-11-14 22:16:25 -05:00
Joel Bender
dfe1db315a typo 2016-11-14 21:48:16 -05:00
Joel Bender
b9acbe8e2b obsolete sample 2016-11-14 21:41:54 -05:00
Joel Bender
ced62d8684 drop the markdown from the doc string 2016-11-14 21:39:47 -05:00
Joel Bender
39169bd5d7 bug with stream and record file initialization, clean up sample applications 2016-11-14 21:35:30 -05:00
Joel Bender
79a1bee468 update the API, minor latent bugs 2016-11-14 00:22:58 -05:00
Joel Bender
90f5e76f49 minor cleanup 2016-11-14 00:22:16 -05:00
Joel Bender
47c51377cf update the API, device info needs to span layers 2016-11-14 00:21:34 -05:00
Joel Bender
167b1208f1 update the API, allow it to work with py25 2016-11-14 00:20:43 -05:00
Joel Bender
d610556112 missing import 2016-11-14 00:19:37 -05:00
Joel Bender
2f8f147517 trap the invalid array index 2016-11-14 00:18:30 -05:00
Joel Bender
ba31af7849 check for debugging 2016-11-14 00:17:25 -05:00
Joel Bender
2187bac5f8 use the new API 2016-11-11 00:14:46 -05:00
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