Objective-C

Source Code

The source code for a nascent Objective-C binding can be found at http://github.com/jeremy-w/objc-zmq.
This code works for zeromq version 2.
A fork that has been updated for zeromq version 3 can be found at https://github.com/massix/objc-zmq.

Building

You can build using xcodebuild or by opening the project and using the Xcode UI. Two targets are available:

  • zmqobjc (static) builds a static library.
  • zmqobjc (dynamic) builds a dynamic library.

For example:

$ git clone git://github.com/jeremy-w/objc-zmq.git
...
$ cd objc-zmq
$ xcodebuild -target 'zmqobjc (static)' -configuration Debug

=== BUILD NATIVE TARGET zmqobjc (static) OF PROJECT zmqobjc WITH CONFIGURATION Debug ===
...
** BUILD SUCCEEDED **

Documentation

The only documentation at this time is the source code.

Bug Reporting

All known issues are recorded at http://github.com/jeremy-w/objc-zmq/issues. If you encounter a problem, please go there and create an issue.