From: scipio Date: Fri, 26 Oct 2007 15:21:19 +0000 (+0000) Subject: 4 bit link estimator. X-Git-Tag: release_tinyos_2_1_0_0~681 X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=582af5c7806051948123e61bba4fc0cfc2c17462;p=tinyos-2.x.git 4 bit link estimator. --- diff --git a/doc/html/tutorial/lesson12.html b/doc/html/tutorial/lesson12.html index dfdc721a..e94af857 100644 --- a/doc/html/tutorial/lesson12.html +++ b/doc/html/tutorial/lesson12.html @@ -174,7 +174,7 @@ CtpCongestion interface (see tos/lib/net/ctp/CtpCongestion.nc)

Finally, to compile this program we create the following Makefile:

-
COMPONENT=EasyCollectionAppC
CFLAGS += -I$(TOSDIR)/lib/net \
-I$(TOSDIR)/lib/net/le \
-I$(TOSDIR)/lib/net/ctp
include $(MAKERULES)
+
COMPONENT=EasyCollectionAppC
CFLAGS += -I$(TOSDIR)/lib/net \
-I$(TOSDIR)/lib/net/4bitle \
-I$(TOSDIR)/lib/net/ctp
include $(MAKERULES)
Now install this program into several nodes (make sure you have one base station, that is, one node whose ID is 1) and see how all the packets generated in the nodes are collected in the base station.