A simple UDP communications application
Citation pour cette source
Kevin Bartlett (2026). A simple UDP communications application (https://fr.mathworks.com/matlabcentral/fileexchange/24525-a-simple-udp-communications-application), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Plateformes compatibles
Windows macOS LinuxCatégories
- 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 >
Tags
Remerciements
Inspiré par : TCP/IP Socket Communications in MATLAB
Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 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 |
