Re: [zeromq-dev] ZeroMQ Curve Publish Subscribe

2016-10-14 Thread LENFERINK Roy
and subscriber. Thanks! Greetings, Roy -Original Message- From: zeromq-dev [mailto:zeromq-dev-boun...@lists.zeromq.org] On Behalf Of alex. Sent: Thursday, 13 October, 2016 17:00 To: zeromq-dev@lists.zeromq.org Subject: Re: [zeromq-dev] ZeroMQ Curve Publish Subscribe Hi Roy, it seems you

Re: [zeromq-dev] ZeroMQ Curve Publish Subscribe

2016-10-13 Thread Holger Joukl
Hi, (silent lurker on this list and no curve experience at all, but...) "zeromq-dev" schrieb am 13.10.2016 08:59:15: > I would like to swap the keys, so, the publisher should encrypt the data > with his public key, and the subscribers should decrypt the data

Re: [zeromq-dev] ZeroMQ Curve Publish Subscribe

2016-10-13 Thread alex.
Hi Roy, it seems you are convoluting how ZeroMQ and CurveMQ work. ZMQ simply abstracts how clients talk over a network. Pub-Sub is a fine example of that since you, as a developer can write programs where clients can fan-out messages, i.e. from one node to many others in one direction. This does

[zeromq-dev] ZeroMQ Curve Publish Subscribe

2016-10-13 Thread LENFERINK Roy
Hello everyone, Currently I'm investigating the possibilities of ZeroMQ. At the moment, I have created a publisher subscribe system with curve enabled. This is the code I used to get it up and running (got it from Pieter hintjes his blog): http://pastebin.com/LjV8aKLG At the moment, the