Re: [Tinyos-help] Getting temperature using Ppp Router and CoapBlip

2018-11-06 Thread Eric Decker
r 2018 23:30 > *Para: *julio.cal...@gmail.com > *CC: *Tinyos-Help > *Asunto: *Re: [Tinyos-help] Getting temperature using Ppp Router and > CoapBlip > > > > > > The remote mote is essentially a block box that is very hard to gain > visibility into. > > > &

Re: [Tinyos-help] Getting temperature using Ppp Router and CoapBlip

2018-11-06 Thread Julio Calvo
: julio.cal...@gmail.com CC: Tinyos-Help Asunto: Re: [Tinyos-help] Getting temperature using Ppp Router and CoapBlip The remote mote is essentially a block box that is very hard to gain visibility into. the way I deal with this kind of problem is either: 1) put a debugger on the remote mode, set a break

Re: [Tinyos-help] Getting temperature using Ppp Router and CoapBlip

2018-11-05 Thread Eric Decker
The remote mote is essentially a block box that is very hard to gain visibility into. the way I deal with this kind of problem is either: 1) put a debugger on the remote mode, set a break point where it does the command processing, capture receiving the command. this will let you bifurcate