Recently I've build the zmqpp c++ binding

In your installation process is created a zmqpp client tool CLI to test of
a basic way some sockets communications. ..

https://github.com/zeromq/zmqpp/#usage


How to can I usage the flags to execute the client?

I try this

→ ./zmqpp --connect req tcp://localhost:5555
                                                  [818f9c3]
Unknown value 'tcp://localhost:5555' provided for 0mq socket type.
Usage: zmqpp [options] SOCKETTYPE ENDPOINT
0mq command line client tool.
SOCKETTYPE is one of the supported 0mq socket types.
  pull, push, pub, sub, req, rep
ENDPOINT is any valid 0mq endpoint.


But  the connection options is not clear for me ...

I have a socket server in the 5555 port/

Bernardo Augusto García Loaiza
Ingeniero de Sistemas
Estudiante de Maestría en Ingeniería Informática - Universidad EAFIT
http://about.me/bgarcial
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
https://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to