Re: [zeromq-dev] Various Majordomo protocol versions

2020-03-13 Thread SIMON BABY
k] are turning (zmq::socket_t*) > *POINTERS* to zmq::socket_t class objects into (zmq::socket_t) class > objects, and the C++ compiler can cast the former into (void*) pointer, but > not the latter. > > Best regards. > > On Fri, Mar 13, 2020 at 1:23 AM SIMON BABY wrote: > &g

Re: [zeromq-dev] Various Majordomo protocol versions

2020-03-12 Thread SIMON BABY
can someone comment on the below error I am getting oon ubuntu. g++ -std=c++11 -fPIC -Wall -Wextra -fmessage-length=0 -pthread -O2 -Iinclude -MMD -MP -c src/zipcpp.cpp -o build/src/zipcpp.cpp.o src/zipcpp.cpp: In function ‘bool zipc::sockPoll(zmq::socket_t*, int)’: *src/zipcpp.cpp:125:53: error:

Re: [zeromq-dev] ZeroMQ C++

2019-07-25 Thread SIMON BABY
; can call from C++ code > > Dne čt 25. 7. 2019 19:33 uživatel Brett Viren via zeromq-dev < > zeromq-dev@lists.zeromq.org> napsal: > >> SIMON BABY writes: >> >> > I am looking for a sample source code in c++ with multiple end-points >> defined in the sam

Re: [zeromq-dev] ZeroMQ C++

2019-07-25 Thread SIMON BABY
yes I tried . But could not see any sample with multiple endpoint from the same process. can you please helpout. Rgds Simon On Thu, Jul 25, 2019 at 10:13 AM Matteo wrote: > Have you tried the sample in C from the docs? > > On Thu, Jul 25, 2019 at 10:07 AM SIMON BABY wrote: > &

Re: [zeromq-dev] ZeroMQ C++

2019-07-25 Thread SIMON BABY
ttc...@posteo.de> wrote: > On Thu, 25 Jul 2019 09:14:46 -0700 > SIMON BABY wrote: > > > Hi, > > > > Can anyone send me a sample application in c++ using zeromq library > > in c++ source code using multiple endpoint

[zeromq-dev] ZeroMQ C++

2019-07-25 Thread SIMON BABY
Hi, Can anyone send me a sample application in c++ using zeromq library in c++ source code using multiple endpoints. rgds Simon ___ zeromq-dev mailing list zeromq-dev@lists.zeromq.org https://lists.zeromq.org/mailman/listinfo/zeromq-dev

Re: [zeromq-dev] design question

2018-10-26 Thread SIMON BABY
, 2018 at 2:28 PM SIMON BABY wrote: > Hi, > > I have a design requirement. Can anyone please help. > > I have multiple connection from client to server and my client sends a > very large file, say 4GB size to server. The file is send by splitting into > chunks and sending each c

[zeromq-dev] design question

2018-10-26 Thread SIMON BABY
Hi, I have a design requirement. Can anyone please help. I have multiple connection from client to server and my client sends a very large file, say 4GB size to server. The file is send by splitting into chunks and sending each chunk to the different channels (sockets created through multiple in

Re: [zeromq-dev] zeroMQ for resumable file transfer

2018-10-23 Thread SIMON BABY
Thanks a lot Bob Rgds Simon On Tue, Oct 23, 2018 at 9:20 AM Bob Eby wrote: > The Guide has many examples. Some are short enough to fit in the main > page, others have links to external content. > > All examples are on github here: > git clone --depth=1 https://github.com/imatix/zguide.git > >

Re: [zeromq-dev] zeroMQ for resumable file transfer

2018-10-23 Thread SIMON BABY
Thanks a lot Bob. Do we have any sample C++ application client server which uses Zero MQ? Rgds Simon On Tuesday, October 23, 2018, Bob Eby wrote: > > From: SIMON BABY > > Subject: [zeromq-dev] zeroMQ for resumable file transfer > > > Can I know if zeroMQ can be used for

[zeromq-dev] zeroMQ for resumable file transfer

2018-10-22 Thread SIMON BABY
Hi, Hi, Can I know if zeroMQ can be used for file transfer between machines sitting at different locations. Also I would like to know if it support load balancing between interfaces. That means if I have multiple interfaces between machines, will it uses all the interfaces at the same time to tra

[zeromq-dev] (no subject)

2018-10-17 Thread SIMON BABY
Hi , I have a design question. My requirement is below for an Air to Ground communication protocol. radio 1 Air |---| Ground _|---