The PC side of the tinyos "system" is entirely Java (or C, etc). TOS supplies classes to deal with sending and receiving messages, which are convenient but not necessary if you know intimate details of the formatting. And you will need, for Java, a serial/USB port access extension javax.comm, which Sun used to supply and TOS has updated, plus a getenv JNI extension if you use the TOS classes.
If you install the whole TOS system you can extract the necessary components for a runtime-only installation. MS Sandeep Chatterjee wrote: > Dear sir, > > I have a question. I have motes of crossbow Inc which were developed in > collaboration with UCB (if i am correct), and i want to interface them > on my PC using only java and no tinyos. is that even possible? I am a > novice in this area. > > Thanks and regards > Sandeep Chatterjee > IIT Roorkee > > > ------------------------------------------------------------------------ > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
