tcp_pubsub
📦 TCP based publish-subscribe library for C++ 🌐 (by eclipse-ecal)
iceoryx
Eclipse iceoryx™ - true zero-copy inter-process-communication (by eclipse-iceoryx)
tcp_pubsub | iceoryx | |
---|---|---|
1 | 11 | |
38 | 1,733 | |
- | 2.3% | |
3.6 | 9.3 | |
about 2 months ago | 3 days ago | |
C++ | C++ | |
GNU General Public License v3.0 or later | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
tcp_pubsub
Posts with mentions or reviews of tcp_pubsub.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-06.
-
What network messaging library do you recommend?
If you want a fairly low level pub/sub like messaging over TCP, take a look at the tcp_pubsub library. It basically does what you're looking for.
iceoryx
Posts with mentions or reviews of iceoryx.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-11-11.
-
iceoryx VS iceoryx2 - a user suggested alternative
2 projects | 11 Nov 2024
-
Show HN: Comprehensive inter-process communication (IPC) toolkit in modern C++
Also, when you want to perform some access control with access rights, you have to face sid— and ace-strings - oh they are fun. And, of course, there are all the nasty details; for instance, Windows defines macros that lead to compilation failures since they collide with internal naming. Take a look at this here, maybe it makes your efforts less painless: https://github.com/eclipse-iceoryx/iceoryx/blob/master/iceor...
You could reuse the iceoryx platform layer that enables iceoryx to run on every platform from qnx, linux, freertos, mac, windows. Maybe it can help you as well: https://github.com/eclipse-iceoryx/iceoryx/blob/master/doc/w...
-
Flow-IPC: Open-Source Toolkit for Low-Latency Inter-Process Communication in C++
Does the schema help a lot? For C++ you can get very fast without, for example with IceOryx https://github.com/eclipse-iceoryx/iceoryx
In contrast to Cap'n'Proto you get compiler optimized struct layout as benefit from using raw structs. Benchmarks are here https://iceoryx.io/v2.0.2/examples/iceperf/
- IPC communication between rust, c++, and python
-
iceoryx v2.0.0 released - a true zero-copy C++ middleware
full release notes: https://github.com/eclipse-iceoryx/iceoryx/blob/master/doc/website/release-notes/iceoryx-v2-0-0.md
-
Shadesmar: Fast C++ IPC using shared memory
True, a better comparison for Shadesmar would be with libraries like iceoryx and alephzero.
-
Announcing Eclipse iceoryx 1.0.0
This is the tracking issue for Windows support https://github.com/eclipse-iceoryx/iceoryx/issues/33