Feature/arbitrary apdu application (#580)

* Added application to send an arbitrary APDU string of hex-ASCII
This commit is contained in:
Steve Karg
2024-02-23 09:24:05 -06:00
committed by GitHub
parent fd2c49bf65
commit 33c7df249a
7 changed files with 522 additions and 1 deletions
+5 -1
View File
@@ -193,7 +193,7 @@ SUBDIRS = lib readprop writeprop readfile writefile reinit server dcc \
whohas whois iam ucov scov timesync epics readpropm readrange \
writepropm uptransfer getevent uevent abort error event ack-alarm \
server-client add-list-element remove-list-element create-object \
delete-object
delete-object apdu
ifeq (${BACDL_DEFINE},-DBACDL_BIP=1)
SUBDIRS += whoisrouter iamrouter initrouter whatisnetnum netnumis
@@ -266,6 +266,10 @@ ack-alarm: $(BACNET_LIB_TARGET)
add-list-element: $(BACNET_LIB_TARGET)
$(MAKE) -B -C $@ clean all
.PHONY: apdu
apdu: $(BACNET_LIB_TARGET)
$(MAKE) -B -C $@
.PHONY: blinkt
blinkt:
$(MAKE) -C $@