[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/tkn154 README.txt, 1.1, 1.2

Jan-Hinrich Hauer janhauer at users.sourceforge.net
Thu Jul 24 04:06:26 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/tkn154
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9781/apps/tests/tkn154

Modified Files:
	README.txt 
Log Message:
Added a note to README that MAC interface naming deviates from TEP3 recommended practise. Fixed a timing issue.

Index: README.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/tkn154/README.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** README.txt	21 Jul 2008 15:18:16 -0000	1.1
--- README.txt	24 Jul 2008 11:06:23 -0000	1.2
***************
*** 10,13 ****
--- 10,17 ----
  
  The TKN15.4 implementation can be found in tinyos-2.x/tos/lib/mac/tkn154.
+ Note: TEP3 recommends that interface names "should be mixed case, starting
+ upper case". To match the syntax used in the IEEE 802.15.4 standard the
+ interfaces provided by the MAC to the next higher layer deviate from this
+ convention (they are all caps, e.g. MLME_START).
  
  $Id$o



More information about the Tinyos-2-commits mailing list