[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: octave forge package zeromq 1.1.0 released
From: |
Juan Pablo Carbajal |
Subject: |
Re: octave forge package zeromq 1.1.0 released |
Date: |
Fri, 4 Mar 2016 23:47:31 +0100 |
On Fri, Mar 4, 2016 at 10:54 PM, JohnD <address@hidden> wrote:
> Version 1.1.0 of the zeromq package [1] has been released.
>
> The zeromq package provides Octave bindings to zeromq library. [2]
>
> The ZeroMQ library provides fast distributed messaging options using
> IPC, TCP, TIPC and multicasting and is available on most platforms.
>
> This release increases the binding functionality by adding functions:
> * zmq_errno
> * zmq_unbind
>
> Increased recognized values to zmq_getsockopt:
> * ZMQ_TYPE
> * ZMQ_EVENTS
>
> It also updates the documentation and provides some example code files for
> use of the package.
>
> When the package is loaded run 'help zeromq' for usage information.
>
> The whole overview of changes is available in the news file [3]
>
> [1] http://octave.sourceforge.net/zeromq/
> [2] http://zeromq.org/
> [3] http://octave.sourceforge.net/zeromq/NEWS.html
>
>
>
>
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/help-octave
John this is really great. If you have time you can compile the
examples and tutorials you are providing in the mailing list in the
wiki. See for example
http://wiki.octave.org/TISEAN_package
http://wiki.octave.org/Geometry_package