Have anybody written a POSIX socket wrapping library for MATLAB using Mex?
I basically want to open, write and read. Both sync and asynchronous alternatives would be
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):
2) use C MEX-wrappers:
I also think that the Instrument Control Toolbox includes support for TCP UDP communication.