Hi, guys. I'm trying to add an unique sequence ID to each packet sent so i can keep track of the number of packets lost due to congestion, interference, etc. My sensors currently have XSensorMTS400 installed on them. I noticed that in its modulation file TestMTS400M.nc there is a reserved field in each packet that is not being used. So i tried to assign a unique sequence number to each packet using the following command:
 
pack->xSensorHeader.rsvd    = uniqueCount("SequenceID");
 
now, in order to see the new field i just added, do i need to modify the program installed in the base station (TOSBase)? Also how can i hack into the user interface to display the data (e.g. xlisten, mote-view, etc.)?
 
Any help would be greatly appreciated.
Thanks in advance!
 
 
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to