fkie_mas_pylib.websocket.handler module

class fkie_mas_pylib.websocket.handler.RemoteCallInfo(origin_id: int, handler)

Bases: object

class fkie_mas_pylib.websocket.handler.WebSocketHandler(server, connection: websockets.sync.server.ServerConnection)

Bases: object

handle_callback(id, callback, args=[])
publish(uri: str, message: str)
remote_call(msg, handler)
shutdown()
spin()