dartzmq 1.0.0-dev.3 copy "dartzmq: ^1.0.0-dev.3" to clipboard
dartzmq: ^1.0.0-dev.3 copied to clipboard

outdated

A simple dart zeromq implementation/wrapper around the libzmq C++ library

1.0.0-dev.3 #

Add example, subscriptions for sub sockets and code cleanup #

  • Add minimal working example
  • Rename ZmqSocket to ZSocket
  • Rename ZeroMQ to ZContext
  • Rename ZeroMQBindings tor ZMQBindings
  • Add subscribe(String topic) and unsubscribe(String topic) to manage subscriptions of sub sockets

1.0.0-dev.2 #

Add support for multipart messages #

  • Rename Message to ZFrame
  • Add ZMessage as a queue of ZFrame's
  • Receive messages as ZMessage instead of Message(ZFrame)
  • Reduce minimum SDK version to 2.13.0

1.0.0-dev.1 #

Add crude implementation of libzmq #

  • Creating sockets (pair, pub, sub, req, rep, dealer, router, pull, push, xPub, xSub, stream)
  • Sending messages (of type List<int>)
  • Bind (bind(String address))
  • Connect (connect(String address))
  • Curve (setCurvePublicKey(String key), setCurveSecretKey(String key) and setCurveServerKey(String key))
  • Socket options (setOption(int option, String value))
15
likes
0
pub points
77%
popularity

Publisher

verified publisherwirmo.de

A simple dart zeromq implementation/wrapper around the libzmq C++ library

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

ffi, flutter

More

Packages that depend on dartzmq