Skip to content
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

[Feature] Upload scan results to MLS #15

Open
Spitfireap opened this issue May 10, 2023 · 3 comments
Open

[Feature] Upload scan results to MLS #15

Spitfireap opened this issue May 10, 2023 · 3 comments

Comments

@Spitfireap
Copy link

Hi,

It would be nice to be able to upload the results to MLS (kind of like TowerCollector).
MLS api seems straightforward and android provides the API to gather required parameters.
This api seems to be the one used by the app.

Anyway, could be a nice addition ;).

Thanks

@Helium314
Copy link
Owner

While that would be a useful feature, I definitely want to keep Local NLP Backend completely offline.

Is it possible to manually upload some list of scan results? For this there could be some text file written.

@Spitfireap
Copy link
Author

Hi, thanks for the follow up.

Exporting to a text file with the the column ready to send to the api would be nice, yes.

@Helium314
Copy link
Owner

Ok, so my current idea is:

  • add a setting to collect scan results
    • I think it makes sense to also include cell towers in addition to WiFis
  • store scan results in the database
    • maybe limited total number of results to avoid having a huge database
  • on exporting the results, a json file ready to submit is created and the results table is cleared (no point in submitting twice)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants