nishbo/matlab_c_soc​kets

Fast communication between MATLAB and C/C++-based application
36 Downloads
Updated 26 Feb 2018

The project allows for fast (<0.1 ms) and efficient communication between MATLAB and an external C/C++-based application using custom socket interface. Current implementation contains only Windows sockets.
The communication is handled by a server socket being maintained in a CPP-side, and MATLAB connecting to it when needed. Majority of code is shared between client and server side, which helps remove errors associated with wrong handling of data on both sides.

This project's code is available on GitHub: https://github.com/nishbo/matlab_c_sockets. See README.md for additional information.

Cite As

Anton Sobinov (2025). nishbo/matlab_c_sockets (https://github.com/nishbo/matlab_c_sockets), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2017a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on C Shared Library Integration in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Versions that use the GitHub default branch cannot be downloaded

Version Published Release Notes
1.0.0.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.