Hi all,
I'm currently implementing a routing protocol in tinyos as a TOSSIM simulation. If want to set a node as source node and another as a destination node. What i need to know is that whether i should do this at compile time or run time, because for simulation i think it doesn't matter if i take the arguments at runtime or compile time, but since i want this implementation to be flexible enough to accomodate the motes later on (i'm not using them right now), so what is the right way to do this?
Secondly, if it has to be at compile time then, what is the correct procedure to do that? i figured it out that i'll have to deal with the makefiles but need guidance in this case.
Thank you
S Khan
I'm currently implementing a routing protocol in tinyos as a TOSSIM simulation. If want to set a node as source node and another as a destination node. What i need to know is that whether i should do this at compile time or run time, because for simulation i think it doesn't matter if i take the arguments at runtime or compile time, but since i want this implementation to be flexible enough to accomodate the motes later on (i'm not using them right now), so what is the right way to do this?
Secondly, if it has to be at compile time then, what is the correct procedure to do that? i figured it out that i'll have to deal with the makefiles but need guidance in this case.
Thank you
S Khan
_______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
