Open amilopowers opened 8 years ago
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
I think its good idea.
Also some network providers create mesh networks as hotspots with the same exact name. This network should be also filtered out.
This could be solved on server just finding repetitions that really repeat alot because some might be just accidentaly the same. Or by creating some kinda form to fill with names of this kinds networks to submit and then filter out after admins confirmation. Manually for now. Later a bit automaticly.
I also offer myself to help sorting out stuff. Some small training how the architecture works and we can do stuff faster by spliting work. I love openbmap and we havr to makr it work perfect. F-go-ogle. Step by step.
AreYouLoco? -----BEGIN PGP SIGNATURE-----
iQJEBAEBCgAuJxxBcmVZb3VMb2NvPyA8YXJleW91bG9jb0BwYXJhbm9pY2kub3Jn PgUCVt7aIQAKCRD9y75DgGLNL3CHEACOyzTEUSyn2zsHW6LVysCk6LEpKOS5/eu9 UrqV5UVBQsw9X/NVzZ8bIrjRUmcxtP/cA6CpLNhqMc7Kz6/xT28AHXgYu9PmATrF E2gHhyw18IiDXDulBjLb/EBQos+8exYnPVmPPEK33Fvq61+3x5k6oqQnL8tobweB h/T/v3JhB5uL5m5av1cl57LhafmZO6qL0B85pIa8vlS6WVlcF69enBiqMxrv82gh VWHY8vGWp1Z3YatfoOKh4PnKbjCLEUfKNNnfktIr4Mh7MLqkID8SxxrnZ/LPESdW uLT3l8O5uz0J8JUB2WXfyq9JiUe3Iu5WFE8YU7VJ5WuxVkudFnNnYW6Lhj1C0pXq P4UVFNviGOxMWCmbAQx/GhsORiGhC6CxoK5PcNM8HZ9N99c+Gh+3hsvC0TZmqmil SeO5C8TkMzxVZAihYFFW4vpjHpMCcXRabgtSyLC3jXVWCOQmXivKxNWsZ9Uz9ijg DQ0dIZnz7BKso+ui6ieL344ZM2IOK0Hfqm8PP3PFvvShqob20+UOFGM2Uxg9ENTT h4GLF/MI3TVpP5LWrCo79PNayKWZRBdnQ5u0ab6FeL2jr66O+LgJC/FldNc+J7Xe tvI4k/7P4CJ/JHe9yRYRvB52cqqLzjUDGq+2DCcIHoxU2Ap4JegerZq6+Vxqi+rB eXzRQ9+hhw== =k+cS -----END PGP SIGNATURE-----
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
Filtering shupposed to be ssid based but in some special cases also with bssid mac adress of providers. Dont forget macchanger and some uncommon situations. -----BEGIN PGP SIGNATURE-----
iQJEBAEBCgAuJxxBcmVZb3VMb2NvPyA8YXJleW91bG9jb0BwYXJhbm9pY2kub3Jn PgUCVt7akwAKCRD9y75DgGLNLw9cD/0YrBdqM1Ggo8en9/lXbHGSW6Z4bTpQixyr SBrg/slbEfnvb5KtC9RragdlJFBKuoCNl7DfLKEKTbPlQ8GhV5NuaDz/sJkkGOkI HJlvwggYElY+nwY0bU4cikiUZ6BmF+cOkCLd06pv/rvlnOmjQdcJzPldqiAOEDXi Jws8Nc4PbCNd3czr6By7/hLeSSWSW4S1aoy7RwUv40vgKKwrijOCgsWFU3eQv+mR SHe5aF0uNAVB88Aloi1q2gMo5x9Go7HUZ3K1ob+qBZrwMvNy+xpOEfDBqaGTxnQn ymav/dPORHidECmRh+RLdwKx/CBO8nAmxOqkO8Ve03/lnkKotJ8z4PdqMZf7uW9e d0+h4wjMhMQW8gKTmfYuk+zrKKLOJQqRqIktePBe5w/XqP8RFpJFEi/tCj8pzHzA wwoeKHp9RnKSsDng1161Ik6KpqsEjqcqLBnWm1HZA7AqmgvJKZvULtm0NjFHwVqA Pw/5/70t2d0jvMijGI/LjtqkVDTAC9Iwgt/yrKBkUZINQ/FJSrIIEq9VhB3e8JyJ EOWTKvEqfH5KGw3fjArqiNYckeXI8Mm7ukqhNxN/5aKDf3FRheD4/aVChNeWWq2k pBc4q5rFLMff2FCrY3XHWQLQ1QT/7SO7ZAiqXr9QwyutaEG54n2nvrXzqrXvZa2i DV/eWJHw9A== =2WhV -----END PGP SIGNATURE-----
First we may start by extending the client side filter list @ https://github.com/wish7code/openbmap/blob/master/android/app/src/main/java/org/openbmap/services/wireless/blacklists/SsidBlackListBootstraper.java#L76
The format there's quite easy to understand: it's {'comment', 'ssid'}, in this case {"Sony devices", "XPERIA"}. For the time being, it it would be best to send a change request once you spotted some suspicious ssid names..
@AreYouLoco Really sorry for not having replied earlier..
I also offer myself to help sorting out stuff. Some small training how the architecture works and we can do stuff faster by spliting work. I love openbmap and we havr to makr it work perfect.
Currently the server is kind of monolithic, meaning highly integrated.. I guess it would make sense if someone with more experience in server architecture than mewould have a look at it too, so we could find possible improvements. Think we could surely split server components up to improve collaborative work.. I was wondering wether it makes sense, whether we arrange a skype session with everybody interested in this?
I am no developer so it won't help. But I suggest to use Mumble instead of Skype for security and privacy reasons.
I think a good first step would be to have the server code and the website code (if separate) be someplace published/accessible for people to read/propose-fixes. I have the impression the server code is somewhat hard to find but it could be that I didn't do a good job of looking.
I just created my first pull request ever! #136
I think a good first step would be to have the server code and the website code (if separate) be someplace published/accessible for people to read/propose-fixes.
No problem on publishing the server code, but I've got to clean it up a little bit before publishing to make it more readable :-) So far we've got a mixture of website code, some python/sql scripts which do the hard work on processing uploads and map tiles generation. As suggested in some of the other threads here, maybe we could setup a online session for anyone interested in server architecture...
I think we should add more SSID filters. I see often Wifis scanned with the name "XPERIA" but today I saw a network with "HP envy" in it's name. So I guess we should add all smartphone brand names and model types to start. Maybe we add some laptop manufacturers and types.