-
Notifications
You must be signed in to change notification settings - Fork 96
Connect to an already running Matlab instance instead of making one #196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
+1 |
Any plans on jumping on this one @arokem ? If not I could try to see if I can make a dent in it this weekend. Any pointers on where I should get started? |
Based on the way that I understand that the transport is currently handled through ZeroMQ, we would need some kind of MATLAB script, more or less equivalent to |
No plans to jump on this (sorry - too busy with a host of other things), so feel free to look into it. I think that you could separate up the operations that happen under |
@brunobeltran Sorry for my late response on this. As far as I remember, I ended up doing something like what @arokem suggested and changed the start function and added a flag and some parameters. This way we could send in an address and |
@auxiliary I have an open pull request that does (probably) the same thing already, just FYI. |
👍 |
I think it would be really useful if there could be an option to not call _run_server and instead take an address from the user and connect to an already running Matlab instance. This way all the cool features like the messenger, json, variable conversions, etc. can happen while also providing the flexibility needed for complicated use cases.
The text was updated successfully, but these errors were encountered: