AgentZero - high-level ZeroMQ socket managers

AgentZero lets you create, connect, bind, and modify zeromq sockets in runtime with ease.

It works great with gevent, making it possible to create network applications with simple code that performs complex operations.

Features:

  • Create labeled sockets, every ZMQ socket in AgentZero has a name.
  • seamlessly poll across connected/bound sockets
  • seamlessly subscribe to events, which return the boxed type: Event
  • easily publish events
  • bind sockets to random ports automatically
  • bind to hostnames, with automatic DNS resolution
  • ability to wait until a socket has received data
  • builtin python log handler that publishes logs in a ZMQ PUB socket