TCP/IP distributed waitbar

版本 1.4.0.1 (294.0 KB) 作者: Christophe Pouillot
classWaitbardist allows you to update a MATLAB waitbar through the network via TCP/IP sockets.
1.4K 次下载
更新时间 2016/9/1

查看许可证

This waitbar was first designed to be used for distributed computing with the Parallel Computing Toolbox™ but can be used independently.
classWaitbardist uses 2 other MATLAB custom classes, classTCPIPSender and classTCPIPReceiver, that both rely on JAVA sockets (in communication.jar).
These 2 classes are used to commmunicate between several MATLAB applications over the network. They are NON BLOCKING as they create JAVA threads.
Typically, one application will act as a server that receive info and other applications will act as clients that will send info.
The flow of info is unidirectional in the implementation: Info goes from the client to server. It is a design choice but feel free to use classTCPIPSender and classTCPIPReceiver as starters for your own purpose. Just give a feedback.
The serialization of MATLAB data is made via temporary MAT file creation.

引用格式

Christophe Pouillot (2025). TCP/IP distributed waitbar (https://www.mathworks.com/matlabcentral/fileexchange/23728-tcp-ip-distributed-waitbar), 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!

@classTCPIPReceiver/

@classTCPIPReceiver/private/

@classTCPIPSender/

@classTCPIPSender/private/

版本 已发布 发行说明
1.4.0.1

Updated license

1.4.0.0

Adding trademarks and updating copyrights

1.3.0.0

add trademarks

1.2.0.0

Change title

1.1.0.0

Add image.

1.0.0.0