Skip to content

smcgill3/zeromq-matlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zeromq-matlab

ZeroMQ mex bindings for MATLAB. This version is known to work with ZeroMQ 3.2.2 on Mac OSX 10.8.3 with MATLAB 2012b and on Ubuntu 12.04 with MATLAB 2013a.

Tested with ZeroMQ 4.0.5 on MATLAB R2015a. TCP needs two different hosts.

Requires ZeroMQ to be installed first (see below)

To build, run "make"

To test, run "make test" if MATLAB can be called from the commandline.

Installing ZeroMQ 3.2.2 on Ubuntu 12.04

Download the tarball from http://www.zeromq.org/intro:get-the-software In the root of the extracted archive, run the following commands:

  1. ./configure
  2. make
  3. sudo make install
  4. sudo ldconfig

About

ZeroMQ mex bindings for MATLAB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published