[Tinyos-help] location plugin

2006-10-03 Thread Pela
I'm trying to use tinyviz and the location plugin. I copied FakeLocation.nc and the other files from TestTinyViz to my own application directory. It works, but every time I call the getLocation() command, the locationDone() event is signalled three times (I suppose it should be signalled only once)

Re: [Tinyos-help] location plugin

2006-10-03 Thread Sarfraz Nawaz
Although I did not try the location plugin but I experienced the same problem when reading from an ADC channel in my simulations in Tossim/TinyViz. The FakeLocation component also does the same i.e. it reads the coordinates from certain ADC channels. Maybe someone from the devel team can shed some