BlitzMax module; A ZeroMQ wrapper http://www.zeromq.org/
  • C++ 50.2%
  • HTML 46.7%
  • BlitzMax 1.9%
  • C 1.2%
Find a file
2012-11-19 11:02:56 +01:00
doc Added msreader example 2012-11-19 11:02:56 +01:00
examples Added msreader example 2012-11-19 11:02:56 +01:00
tests Completed a comment 2012-11-18 23:49:25 +01:00
zeromq Updated to ZMQ 2.2.0 2012-11-18 23:34:59 +01:00
.gitignore Added precompiled MinGW (Win32) ZeroMQ 2.1.11 2012-02-04 21:48:35 +01:00
constants.bmx Added new constants ZMQ_RCVTIMEO and ZMQ_SNDTIMEO 2012-11-18 23:42:52 +01:00
context.bmx Initial ZMQ types and API wrapper 2012-02-04 21:49:07 +01:00
COPYING Added license 2012-02-04 20:39:29 +01:00
exception.bmx Added TZMQ_Socket_Exception and TZMQ_Message_Exception 2012-03-01 16:41:22 +01:00
glue.c Use system installed zmq headers on Linux 2012-02-07 13:45:44 +01:00
message.bmx Fixed data corruption of first sent message 2012-03-01 18:16:43 +01:00
README Added README 2012-02-04 20:42:26 +01:00
socket.bmx Fixed return value check 2012-03-01 18:17:06 +01:00
zmq.bmx Added msreader example 2012-11-19 11:02:56 +01:00

This module wraps up ZeroMQ (http://www.zeromq.org) and provides a number of
basic Types for easy interaction with ZeroMQ and BlitzMax. The raw ZeroMQ API
is available as well.

This module is released under a MIT License.