Skip to content

patrickToca/zmq2

 
 

Repository files navigation

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

About

A Go interface to ZeroMQ version 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published