mirror of
https://github.com/JoelBender/bacpypes
synced 2025-10-05 22:18:16 +08:00
106 lines
2.2 KiB
ReStructuredText
106 lines
2.2 KiB
ReStructuredText
.. BACpypes documentation master file
|
|
|
|
Welcome to BACpypes
|
|
===================
|
|
|
|
BACpypes library for building BACnet applications using Python. Installation
|
|
is easy, just::
|
|
|
|
$ sudo easy_install bacpypes
|
|
|
|
You will be installing the latest released version. You can also check out
|
|
the latest version from GitHub::
|
|
|
|
$ git clone https://github.com/JoelBender/bacpypes.git
|
|
|
|
And then use the setup utility to install it::
|
|
|
|
$ cd bacpypes
|
|
$ python setup.py install
|
|
|
|
If you would like to participate in its development, please join the
|
|
`developers mailing list <https://lists.sourceforge.net/lists/listinfo/bacpypes-developers>`_. There is also a
|
|
`Google+ <https://plus.google.com/100756765082570761221/posts>`_ page that you
|
|
can add to your circles have have release notifications show up in your
|
|
stream.
|
|
|
|
Welcome aboard!
|
|
|
|
Getting Started
|
|
---------------
|
|
|
|
This section is a walk through of the process of installing the library,
|
|
downloading the sample code and communicating with a test device.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
gettingstarted/gettingstarted001.rst
|
|
gettingstarted/gettingstarted002.rst
|
|
|
|
Tutorial
|
|
--------
|
|
|
|
This tutorial is a step-by-step walk through of the library describing the
|
|
essential components of a BACpypes application and how the pieces fit together.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
tutorial/tutorial001.rst
|
|
tutorial/tutorial002.rst
|
|
tutorial/tutorial003.rst
|
|
tutorial/tutorial004.rst
|
|
tutorial/tutorial006.rst
|
|
|
|
Samples
|
|
-------
|
|
|
|
The library has a variety of sample applications, some of them are a framework
|
|
for building larger applications, some of them are standalone analysis tools
|
|
that don't require a connection to a network.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
samples/sample001.rst
|
|
samples/sample002.rst
|
|
samples/sample003.rst
|
|
samples/sample004.rst
|
|
samples/sample005.rst
|
|
samples/sample014.rst
|
|
|
|
Modules
|
|
-------
|
|
|
|
This documentation is intended for BACpypes developers.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
modules/index.rst
|
|
|
|
Glossary
|
|
--------
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
glossary.rst
|
|
|
|
Release Notes
|
|
-------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
releasenotes.rst
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|
|
|