[Tinyos-help] apps/BaseStation does not work after update using
CVS
Tie Luo
tieluo at gmail.com
Sun Oct 22 23:03:49 PDT 2006
I think I need to clarify, the problem may not be caused by BaseStation and
even what it uses, while may be caused by Java programs.
I found the following when I compile tinyos-2.x
/support/sdk/java/net/tinyos/tools/MsgReader.class:
javac MsgReader.java
/opt/tinyos-2.x/support/sdk/java/net/tinyos/message/Sender.java:88: cannot
find symbol
symbol : method set_header_dest(int)
location: class net.tinyos.message.SerialPacket
packet.set_header_dest(moteId);
^
/opt/tinyos-2.x/support/sdk/java/net/tinyos/message/Receiver.java:186:
cannot find symbol
symbol : method get_header_dest()
location: class net.tinyos.message.SerialPacket
temp.listener.messageReceived(msg.get_header_dest(), received);
^
On 10/23/06, Tie Luo <tieluo at gmail.com> wrote:
>
> After update the whole tinyos 2.x in October, using the develop branch,
> the apps/BaseStation does not work. In particular, using a Java program to
> open and write a message to the BaseStation via serial port will return
> error. While the same code can run on the previous version of tinyos.
>
> I have checked that BaseStation has not changed in the new version, so I
> think this problem is due to the change to serial comm codes.
>
> --
> Regards,
> Tie
>
--
Regards,
Tie
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20061023/fe43a83e/attachment.htm
More information about the Tinyos-help
mailing list