tcp/ip Matlab server and non Matlab client

1 次查看(过去 30 天)
I am trying to send data using tcp sockets from a non Matlab client (Java) to a Matlab Server.
From Matlab to Matlab all works fine.. data transfer is fast and correct. when I open a Matlab server and try to write to it from a Java/c++ client, I get stuck. I know the connection actually happened, because when I stop the client, the server stops as well, with a "Error using deserialize Bad version or endian-key "
I am trying this on localhost.
  1 个评论
Walter Roberson
Walter Roberson 2015-6-8
I would not expect deserialization errors unless you were using load(), or unless you were using some kind of wrapper around the data received that is reporting that message.

请先登录,再进行评论。

回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by