System

class kismet_rest.System(host_uri='http://127.0.0.1:2501', sessioncache_path='~/.pykismet_session', **kwargs)[source]

Wrap all interaction with /system/ endpoint.

get_status()[source]

Return json representing Kismet system status.

get_system_time(time_format=None)[source]

Return current time from Kismet REST API.

Parameters:format (str or None) – Format time before returning. Supported formats: None (return as dict), iso (ISO 8601). Defaults to None.