16 lines
691 B
INI
16 lines
691 B
INI
BACnet Stack
|
|
Developer Build
|
|
|
|
This BACnet Stack is designed as a library for an embedded product.
|
|
However, there are a number of example applications in the apps/ directory
|
|
that show how it can be used for client and server applications.
|
|
|
|
The demos can be built using the Makefile in the root directory.
|
|
|
|
To test using a simulated BACnet device, launch the bin/bacserv application.
|
|
Use the client apps, such as bin/bacwi or bin/bacepics to query
|
|
the server. Note that the server should be on a different computer or
|
|
virtual machine, or use the bin/bvlc script appropriate for your computer
|
|
to have the clients register as foreign device to the BBMD within the
|
|
simulated BACnet device.
|