필터 지우기
필터 지우기

Fast low latency live data transfer

조회 수: 2 (최근 30일)
Doctor G
Doctor G 2017년 10월 3일
댓글: Doctor G 2017년 10월 3일
I have a .NET Assembly that is receiving live UDP data. I want to push that up to Matlab. I have used the .net event mechansim https://www.mathworks.com/help/matlab/matlab_external/use-net-events-in-matlab.html in the past, but I wonder if this is the lowest latency and least processing load. I expect about 10 or so 150 byte messages a second to need to be passed between the interface from .NET to Matlab, and then Matlab will have to do some parsing and display. So I want to minimize as much as possible the cost of carrying data across the barrier.

답변 (1개)

Sean de Wolski
Sean de Wolski 2017년 10월 3일
Have you considered using Instrument Control Toolbox which has native UDP capabilities?
  댓글 수: 1
Doctor G
Doctor G 2017년 10월 3일
The messages are multicast and there is protocol on top of the UDP called DIS, which I also need to handle in the C# layer, so no, I would not want to use a raw UDP toolbox. I want the coordinate framework transforms, and the dead reckonging algorithms running in C#.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 .NET Data Types in MATLAB에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by