get_info

MonitorClient.get_info(level)

Send a SeedLink INFO command and retrieve response.

Available info levels depend on the server implementation. Usually one of ID, CAPABILITIES, STATIONS, STREAMS, GAPS, CONNECTIONS, ALL.

As a convenience, the server’s CAPABILITIES can be accessed through the client’s capabilities attribute.

Note

This is a synchronous call. While the client waits for the response, other packets the server might potentially send will be disregarded.

Parameters

level (str) – The INFO level to retrieve (sent as INFO:LEVEL)