A simple UDP communications application
버전 1.2.0.1 (3.44 KB) 작성자:
Kevin Bartlett
Sends/receives UDP packets using Matlab's Java interface.
UDP packets are used to send data from one computer to another over a network or from one application to another within a single computer.
The judp.m program uses Matlab's ability to call Java code to enable it to send and/or receive UDP packets. One Matlab session can communicate with another Matlab session (on the same machine or over the network) or it can communicate with a completely different program (again, on the same machine or over the network).
인용 양식
Kevin Bartlett (2025). A simple UDP communications application (https://kr.mathworks.com/matlabcentral/fileexchange/24525-a-simple-udp-communications-application), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
개발 환경:
R2009a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux카테고리
- Test and Measurement > Instrument Control Toolbox > Instrument Control Toolbox Supported Hardware >
- Test and Measurement > Image Acquisition Toolbox > Image Acquisition Toolbox Supported Hardware >
- Image Processing and Computer Vision > Image Acquisition Toolbox > Image Acquisition Toolbox Supported Hardware >
Help Center 및 MATLAB Answers에서 Instrument Control Toolbox Supported Hardware에 대해 자세히 알아보기
태그
도움
도움 받은 파일: TCP/IP Socket Communications in MATLAB
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!| 버전 | 게시됨 | 릴리스 정보 | |
|---|---|---|---|
| 1.2.0.1 | At suggestion of Dennie Craane, added ability to specify a source port number in addition to the target port number when sending packets. |
||
| 1.2.0.0 | Forgot to attach new version of judp.m on last update. |
||
| 1.1.0.0 | Added socket.setReuseAddress(1) in order to make reuse of port numbers more reliable after pressing ctrl-C (thanks to Adam Becker for the suggestion). Also tidied up some MLint messages. |
||
| 1.0.0.0 |
