Is it possible to connect to an UDP multicast using the Instrument Control Toolbox?
이전 댓글 표시
I would like to make a connection to UDP multicast using the Instrument Control Toolbox. Is it possible to do so?
채택된 답변
추가 답변 (1개)
Vinod
2016년 10월 19일
편집: MathWorks Support Team
2023년 4월 27일
0 개 추천
If you are using MATLAB R2016b or newer, take a look at this example: https://www.mathworks.com/matlabcentral/fileexchange/59156-udp-broadcasting-from-matlab
Technically it is UDP broadcast, but it achieves the need of multiple devices on the same subnet, whose IP addresses are not known at the time of development of the MATLAB program, to receive messages from the MATLAB program.
카테고리
도움말 센터 및 File Exchange에서 External Language Interfaces에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!