Added I-Am-Router-To-Network demo. Untested.

This commit is contained in:
skarg
2008-08-20 22:17:43 +00:00
parent 2e6dc739a6
commit 5c6f263a16
6 changed files with 175 additions and 64 deletions
+8 -4
View File
@@ -1,5 +1,6 @@
all: library readprop writeprop readfile writefile reinit server dcc \
whohas whois whoisrouter ucov timesync epics mstpcap
whohas whois ucov timesync epics mstpcap \
whoisrouter iamrouter
@echo "utilities are in the bin directory"
clean: lib/Makefile\
@@ -72,9 +73,12 @@ ucov: demo/ucov/Makefile
whois: demo/whois/Makefile
( cd demo/whois ; make ; cp bacwi ../../bin )
whoisrouter: demo/whoisrouter/Makefile
( cd demo/whoisrouter ; make ; cp bacwir ../../bin )
mstpcap: demo/mstpcap/Makefile
( cd demo/mstpcap ; make clean all; cp mstpcap ../../bin )
whoisrouter: demo/whoisrouter/Makefile
( cd demo/whoisrouter ; make ; cp bacwir ../../bin )
iamrouter: demo/iamrouter/Makefile
( cd demo/iamrouter ; make ; cp baciamr ../../bin )