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

kismet_log_to_kml exported 0 devices #8

Open
jonathanfoster opened this issue Mar 15, 2021 · 0 comments
Open

kismet_log_to_kml exported 0 devices #8

jonathanfoster opened this issue Mar 15, 2021 · 0 comments

Comments

@jonathanfoster
Copy link

I received the message exported 0 devices after running kismet_log_to_xml. I confirmed the .kismet file did have device records.

I added more verbose error logging to the script and turns out there's an issue dereferencing the lon/lat data. It looks like Kismet has changed the data structure to a geopoint instead of individual lon/lat fields. Here's an example:

"kismet.common.location.avg_loc": {
  "kismet.common.location.time_usec": 0,
  "kismet.common.location.time_sec": 0,
  "kismet.common.location.fix": 0,
  "kismet.common.location.alt": 0,
  "kismet.common.location.geopoint": [0, 0]
}

I captured this data on Kismet 2020-12-R3.

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

Successfully merging a pull request may close this issue.

1 participant