Great, it will be an honor to share my code! Anyway I was looking at the Contributing Code to TinyOS article in the wiki and it only tells how to contribute to the tinyos-2.x-contrib source tree, which I think is not my case. To contribute code to the main source tree, will I be granted access to the CVS or should I e-mail my code to the project mangers? And who are the project managers?
I'll add a page to the TOS doc explaining how to read RSSI after I include the modified version of BaseStation because then the examples would be easier. The only catch is that RSSI is chip dependent, but I could use some macros and make it work for CC2420 and CC1000 with which I've had experience, and are also the most popular. ~Dimas~ 2008/2/2, Michael Schippling <[EMAIL PROTECTED]>: > > It's entirely possible that you could check your code into the CVS > project, > I'll leave that to the project managers. But adding a page to the TOS doc: > http://docs.tinyos.net/index.php > that explains what and how you added RSSI would be great. > > thanks > MS > > Dimas Abreu Dutra wrote: > > I use it on the BaseStation! In frequent applications I have to extend > > the BaseStation to modify the packets being sent to the serial port, for > > example to add RSSI to help in location or connectivity tests. I usually > > just changed the BaseStationP, but it was more error-prone and I had to > > store more stuff in the svn with no need. With Intercept I had only to > > implement a simple event and include BaseStationC. > > > > I think this extension to the BaseStation could be useful to more > > people. If you want I can send you my sources, but it is fairly simple. > > > > ~Dimas~ > > > > 2008/2/1, Omprakash Gnawali <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>: > > > > By the way, what do you use the Intercept for? We usually struggle > to > > come up with good examples for Intercept. > > > > Thanks. > > > > - om_p > > > > On Feb 1, 2008 9:01 AM, Dimas Abreu Dutra <[EMAIL PROTECTED] > > <mailto:[EMAIL PROTECTED]>> wrote: > > > > > > > > > 2008/2/1, Omprakash Gnawali <[EMAIL PROTECTED] > > <mailto:[EMAIL PROTECTED]>>: > > > > Makes sense but maybe we wait until this generalization becomes > > > > necessary. From what I know, 8 bits covers most cases for now. > > Do you > > > > want to use packets larger than 255 bytes? > > > > > > No, 255 is more than enough. It is just because I am using the > > Intercept > > > interface a lot and I was wondering that if it was changed I > > would have to > > > change every app of mine that uses it. But I think I could make a > > simple > > > bash script with sed or perl and change it automatically, it is > > fairly > > > simple. > > > > > > Thanks > > > ~Dimas~ > > > > > > > > > > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Tinyos-help mailing list > > [email protected] > > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > > -- > Platform: WinXP/Cygwin > TinyOS version: 1.x, Boomerang > Programmer: MIB510 > Device(s): Mica2, MicaZ, Tmote > Sensor board: homebrew > >
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
