These two blocks allow exchanging data bytes via an UDP/IP connection between simulink schemes running possibly as different processes on different (windows) machines.
Differently from the TCP/IP protocol, UDP/IP is totally asyncronous and non-blocking thus allowing in general a faster communication. Additionally, the client and server can be started or stopped in any order, as opposite to the TCP/IP case, where the server must always be started before the client is started and stopped after the client is stopped.
Finally, note that you can use the "byteview" block, available under
MATLAB Central > File Exchange > Utilities > Simulink, to transform any simulink data type into bytes (aka uint8) and back.
The C code for both the sender (client) and the receiver (server) is included in the zip file.
인용 양식
Giampiero Campa (2023). udpip (https://www.mathworks.com/matlabcentral/fileexchange/12021-udpip), MATLAB Central File Exchange. 검색됨 .
MATLAB 릴리스 호환 정보
플랫폼 호환성
Windows macOS Linux카테고리
태그
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!udpip/
버전 | 게시됨 | 릴리스 정보 | |
---|---|---|---|
1.1.0.0 | I've inserted the line:
|
||
1.0.0.0 | Recompiled the s-functions with matlab 7.1 so that everything works fine with newer versions requiring the .mexw32 extension. The .dll files are retained to the benefit of users working with versions prior to 7.1, other users may delete them. |