Fast low latency live data transfer
Mostrar comentarios más antiguos
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.
Respuestas (1)
Sean de Wolski
el 3 de Oct. de 2017
0 votos
Have you considered using Instrument Control Toolbox which has native UDP capabilities?
1 comentario
Doctor G
el 3 de Oct. de 2017
Categorías
Más información sobre .NET Methods in MATLAB en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!