Feature/bacnet server client app example (#273)
* Create example server-client for R/W polling application example. Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
+6
-1
@@ -135,7 +135,8 @@ endif
|
||||
|
||||
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
|
||||
writepropm uptransfer getevent uevent abort error event ack-alarm \
|
||||
server-client
|
||||
|
||||
ifeq (${BACDL_DEFINE},-DBACDL_BIP=1)
|
||||
SUBDIRS += whoisrouter iamrouter initrouter
|
||||
@@ -260,6 +261,10 @@ scov: $(BACNET_LIB_TARGET)
|
||||
server: $(BACNET_LIB_TARGET)
|
||||
$(MAKE) -s -b -C $@
|
||||
|
||||
.PHONY: server-client
|
||||
server-client: $(BACNET_LIB_TARGET)
|
||||
$(MAKE) -s -b -C $@
|
||||
|
||||
.PHONY: timesync
|
||||
timesync: $(BACNET_LIB_TARGET)
|
||||
$(MAKE) -b -C $@
|
||||
|
||||
Reference in New Issue
Block a user