Re: [Tinyos-help] Use SerialForwarder or MoteIF?

2006-07-26 Thread Karthik Dantu
Don't know about forward portability, but the basic question boils down to: Do you want your Java code to connect directly to the serial port (meaning always run on the local host that has the programmer attached), or do you want to always have to start SerialForwarder on the local host and be

[Tinyos-help] Use SerialForwarder or MoteIF?

2006-07-25 Thread Conor Todd
Hi. I'm writing a bit of Java code to run on a PC connected to mote network. I'm currently using TinyOS-1.x, but at some point I'm sure I'll move to TinyOS-2.x. For my java code, should I connect to a Serial Forwarder to receive packets, or should I use MoteIF to connect directly? The

Re: [Tinyos-help] Use SerialForwarder or MoteIF?

2006-07-25 Thread Michael Schippling
Don't know about forward portability, but the basic question boils down to: Do you want your Java code to connect directly to the serial port (meaning always run on the local host that has the programmer attached), or do you want to always have to start SerialForwarder on the local host and be