Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 704 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 704 Bytes

A Go interface to ZeroMQ version 2.

Requires ZeroMQ version 2.1 or 2.2

For ZeroMQ version 3, see: http://github.com/pebbe/zmq3

Install

go get github.com/pebbe/zmq2

Docs

To do

  • Re-implementing the remaining examples for ØMQ - The Guide. Currently, all examples from chapters 1 to 3 are finished, and a few of chapter 4.

Support for ZeroMQ version 2.1

  • The following functions are not supported in ZeroMQ version 2.1, and will return an error:
  • (*Socket) GetRcvtimeo
  • (*Socket) GetSndtimeo
  • (*Socket) SetRcvtimeo
  • (*Socket) SetSndtimeo