# doc-cache created by Octave 4.2.1
# name: cache
# type: cell
# rows: 3
# columns: 4
# name: <cell-element>
# type: sq_string
# elements: 1
# length: 12
zmq_example1


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 185
Example code for a REQ socket connected to a server and sending and
receiving responses.

   The example contains comments on the differences between the C API,
and the Octave bindings.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 80
Example code for a REQ socket connected to a server and sending and
receiving re



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 12
zmq_example2


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 95
Example code for a REP socket server which waits for client commands and
sends back a response.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 80
Example code for a REP socket server which waits for client commands and
sends b



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 12
zmq_example3


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 88
Example code for a PUB socket server which sends 'weather' updates from
random zipcodes.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 80
Example code for a PUB socket server which sends 'weather' updates from
random z



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 12
zmq_example4


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 114
Example code for a SUB socket client which subscribes to a 'weather'
server for weather updates for zipcode 10001.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 80
Example code for a SUB socket client which subscribes to a 'weather'
server for 





