[zeromq-dev] Automagical zdevice/1.0 now available

Pieter Hintjens ph at imatix.com
Sun Aug 22 18:09:29 CEST 2010


Hi all,

zdevice/1.0 is now available at
http://github.com/imatix/zdevices/tree/master/c/generic/.

This application starts a single-threaded device based on a JSON
config file, or automagically from the command line.

This is what a config file looks like:

   {
        "context": {
            "iothreads": 1,
            "verbose": true
        },
        "main" : {
            "type": "zqueue",
            "frontend": {
                "option": {
                    "hwm": 1000,
                    "swap": 25000000
                },
                "bind": "tcp://eth0:5555"
            },
            "backend": {
                "bind": "tcp://eth0:5556"
            }
        }
    }

Feedback welcome.  This is part of the zdevices project.  It depends
on zmq and zfl.

-
Pieter Hintjens
iMatix - www.imatix.com



More information about the zeromq-dev mailing list