-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Huawei to blacklist #41
Conversation
Observed several instances of such SSIDs.
@Lee-Carre I no longer have an Android device to test builds much less use this software on a daily basis to assure it is working correctly. It seems from your comments that you are an active user of it. Would you like to take over this project? |
I am inclined to try to help, but I do not and won't have anything to do with the play store. From my viewpoint all that matters is f-droid and caylxos integration :-) |
Sounds like a kindred spirit. I have spent and continue to spend considerable effort to avoid Google and the only "store" I made any of my Android available through was F-Droid. If you wish to take over this project and/or the wifi backend, I have no objections. |
Firstly, thankyou for the offer. I'm flattered. However, as much as I appreciate the opportunity, I have major reservations about taking on that kind of responsibility
Having crossed paths with @gdt several times on related projects, he seems a far better candidate to inherit the project & its maintenance. I definitely approve of the anti-Google (more specifically anti-proprietary) & pro-libre sentiments. If & when my reservations become non-issues, I'll gladly contribute & assist @gdt (or whoever he, or you, nominate), in future. |
Semi-related: I've been working a bit on DejaVu in the past weeks, because I noticed things are getting slow if the database is large (50 MB in my case) What has changed
|
Sounds promising 👍. Looking forward to seeing those released. I started watching your fork; thanks for citing it.
While I can't comment on code being (in)efficient (though I'm prompted to think of determining the Big-O characteristic of algorithms), I've a little experience with DBs.
|
Thanks for the hints! I thought about switching to bounding boxes (storing north, south, east, west) instead of center and N-S / E-W radius. This would allow to properly query all emitters whose bounding boxes insersects with our location, but then queries are considerably slower (even with index) |
Welcome. Added a couple more, since.
Even if it were faster:
|
This discussion is now off topic for the PR (I saw with zero authority), which points out that the project really needs a mailinglist, the lack of which is part of github disease. But, as someone who has handled maintenance for projects, I think any restart would need to focus on bringing up to modern API revisions, fixing real bugs, and fixing things that are widely causing real pain. And, I have a very strong leaning to "simpler is better". |
😄 I was mindful of off-topic-ness, too. Obligatory citation of Posting And You….
Mailing lists aren't easily accessible to all. I'd suggest either enabling the Discussions section feature for the repo, or a meta-issue. |
Still off-topic, but... I don't see how storing bounding boxes would be much more complicated in any way than storing center and radii. The bounding box is created from center and radii when the emitter is loaded from database, so there is no difference once the emitter is loaded from database. And in the database it would be good to use whatever is more useful for our queries. The only queries for the emitter location are for getting emitters we expect to see. |
I've observed several instances of such SSIDs while capturing data with various apps.
In my experience, they're always mobile phones.