From 582af5c7806051948123e61bba4fc0cfc2c17462 Mon Sep 17 00:00:00 2001 From: scipio Date: Fri, 26 Oct 2007 15:21:19 +0000 Subject: [PATCH] 4 bit link estimator. --- doc/html/tutorial/lesson12.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.
-- 2.39.2