Hi, If I understand you correctly, you want to exchange data between two PCs with a setup like this:
Linux <-> WSN <-> Windows You can send data from Windows -> WSN -> Linux, but Linux -> WSN -> Windows does not work. What setup do you have for the WSN (how many motes)? How do you communicate between the motes (what do you do for routing)? Do you have any idea where the message gets dropped? Does it get sent to the WSN? If so, is it received by the mote connected to the Windows box? If so, do you use the TinyOS Java APIs to handle the TinyOS communication in Java (e.g. MoteIF)? If so, does the corresponding messageReceived listener get called? Cheers, Urs Héberte Fernandes de Moraes wrote: > Hi > > I created a java application in windows to exchange message using tmote and > run the application both in windows and in linux. The problem is that when > sending a message in the application linux to windows this message is being > discarded while the linux receives messages sent to windows. I think that is > a problem of coding, but not sure and I do not know how to resolve. Does > anyone have any idea? > > Thanks _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
