[Tinyos-help] Tossim make file issues

2010-01-12 Thread peng li
Hi There I updated the python version, and found applications which can work well in 2.5 version can't compile successfully under python 2.6. This is due to the irrevocable setting of python version (2.5) in corresponding makefiles (sim.extra, sim-sf.extra and sim-fast.extra), I am not sure

Re: [Tinyos-help] Will this suspicious problem cause the deadlock??

2009-08-24 Thread peng li
Hi Phil I think my original description is not very precise, actually it is not the deadlock. However, according to my and Guillermo's description, I think the buffer should be released even if the endPacket argument is fail or error. Because, without the releasing, the current buffer,

Re: [Tinyos-help] Will this suspicious problem cause the deadlock??

2009-08-19 Thread peng li
Hi Michael Sorry, I missed some background introduction. Actually, the endPacket() event is signaled as the incoming byte stream is end. However, before the byte stream starts, the event ReceiveBytePacket.startPacket() should be signaled, in this event, there is an operation to lock the

[Tinyos-help] A question for serial stack!

2009-07-30 Thread peng li
Hi There Currently, I am testing a simulation tool , and in the testing for serial part, I think I met a potential problem for SerialDispatcherP.nc, the concrete description is as follows: Since this component provides two buffering in order to make the system not miss the incoming byte