Skip to content

abravalheri/matlab-zmq

 
 

Repository files navigation

matlab-zmq

What's this all about?

Quite simply, this will eventually be a complete ZMQ binding for MATLAB. Eventually, this project will include the following:

  • Mex bindings for libzmq (core ZMQ API).
  • Using said Mex bindings, a "nicer" interface to ZMQ for use with MATLAB.

Getting Started

  • Make sure you have ZMQ 4.0.4 installed. Change settings in config.m to point to your installation.
  • Ensure you have mex configured [1] [2]
  • Run make.m
  • Make sure that the lib directory is on your MATLAB path.
  • Start hacking.

Stuff Doesn't Work

Check out my dev branch, see if that works. Failing that, open an issue.

Can I help?

Yep - pull requests, patches, comments, questions, concerns, outright abuse are welcome. I am working on this project in my free time, which is limited, so if you are interested in helping I welcome your input.

Please be aware of the dev branch, also. However, when in doubt, base commits in master.

How can I contact you?

[email protected]

Contributors

The following people have made contributions to this library (with my sincere thanks):

  • Anderson Bravalheri (@abravalheri - Initial support for Windows, Octave support, test framework + many other contributions.)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 53.8%
  • MATLAB 39.1%
  • M 7.1%