Zeromq package: Difference between revisions

Jump to navigation Jump to search
139 bytes added ,  10 June 2019
m
Remove redundant Category:Packages.
m (Remove redundant Category:Packages.)
(4 intermediate revisions by 3 users not shown)
Line 79: Line 79:


= Examples =
= Examples =
The zeromq package comes with a number of examples included in it. They can be opened in octave using:
  >> edit examples/zmq_example1.m


== basic request/reply pattern ==
== basic request/reply pattern ==
Line 140: Line 145:
</syntaxhighlight>}}
</syntaxhighlight>}}


== basic publish subscribe pattern ==
== basic publish/subscribe pattern ==


Example based on client/server example from [http://zguide.zeromq.org/page:all#Getting-the-Message-Out http://zguide.zeromq.org/page:all#Getting-the-Message-Out]
Example based on client/server example from [http://zguide.zeromq.org/page:all#Getting-the-Message-Out http://zguide.zeromq.org/page:all#Getting-the-Message-Out]
Line 211: Line 216:




 
[[Category:Octave Forge]]
[[Category:Octave-Forge]]

Navigation menu