Table Of Contents

Previous topic

Sample 4 - Extending Objects and Properties

Next topic

Sample 14 - Getting External Data

This Page

Sample 5 - Building Requests

This is a long line of text.

Note

Some notes.

Constructing the Device

Initialization is simple, the simple BACnet/IP application, which includes the networking layer and communications layers all bundled in together is created like the other samples:

# make a sample application
thisApplication = BIPSimpleApplication(thisDevice, config.get('BACpypes','address'))