GPS¶
-
class
kismet_rest.GPS(host_uri='http://127.0.0.1:2501', sessioncache_path='~/.pykismet_session', **kwargs)[source]¶ GPS abstraction.
-
current_location()[source]¶ Return the gps location.
Returns: - Dictionary object describing current location of Kismet
- server. Keys represented in output:
kismet.common.location.lat,kismet.common.location.lon,kismet.common.location.alt,kismet.common.location.heading,kismet.common.location.speed,kismet.common.location.time_sec,kismet.common.location.time_usec,kismet.common.location.fix,kismet.common.location.valid
Return type: dict
-