added I-Am demo and script to create vendor ID capture for Wireshark validation.

This commit is contained in:
skarg
2016-05-16 17:33:50 +00:00
parent cc7e9b539d
commit 40f25d8898
8 changed files with 494 additions and 1 deletions
+4 -1
View File
@@ -56,7 +56,7 @@ LFLAGS := -Wl,$(BACNET_LIB),$(SYSTEM_LIB)
.EXPORT_ALL_VARIABLES:
SUBDIRS = readprop writeprop readfile writefile reinit server dcc \
whohas whois ucov scov timesync epics readpropm readrange \
whohas whois iam ucov scov timesync epics readpropm readrange \
uptransfer getevent
ifeq (${BACDL_DEFINE},-DBACDL_BIP=1)
@@ -89,5 +89,8 @@ gateway:
server:
$(MAKE) -b -C server
iam:
$(MAKE) -b -C iam
router:
$(MAKE) -s -b -C router