lordvictory
lordvictory
Might want to try using the Portable Binary format instead.
>> Hi @lordvictory, thanks for the inquiry, is this the documentation for TIPC? https://docs.kernel.org/networking/tipc.html These docs are the Linux implementation notes. The opther link has better programming information. TIPC is...
Yes, I've got it up and running in a test program. Seems to be operating correctly. I was able to get a Group socket created and send/receive Groupcast or Unicast...
Not sure how to integrate my changes into your repo, I don't often contribute to public source code...last time was probably over 7-8 years ago...an enhancement/fix to gnu libmicrohttpd...and it...
Don't think a C-style union will work. You may need to change it to a type-safe union instead (e.g. std::variant). I use variants frequently with cereal without issues.
This library is an amazing piece of work. I actively use this serialization library. IMHO, it's the best and easiest to work with. I usually use it in embedded systems...
Sorry hadn't replied...was on vacation. I use OSX systems for my general workstation, which I use for all my C++ development. But I don't normally do MacOS development, I usually...
Well..I work in the "embedded crowd"...and our IMX6 Yocto project (styhead) is using g++ v14.2, all C++ apps being built to C++20 spec...without moving the language standard forward you don't...