[Tinyos-2-commits] CVS: tinyos-2.x/apps/BaseStation BaseStationP.nc, 1.1.2.5, 1.1.2.6 README, 1.1.2.3, 1.1.2.4 README.txt, 1.1.2.1, 1.1.2.2

Phil Levis scipio at users.sourceforge.net
Mon Oct 30 13:55:06 PST 2006


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

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	BaseStationP.nc README README.txt 
Log Message:
Adjusted README to mention BaseStation CC2420, fixed comment.


Index: BaseStationP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/BaseStation/BaseStationP.nc,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -C2 -d -r1.1.2.5 -r1.1.2.6
*** BaseStationP.nc	16 Feb 2006 16:48:07 -0000	1.1.2.5
--- BaseStationP.nc	30 Oct 2006 21:55:04 -0000	1.1.2.6
***************
*** 134,141 ****
  						    uint8_t len) {
      message_t *ret = msg;
- #if 0
-     if (!msg->crc || msg->group != TOS_AM_GROUP)
-       return msg;
- #endif
  
      atomic {
--- 134,137 ----

Index: README
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/BaseStation/README,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -d -r1.1.2.3 -r1.1.2.4
*** README	12 Jul 2006 07:33:45 -0000	1.1.2.3
--- README	30 Oct 2006 21:55:04 -0000	1.1.2.4
***************
*** 39,45 ****
  
  On CC2420 platforms, BaseStation can only overhear packets transmitted
! to it or to the broadcast address. This is due to how the CC2420 hardware
! filters packets based on address and how the CC2420 stack uses that
! functionality; future versions will not have this limitation.
  
  
--- 39,44 ----
  
  On CC2420 platforms, BaseStation can only overhear packets transmitted
! to it or to the broadcast address. For these platforms (e.g., micaz,
! telos, intel mote 2), you should use BaseStationCC2420.
  
  

Index: README.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/BaseStation/README.txt,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** README.txt	31 Jan 2006 18:29:26 -0000	1.1.2.1
--- README.txt	30 Oct 2006 21:55:04 -0000	1.1.2.2
***************
*** 38,40 ****
  Known bugs/limitations:
  
! None. 
--- 38,44 ----
  Known bugs/limitations:
  
! On CC2420 platforms, BaseStation can only overhear packets transmitted
! to it or to the broadcast address. For these platforms (e.g., micaz,
! telos, intel mote 2), you should use BaseStationCC2420.
! 
! 



More information about the Tinyos-2-commits mailing list