Joel Bender
856cad7a7b
bring the branch for #110 up to date with stage
2017-03-23 23:19:58 -04:00
Joel Bender
3d350f6f00
merge #109 with new sample
2017-03-23 23:01:09 -04:00
Joel Bender
a313546196
merge #111
2017-03-23 22:52:29 -04:00
Joel Bender
8745ba80da
merging #105 for next release
2017-03-23 22:31:34 -04:00
Joel Bender
d40cd52eb8
ready for next release #114
2017-03-23 15:38:02 -04:00
Joel Bender
96d26a23a7
unpack an address tuple from the destination #114
2017-03-23 15:34:42 -04:00
Joel Bender
d7d096ec47
add sigterm and sigusr1 parameters to run, move the stop() and print_stack() functions up, remove code attaching signal handlers at import time
2017-03-21 10:01:45 -04:00
Joel Bender
3be5db8423
patch provided in #111
2017-03-15 01:00:45 -04:00
Joel Bender
96ee7f4701
sample application for testing address strings
2017-03-10 00:42:06 -05:00
Joel Bender
54d0f4430b
handle no broadcast available in interface (loopback)
2017-03-10 00:41:06 -05:00
Joel Bender
ec01d22eae
first crack at supporting interface names
2017-03-10 00:39:35 -05:00
Joel Bender
8db3db25cf
propagate the device information cache in the BIPForeignApplication
like it does in the BIPSimpleApplication
, should fix #109
2017-03-09 11:22:07 -05:00
Joel Bender
d7110ddbb8
foreign version of the same discovery application
2017-03-09 11:18:09 -05:00
Joel Bender
c62477c941
sample application for discovering devices
2017-03-09 10:54:48 -05:00
Joel Bender
665ee4be99
Merge branch 'hax404-master' into stage
2017-03-08 23:00:47 -05:00
Joel Bender
322122ddab
Merge branch 'master' of https://github.com/hax404/bacpypes into hax404-master
2017-03-08 22:59:32 -05:00
Georg Haas
c1cd1ee82c
doc: fix format
2017-03-08 16:27:00 +01:00
Joel Bender
836983a1a4
check for limits parameter (untested)
2017-03-08 08:11:59 -05:00
Joel Bender
f2c7d3fe47
bringing branch up-to-date with stage
2017-03-07 18:11:50 -05:00
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