Update: Create param.conf and key files automatically.

BugFix: change parameter name BroadcastIp and BroadcastPortNo to
MulticastIP and MulticastPortNo, respectively.
Update: Makefile to copy param.conf and build Log monitor.
Update: README 

Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
tomoaki
2016-07-03 10:00:57 +09:00
parent 691f046078
commit 4bdec4a11f
10 changed files with 110 additions and 48 deletions

View File

@@ -4,6 +4,8 @@ APPL := mainGateway
LPROGNAME := MQTT-SNLogmonitor
LAPPL := mainLogmonitor
CONFIG := MQTTSNGateway/param.conf
SRCDIR := MQTTSNGateway/src
SUBDIR := MQTTSNPacket/src
@@ -69,7 +71,7 @@ DEPS += $(CSRCS:%.c=$(OUTDIR)/%.d)
.PHONY: install clean
all: $(PROG)
all: $(PROG) $(LPROG)
monitor: $(LPROG)
@@ -102,5 +104,7 @@ clean:
install:
cp -pf $(PROG) ../
cp -pf $(LPROG) ../
cp -pf $(CONFIG) ../