Hopefully this person still checks this. I think the issue was that the Basestation DTOSH_DATA_LENGTH was not 32. Try changing the Makefile of your Basestation application to have:
CFLAGS += -DTOSH_DATA_LENGTH=32 Kaisen > Dang Xuan Thanh wrote: > > Hi everyone, > > I'm trying DIP protocol (apps/tests/TestDip) on real MicaZ motes. The > motes only send out the data and vector messages. They don't send out any > summary messages and basically stop. I'm wondering if anyone have try it on > MicaZ platform with the latest code from CVS. > > If you have time, could you please try this (should take less than 15'). > > - get the latest code from CVS > - program one micaZ with BaseStation > - program one micaZ with TestDip (using any setting, I used python > gentest.py 20 0) > - turn them on and try to listen for the traffic using sf and listen and > see if the summary message is sent out > > I think there is a problem when we try it on a real micaZ mote. > > thanks for your help, > > Thanh _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
