From 1b9c1ad3b35f9118250eb8c1f7a9cedbd6bdd2d7 Mon Sep 17 00:00:00 2001 From: Steve Karg Date: Thu, 12 Mar 2020 20:59:34 -0500 Subject: [PATCH] Update README.build --- doc/README.build | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/doc/README.build b/doc/README.build index e3034a27..a5edf55d 100644 --- a/doc/README.build +++ b/doc/README.build @@ -2,12 +2,14 @@ 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 demo/ directory +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 makefiles in the root directory, or by -using individual makefiles in the demo directories. +The demos can be built using the Makefile in the root directory. -Launch the demo/server/bacserv example. Use the client demos to query +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. +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.