Added BACnet Error and Abort demos to send messages for Wireshark capture validation.

This commit is contained in:
skarg
2016-05-20 20:43:05 +00:00
parent b47afd500d
commit 397ef31d41
12 changed files with 869 additions and 1 deletions
+7 -1
View File
@@ -57,7 +57,7 @@ LFLAGS := -Wl,$(BACNET_LIB),$(SYSTEM_LIB)
SUBDIRS = readprop writeprop readfile writefile reinit server dcc \
whohas whois iam ucov scov timesync epics readpropm readrange \
uptransfer getevent
uptransfer getevent uevent abort error
ifeq (${BACDL_DEFINE},-DBACDL_BIP=1)
SUBDIRS += whoisrouter iamrouter initrouter readbdt
@@ -95,5 +95,11 @@ iam:
uevent:
$(MAKE) -b -C uevent
abort:
$(MAKE) -b -C abort
error:
$(MAKE) -b -C error
router:
$(MAKE) -s -b -C router