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.
- 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.
Check out my dev branch, see if that works. Failing that, open an issue.
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.
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.)