A simple UDP communications application

版本 1.2.0.1 (3.4 KB) 作者: Kevin Bartlett
Sends/receives UDP packets using Matlab's Java interface.
14.7K 次下载
更新时间 2021/7/22

查看许可证

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 (2024). A simple UDP communications application (https://www.mathworks.com/matlabcentral/fileexchange/24525-a-simple-udp-communications-application), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2009a
兼容任何版本
平台兼容性
Windows macOS Linux

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