Page 1 of 1

What is the exact process of installing ZeroMQ for Matlab?

Posted: 20 Nov 2022, 20:06
by Fery64
Hi All

Given the explanations in this link are so scarce on https://www.coppeliarobotics.com/helpFi ... erview.htm


and the comments on this link in Mathworks show that the installation of ZeroMQ is not that easy.
https://de.mathworks.com/matlabcentral/ ... -of-zeromq

where can I find a clear and precise explanation on how to install the ZeroMQ : on the first link it is written :

Code: Select all

pkg install -forge communications
pkg install -forge zeromq
but it is not mentioned on CoppeliaSim terminal or on Matlab

Re: What is the exact process of installing ZeroMQ for Matlab?

Posted: 21 Nov 2022, 10:02
by fferri
Read more carefully the docs.

You don't need those steps for MATLAB.

And you don't need ZeroMQ either.

Re: What is the exact process of installing ZeroMQ for Matlab?

Posted: 21 Nov 2022, 10:07
by Fery64
Well in all my previous questions that I used remAPI I was reccommended to use ZeroMQ

Re: What is the exact process of installing ZeroMQ for Matlab?

Posted: 22 Nov 2022, 12:13
by fferri
For using the ZeroMQ Remote API you don't need to manually install any library in MATLAB.

(ZeroMQ is a third party library; the CoppeliaSim ZeroMQ Remote API is a different package, provided by Coppelia Robotics)