开发者

MATLAB Mex Socket Wrapper Library

开发者 https://www.devze.com 2023-04-09 18:48 出处:网络
Have anybody written a POSIX socket wrapping library for MATLAB using Mex? I basically want to open, write and r开发者_如何转开发ead. Both sync and asynchronous alternatives would be nice. My main ta

Have anybody written a POSIX socket wrapping library for MATLAB using Mex?

I basically want to open, write and r开发者_如何转开发ead. Both sync and asynchronous alternatives would be nice. My main target platform is Linux. I know Mex and I know POSIX sockets. I just want to make certain that nobody else has done this already?


If you want to work with sockets, you have two options:

1) use Java capabilities from inside MATLAB (see this answer here on SO for a quick example):

  • TCP/IP Socket Communications in MATLAB
  • TCP/IP Socket Communications in MATLAB using Java Classes

2) use C MEX-wrappers:

  • msocket
  • TCP/UDP/IP Toolbox

I also think that the Instrument Control Toolbox includes support for TCP UDP communication.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号