Re: [Tinyos-help] How to Tunnel CTP Header Over Serial

2012-09-18 Thread kevin doran
rwarder and > sflisten? If you are receiving proper bytes, the problem is in your Java > code. Otherwise, the problem might be on the mote side. > > - om_p > > On Sat, Sep 1, 2012 at 6:11 PM, kevin doran wrote: > > Hi, > > > > I have been struggling for days try

[Tinyos-help] How to Tunnel CTP Header Over Serial

2012-09-10 Thread kevin doran
Listener(new CtpDataHeader(), this); } synchronized public void messageReceived(int dest_addr, Message msg) { //never called. } } The *CtpDataHeader* class was created with MIG. Any thoughts on what I am doing wrong? Thanks a million, Kevin Doran ___ Tin