From cae6cceea7d642a98404e4a2111259188824d6aa Mon Sep 17 00:00:00 2001 From: skarg Date: Fri, 11 Jul 2008 15:46:50 +0000 Subject: [PATCH] Added BVLC shell script. --- bacnet-stack/bin/bvlc.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 bacnet-stack/bin/bvlc.sh diff --git a/bacnet-stack/bin/bvlc.sh b/bacnet-stack/bin/bvlc.sh new file mode 100755 index 00000000..c3ac2c17 --- /dev/null +++ b/bacnet-stack/bin/bvlc.sh @@ -0,0 +1,18 @@ +#!/bin/bash +echo Example of parameters for Foreign Device Registration +BACNET_IP_PORT=47809 +export BACNET_IP_PORT +echo This console will use port ${BACNET_IP_PORT} to communicate. +echo +BACNET_BBMD_PORT=47808 +export BACNET_BBMD_PORT +echo The BBMD is located at the port ${BACNET_BBMD_PORT} and +echo is at the dotted IP address passed on the command line. +BACNET_BBMD_ADDRESS=${1} +export BACNET_BBMD_ADDRESS +echo The BBMD IP address is ${BACNET_BBMD_ADDRESS} +echo When the demo client applications see the BBMD address, +echo they register as a Foreign Device to it. +echo +echo Launching new shell using the BBMD environment... +/bin/bash