1
0
mirror of https://github.com/JoelBender/bacpypes synced 2025-09-28 22:15:23 +08:00
Go to file
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
doc 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. 2016-11-17 23:46:52 -05:00
pcap_tools initial commit 2015-07-15 16:51:27 -04:00
py25/bacpypes Merge branch 'issue-87' of https://github.com/JoelBender/bacpypes into issue-87 2016-11-15 22:39:59 -05:00
py27/bacpypes Merge branch 'issue-87' of https://github.com/JoelBender/bacpypes into issue-87 2016-11-15 22:39:59 -05:00
py34/bacpypes Merge branch 'issue-87' of https://github.com/JoelBender/bacpypes into issue-87 2016-11-15 22:39:59 -05:00
samples 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. 2016-11-17 23:46:52 -05:00
sandbox make this work with py25 for rudimentary testing 2016-09-17 00:16:54 -04:00
tests add the capabillity module and tests 2016-08-27 18:49:56 -04:00
.gitignore add an option to ignore gedit backups 2015-07-16 08:15:58 -04:00
BACpypes~.ini Merge branch 'issue-87' of https://github.com/JoelBender/bacpypes into issue-87 2016-11-15 22:39:59 -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 no longer able to build Python 2.5 versions (hopefully temporary) 2015-12-16 14:57:26 -05: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 create the service subpackage and a test module in it 2016-08-25 17:24:59 -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