1
0
mirror of https://github.com/JoelBender/bacpypes synced 2025-10-13 00:42:44 +08:00
Go to file
2019-02-03 13:02:31 -05:00
doc Update gettingstarted001.rst 2018-11-02 21:21:10 -04:00
pcap_tools initial commit 2015-07-15 16:51:27 -04:00
py25/bacpypes merge (#222), 2019-01-21 22:40:32 -05:00
py27/bacpypes merge (#222), 2019-01-21 22:40:32 -05:00
py34/bacpypes This change a little how we handle decoding of character string to fix a bug moslty got from Delta Controllers that are syaing to be encoding with UTF-8 but use latin-1 encoding for the descriptions of the properties. Enclosed the decoding inside a try except block to catch real problems and give a chance to the else that was there before to be triggered, now inside the except block... Note that in the first attempt to decode, we try with UTF-8, if it fails... try with latin-1 and if it fails again, reraise the exception. 2019-02-03 13:02:31 -05:00
samples decode the response value, add a favicon 2018-11-08 21:15:31 -05:00
sandbox snippet to keep track of lists of things to do 2018-10-18 00:33:41 -04:00
tests merge (#221) before testing proposal in (#238) 2019-01-21 22:07:52 -05:00
.gitignore first commit, introduced DeviceCommunicationControlServices class 2017-08-03 18:17:41 +05:30
BACpypes~.ini bring branch up-to-date 2017-12-22 11:07:11 -05:00
LICENSE Initial commit 2015-07-15 16:33:51 -04:00
README.md Added documentation badge 2016-11-15 22:34:37 -05:00
README.txt remove universal flag from setup, add a sdist build to the script 2015-08-14 19:45:12 -04:00
release_to_pypi.sh make a list of what was built to help prompt what is about to be uploaded 2017-03-25 23:18:19 -04:00
requirements.txt initial commit 2015-07-15 16:51:27 -04:00
setup.cfg use recommended format for configuration 2016-08-23 16:14:40 -04:00
setup.py LocalDeviceObject shuffling, automatic protocolServicesSupported 2018-02-24 00:37:04 -05:00
test_script.sh COV code updated (#192) 2018-07-04 17:32:17 -04:00
tox.ini convert tests from nose to pytest 2016-05-07 15:53:58 -04:00

BACpypes

BACpypes provides a BACnet application layer and network layer written in Python for daemons, scripting, and graphical interfaces. This is the current project, not the one over on SourceForge.

Join the chat at https://gitter.im/JoelBender/bacpypes

Documentation Status