Dear All:

I want to know what is thre recommended best practice to incorporate
the customized module into TinyOS?

For example, if I want to have a customized SchedulerBasicP module in
some apps. The simplest way is to directly replace the orignal one in
source tree but that's not a good idea since I also use the original
one in other apps. The alternative way is to provide a new one but it
seems that I need to create new RealMainP, TinySchedulerC and MainC in
chain, which is very tedious and hard to manage. The third way is to
copy the whole source tree into a new folder and modify some of them.
But how could I sync others to tinyOS source tree when new
release/update happens?

Glad to hear your advice. Thanks in advance.

Tianfu Ma (UGlee)
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to