Page 1 of 1

Android App: Multiple observations from a network

Posted: Sat Jan 25, 2014 11:17 pm
by mtbrandao
I would like to make a suggestion for the android app: Adding multiple observations from the same network on the same session.

Let's say I'm somewhere and walking towards the router. I first get to see the network a little far from it and with -85 signal.

As I walk towards it, my location changes and the signal is now at -40. But wiggle has already written in the database the location and signal from some seconds ago, and wont add a new observation with new location and signal until I start a new session.

My suggestion is make an option so the user can choose the time necessary to add a new observation from the same network.
For some people, 10 minutes might be fine.

But for example, If I'm trying to measure the coverage from an specific AP, while walking around the house or a park, I might set this to 10 seconds, so Wiggle add multiple observations while I walk around it.

Re: Android App: Multiple observations from a network

Posted: Sun Jan 26, 2014 4:54 am
by bobzilla
The app does record multiple observations, based on time and distance factors.

Re: Android App: Multiple observations from a network

Posted: Sun Jan 26, 2014 4:56 am
by mtbrandao
What does it take to trigger a new observation?
Because when I open the app and walk around the same area, it just logs the network once.
When you "click" the network to see the number of observations it doesn't change, even with 20 minute walking around the area.

Re: Android App: Multiple observations from a network

Posted: Sat Feb 08, 2014 11:26 pm
by bobzilla
It's somewhat complicated, balancing wanting more observations with not overloading the mobile device. In general, if you are in nearly the same spot it's once-an-hour. Otherwise if you move 0.001 in lat or lon. There's also a 'fastmode' if it's falling behind (queue filling up) that will log less, that doesn't happen much anymore as storage devices are quicker.

The code is at:
https://github.com/wiglenet/wigle-wifi- ... .java#L664

Re: Android App: Multiple observations from a network

Posted: Sun Feb 09, 2014 12:06 am
by mtbrandao
I know it's complicated balancing overloading with many observations and getting enought observations.

Maybe if you could select only one network to observe at each 10 seconds for some time, but then that is not the main objective of the app. Which is wardriving, not measuring an specific network coverage. It's that the app is so good that I want to use it to do it.

Re: Android App: Multiple observations from a network

Posted: Sat Mar 01, 2014 7:32 pm
by bobzilla
There's probably something we could do, maybe if the network is selected be willing to record more about it. I'll put in todo file.