Skip to content

arunmallya/MatlabServerClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Here's an implementation of a server and client in MATLAB using Java.

This uses channels for really quick transfer of files.
Without using channels, you can only transfer byte by byte and that is really slow.

Using channels helps you get around data input/output streams and allows use of a bytebuffer.

About

Networking with matlab

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages