[zeromq-dev] New clrzmq, Add it to github?

2015-01-09 Thread Uli Riehm
Hello World, I've made a completely new clrzmq. You can see results in clrzmq-test - especially when running ./ZeroMQ.Text.exe --frontend=tcp://192.168.1.10:2772 --backend=tcp://192.168.1.10:2773 PubSubDevice Edward Ulrich on one machine and on another ./ZeroMQ.Test.exe --client=+ --backend=t

Re: [zeromq-dev] New clrzmq, Add it to github?

2015-01-09 Thread Uli Riehm
Hello Pieter, I'm going to name it clrzmq4, because of the libzmq version I'm using. How to continue now, do you fork it? - Uli Am 09.01.2015 um 19:25 schrieb Pieter Hintjens: > Nice. I've added you to the ZeroMQ owners team, so you can rename your repo. > > Since there's already two older clrzm

Re: [zeromq-dev] Implementing a ZAP handler in C#

2015-08-01 Thread Uli Riehm
Well the thing is to En/Decode this string into a string, or En/Decode this string into byte[]... I'm adding methods public static byte[] ToZ85EncodedBytes(this string decoded) { return EncodeBytes(decoded, ZContext.Encoding);