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
+11
View File
@@ -0,0 +1,11 @@
#!/bin/bash
export BACNET_APDU_RETRIES=0
export BACNET_APDU_TIMEOUT=0
# bacabort [abort-reason invoke-id server]
# BACnetAbortReason
for reason in {0..64}
do
./bin/bacabort ${reason}
done