8000 GitHub - jtacoma/go-zdcf: Consume ZeroMQ Device Configuration Files (ZDCF) in your ØMQ (0mq, zeromq, zmq) applications.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Consume ZeroMQ Device Configuration Files (ZDCF) in your ØMQ (0mq, zeromq, zmq) applications.

License

Notifications You must be signed in to change notification settings

jtacoma/go-zdcf

Repository files navigation

go-zdcf

This package provides methods for consuming ZeroMQ Device Configuration Files (ZDCF, http://rfc.zeromq.org/spec:17) for ØMQ (ZeroMQ, ZMQ, http://www.zeromq.org/) applications that use gozmq (http://godoc.org/github.com/alecthomas/gozmq).

Documentation

See godoc or http://godoc.org/github.com/jtacoma/go-zdcf

Known Issues

  • there is no support for setting options on a context.
  • when combining configuration sources, any socket options in later sources will replace all options in previous sources.
  • multi-valued settings (bind, connect, subscribe) in JSON will only accept arrays.
  • configuration validation is mostly absent.

License

Released under a BSD-style license that can be found in the LICENSE file.

About

Consume ZeroMQ Device Configuration Files (ZDCF) in your ØMQ (0mq, zeromq, zmq) applications.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0