why tcpserver is not part MATLAB ? Why do I need to purchase instrument control toolbox ?

9 visualizaciones (últimos 30 días)
I was surprised to see the basic tcpserver functionality is not accessible in base MATLAB.
What is so special about it, that one needs to purchase toolbox for it.
Is there a way to use tcpserver in matlab without instrument control toolbox.

Respuesta aceptada

Walter Roberson
Walter Roberson el 6 de Feb. de 2023
To be honest, I do not know why Mathworks made this decision. Earlier both tcp server and client were Instrument Control only, but when they rewrote they made tcpclient() available to regular matlab. Considering that functions such as websave() and ftp() and restful services access is part of regular matlab it would not be defendable to say that tcp requires advanced functionality. But I don't understand why tcpserver requires a different toolbox.
The workaround is to look in file exchange for tcpudpip contribution which uses an external library.
  3 comentarios
Walter Roberson
Walter Roberson el 7 de Feb. de 2023
You can call upon Java socket methods
https://www.codejava.net/java-se/networking/java-socket-server-examples-tcp-ip
Chetan Thakur
Chetan Thakur el 7 de Feb. de 2023
I moved to using python socket method for tcpserver functionality.
Thanks for the reply. I usually avoid calling external interpereters or compiler from matlab. But in this case it helped.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Instrument Control Toolbox en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by