API Reference ============= This is brain_computer_interface.client's API reference. .. _target to upload_mind: upload_mind ----------- .. function:: upload_mind(mind_path, host='127.0.0.1', port=5000) This function sends a given :ref:`mind file ` to the server. You may also provide an address (host and port) which the function send the information to (defaults are set to ``'127.0.0.1'`` and ``5000``, respectfully).