From bd05f7f6aa747149e6ae28661ee340fc91f9a537 Mon Sep 17 00:00:00 2001 From: skarg Date: Mon, 23 Jun 2008 03:32:10 +0000 Subject: [PATCH] Added example file for doing Foreign device registration with example clients. --- bacnet-stack/bin/bvlc.bat | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 bacnet-stack/bin/bvlc.bat diff --git a/bacnet-stack/bin/bvlc.bat b/bacnet-stack/bin/bvlc.bat new file mode 100644 index 00000000..55a8523f --- /dev/null +++ b/bacnet-stack/bin/bvlc.bat @@ -0,0 +1,9 @@ +REM Example of parameters for Foreign Device Registration +REM This CMD window will use port 47809 to communicate +set BACNET_IP_PORT=47809 +REM The BBMD is located at the standard port 47808 and at +REM the dotted IP address passed in on the command line. +REM When the demo client applications see the BBMD address, +REM they register as a Foreign Device to it. +set BACNET_BBMD_PORT=47808 +set BACNET_BBMD_ADDRESS=%1