Re: [zeromq-dev] [zyre] Can not get UDP beaconing working

2014-08-27 Thread Arnaud Loonstra
On 08/27/2014 07:44 AM, Stanislav Ivochkin wrote: Hi all! I've wrote a simple program to play with zyre, but it does not work as I expect. #include thread #include zyre.h int main(int argc, char* argv[]) { auto node = zyre_new(nullptr); auto rc = zyre_start(node); auto

Re: [zeromq-dev] [zyre] Can not get UDP beaconing working

2014-08-27 Thread Pieter Hintjens
You can also use the zyre_ping tool to check that your network is working. Run two instances and they should see each other. On Wed, Aug 27, 2014 at 11:13 AM, Arnaud Loonstra arn...@sphaero.org wrote: On 08/27/2014 07:44 AM, Stanislav Ivochkin wrote: Hi all! I've wrote a simple program to

Re: [zeromq-dev] [zyre] Can not get UDP beaconing working

2014-08-27 Thread Stanislav Ivochkin
Thanks for replies. 2014-08-27 13:43 GMT+04:00 Pieter Hintjens p...@imatix.com: You can also use the zyre_ping tool to check that your network is working. Run two instances and they should see each other. Do you mean zpinger? According to source code you are. zpinger also does not work as

Re: [zeromq-dev] [zyre] Can not get UDP beaconing working

2014-08-27 Thread Stanislav Ivochkin
2014-08-27 20:19 GMT+04:00 Stanislav Ivochkin i...@extrn.org: Thanks for replies. 2014-08-27 13:43 GMT+04:00 Pieter Hintjens p...@imatix.com: You can also use the zyre_ping tool to check that your network is working. Run two instances and they should see each other. Do you mean zpinger?