TCP/IP distributed waitbar
by Christophe Pouillot
14 Apr 2009
(Updated 03 Sep 2009)
classWaitbardist allows you to update a MATLAB waitbar through the network via TCP/IP sockets.
|
Watch this File
|
| File Information |
| Description |
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. |
| Required Products |
xPC Target Embedded Option
|
| MATLAB release |
MATLAB 7.8 (R2009a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 15 Apr 2009 |
Add image. |
| 15 Apr 2009 |
Change title |
| 07 Aug 2009 |
add trademarks |
| 03 Sep 2009 |
Adding trademarks and updating copyrights |
|
Contact us