Re: [zeromq-dev] ZeroMQ on RTOS

2024-06-26 Thread Harald Achitz
it would be nice if there were an official/public open-source solution I know about a place implementing zmtp for FreeRTOS, but thats inhouse and will never go public it's a waste if places do the same over and over again, contiki zmpt is a embedded zmtp implementation with some limitations due to

Re: [zeromq-dev] [zeromq-announce] When is new version of libzmq getting released?

2023-08-06 Thread Harald Achitz
Hi, Is there any progress or information about getting a new release? Since the re-licensing has been done, and zmq_proxy_steerable is now deprecated, I think everything should be ready. Not? Regards, Harald On Tue, 23 May 2023 at 09:11, Gaurav Gupta wrote: > Hi Team, > > Just checking again

Re: [zeromq-dev] C4 - The Good, the Bad and the Ugly?

2021-02-09 Thread Harald Achitz
C4 is of course not working in commercial software as in open source projects. But that does not mean there is nothing to take from it. One of the most important things could be stopping PR review ping pong, where Senior devs want others to write code as they would write it, name variables as they

Re: [zeromq-dev] ZMQ - Send std::shared_ptr via inproc pub-sub?

2020-06-24 Thread Harald Achitz
shared_pointers are thread safe (not the underlying data) so you can copy the shared_ptr to the thread, read the date, and forget about it no need to try some tricks like serialize pointer addresses, you will not succeed that way anyway On Wed, 24 Jun 2020 at 20:25, Bill Torpey wrote: > Serguei

Re: [zeromq-dev] cppzmq "tour"

2020-04-16 Thread Harald Achitz
Great learning resource, thanks for sharing Brett! On Thu, 16 Apr 2020 at 02:10, Brett Viren wrote: > Hi, > > I wrote up a "tour" of cppzmq in order to drive me to learn more about > it. > > https://brettviren.github.io/cppzmq-tour/ > > Maybe it's of use or interest to others. > > Cheers, > -B

Re: [zeromq-dev] decentralize git with pub/sub

2019-07-29 Thread Harald Achitz
echanism. > > Harald is right and if you host gitlab yourself then you are free from > > rules of hosting services. > > It's not a matter if this host located in US, until it doesn't have any > > trade. Like Savanneh service > > > > > > On Mon, 29 Ju

Re: [zeromq-dev] decentralize git with pub/sub

2019-07-28 Thread Harald Achitz
I think when you run gilab your own, you can run it on whatever server you want in any country, and can allow access to whom ever you want of course, for free hosting you need to follow the rules of the one who does the hosting for you so there are 2 aspects, the git software, which is git, userma

Re: [zeromq-dev] problem with sending and recieving in a simple PAIR setup

2018-08-18 Thread Harald Achitz
Sorry for OT, but since I see this the first time: How can I put such syntax colored source code into a mail like the OP did? Am So., 19. Aug. 2018 um 07:58 Uhr schrieb Michael Hansen < michaelsve...@gmail.com>: > Ahh ok of course. > This works much better. > What if I have a setup where I in cli

Re: [zeromq-dev] cppzmq revival and RFC on design goals and supported platforms

2018-05-25 Thread Harald Achitz
ight feel some more enlightened than others. But >now the file has 2 styles. > > > > Sorry, but I totally don’t get what you mean with this remark. Can you > explain this? > > > >- I also think that pre C++ 11 Support pollutes the code. It doesn’t >

Re: [zeromq-dev] cppzmq revival and RFC on design goals and supported platforms

2018-05-24 Thread Harald Achitz
existing users. > That’s why I asked if there are users that still require pre-C++11 support. > > > > Best regards > > Simon > > > > *Von:* zeromq-dev [mailto:zeromq-dev-boun...@lists.zeromq.org] *Im > Auftrag von *Harald Achitz > *Gesendet:* Donnerstag, 24. Mai 201

Re: [zeromq-dev] cppzmq revival and RFC on design goals and supported platforms

2018-05-24 Thread Harald Achitz
Some critics, hope this is ok. It seems google is infecting anyone with it’s monolithic build philosophy. Too sad that you decided to fetch gtest. Going east const might feel some more enlightened than others. But now the file has 2 styles. I also think that pre C++ 11 Support pollutes the code.

Re: [zeromq-dev] FBZMQ

2018-05-09 Thread Harald Achitz
this is a very interesting link. what a luck that I had some time to read on this list today. thanks for mention this! /Harald Am Mi., 9. Mai 2018 um 07:26 Uhr schrieb Ernest Zed : > Hi, > Does anyone have an experience with facebook's C++ binding to 0MQ aka > fbzmq? > > Sincerely, > E. > _

Re: [zeromq-dev] Zmq Qt bindings

2018-05-09 Thread Harald Achitz
Hi, personally I think that a 'qt' wrapper like Nzmqt does not add extraordinary value to a project. you can either interface the qt event loop, or simply add a timer, to access you plain zmq(hpp) sockets. you can than selfe decide how much time you spend on waiting for a message and what to do. th

Re: [zeromq-dev] Call for testing for libzmq 4.2.3

2017-11-30 Thread Harald Achitz
If this info helps, build and test today's master on RHEL7 with devtoolset 7, with and without ENABLE_DRAFTS. all test passed. Harald send from my fairphone On Nov 26, 2017 12:55, "Luca Boccassi" wrote: > Thanks, and good point - that change should be in the NEWS, added: > > https://github.com

Re: [zeromq-dev] ZMQ reconnect/ephemeral ports

2017-10-01 Thread Harald Achitz
Hi Luca I have added some comments to the pr since I am unsure about the resource management of the term_endpoint::endpoint heap allocated string. It would be nice if you could have a look to them, thanks! Regards, Harald 2017-09-26 23:23 GMT+02:00 Bill Torpey : > Hi Luca: > > Sorry for not ge

Re: [zeromq-dev] Architecture design

2017-07-13 Thread Harald Achitz
wow did not know http://asciiflow.com/ , thanks! being able to draw such diagrams has been the only reason for me to use emacs, using artist mode, but this is better, resizin nd moving the squares, so easy! thanks! /Harald 2017-07-11 14:09 GMT+02:00 Wes Young : > err you build it there, then

Re: [zeromq-dev] Wikidot overrun by spammers

2017-06-10 Thread Harald Achitz
Thanks for your effort! Hopefully you can enjoy the rest of the weekend. 2017-06-10 16:05 GMT+02:00 Luca Boccassi : > On Fri, 2017-06-09 at 18:32 +0100, Luca Boccassi wrote: > > Hello, > > > > I've set the wikidot pages for zeromq to read-only for members for > > the > > moment, while I try to

Re: [zeromq-dev] New Ruby bindings for libzmq

2017-05-20 Thread Harald Achitz
This is actually not a ruby, but a mruby gem mruby , embedded ruby , light weight, ruby, https://github.com/mruby/mruby this is actually pretty cool that this has now zmq bindings 2017-05-16 19:24 GMT+02:00 Luca Boccassi : > Hello, > > I'm happy to announce the latest addition to the family: >

Re: [zeromq-dev] Porting libzmq to C++11

2017-05-19 Thread Harald Achitz
libzmq11 is not enough, as said, until this is usable c++17 will be old. C++14 is indeed a bugfix version of C++11, but a very required one. C++17 is big and important, do not believe what some less relevant people write in the net. the next big thing is c++20, modules, concepts, maybe even network

Re: [zeromq-dev] Porting libzmq to C++11

2017-05-18 Thread Harald Achitz
not libzmq11 but libzmq117 targeting libzmq20 and beyond, and I mean this seriously, I am glad someone asks this question. It is not about fashion, being cool or using the latest and greatest. If you know what modern C++ gives you, on secure and fast code, than everything is clear to you. If you

Re: [zeromq-dev] Asyncronous clients

2017-05-06 Thread Harald Achitz
if messages can come out of order but orders matter for you than add a message id at the end, or between the address package and the message package of the multi part message 2017-04-24 22:31 GMT+02:00 Андрей Олейник : > Justin, > > Identity determine socket. In my case it is DEALER socket which

Re: [zeromq-dev] ZeroMQ Github Org and 2-factor authentication

2017-03-30 Thread Harald Achitz
As a user: please​ make it an requirement for write access to have 2factor auth. Thanks for having this idea and doing this initiative! Regards Harald send from my fairphone On Mar 30, 2017 12:37 PM, "Luca Boccassi" wrote: > Hello all, > > There have been news recently of attacks targeting dev

Re: [zeromq-dev] Big thank you for the Hackaton and the rest

2017-03-03 Thread Harald Achitz
Do you know, is this video already online? send from my fairphone On Feb 6, 2017 10:57 AM, "Benjamin Henrion" wrote: > Hi, > > Just wanted to thank you all for the Hackaton and your interventions > at the PH's inmemoriam talk, it was a great week-end. Videos will be > online soon. > > About Gla