What is the exact process of installing ZeroMQ for Matlab?

Typically: "How do I... ", "How can I... " questions
Post Reply
Fery64
Posts: 88
Joined: 02 Feb 2022, 15:58

What is the exact process of installing ZeroMQ for Matlab?

Post 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

fferri
Posts: 1187
Joined: 09 Sep 2013, 19:28

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

Post by fferri »

Read more carefully the docs.

You don't need those steps for MATLAB.

And you don't need ZeroMQ either.

Fery64
Posts: 88
Joined: 02 Feb 2022, 15:58

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

Post by Fery64 »

Well in all my previous questions that I used remAPI I was reccommended to use ZeroMQ

fferri
Posts: 1187
Joined: 09 Sep 2013, 19:28

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

Post 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)

Post Reply