eCAL VS nanomsg

Compare eCAL vs nanomsg and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
eCAL nanomsg
11 1
1 5,857
- 0.5%
9.2 6.3
over 1 year ago 3 months ago
C++ C
Apache License 2.0 GNU General Public License v3.0 or later
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.

eCAL

Posts with mentions or reviews of eCAL. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-17.
  • eCAL ipc framework
    1 project | dev.to | 17 Jan 2022
    New version (5.94) of the high performance interprocess / interhost communication framework eCAL is available. eCAL supports different transport layer like shared memory for interprocess and udp multicast for interhost communication. It does not force the user to use a specific serialization format but supports some of the standards like google protobuf, capnproto or flatbuffers. The API is wrapped to C, C++, Python, C#, Rust and Go (the last two I never tested ;-)). Here you can find all the documentation. Check out the great applications for monitoring, record and replay. eCAL is Apache 2 licensed, repository hosted here. Have fun :-)
  • eCAL 5.9.4 released
    2 projects | /r/cpp | 17 Jan 2022
  • Should I run ROS on windows, through WSL or on linux with dual boot?
    1 project | /r/ROS | 29 Oct 2021
    I you just need a fast publish / subscribe framework for windows you can give eCAL a try. The setup is done in less a minute and their is no dependency hell. Just to mention it as alternative. Documentation here
  • Google Protobuf vs JSON vs [insert candidate here]
    6 projects | /r/cpp | 31 Aug 2021
    I would concider using eCAL since it blasts everything out of the water in terms of performance and comes with some handy tooling for inspection of messages in-travel.
  • eCAL 5.9.0 released
    2 projects | /r/cpp | 10 Aug 2021
    Source on GitHub: https://github.com/continental/ecal
  • Sender and Receiver implementations
    4 projects | /r/cpp | 25 Jul 2021
    Check out eCal.
  • grpc_bench: open-source, objective gRPC benchmark
    6 projects | /r/cpp | 20 Apr 2021
    This really makes me want to try https://github.com/continental/ecal with https://github.com/google/flatbuffers to see how they compare. I also know that gpc for cpp at least stops functioning by about 4 MB of request size. Which I find stupid. What if I want to send uncompressed bitmaps!
  • Announcing Eclipse iceoryx 1.0.0
    8 projects | /r/cpp | 16 Apr 2021
    Congratulations. Well done. eCAL will update as soon as possible to the new release. The new custom header and the n:m pub/sub support are really welcome new features.
  • Open source developers that work outside of a full time job, what motivates you?
    3 projects | /r/ExperiencedDevs | 11 Mar 2021
    Here is their counter callback example: https://github.com/continental/ecal/blob/master/samples/cpp/counter/counter_rec_cb/src/counter_rec_cb.cpp

nanomsg

Posts with mentions or reviews of nanomsg. We have used some of these posts to build our list of alternatives and similar projects.
  • Question on cross platform libraries and networking
    1 project | /r/C_Programming | 26 Oct 2022
    I've had a look at some open source libraries that already support networking on different platforms like nanomsg, but I can't really tell how the library includes it's headers. My current idea is to use the processors to include the right headers for each system, and then each function would do the same. In a makefile I would do the same for linking correctly. Is this a good method, or is there an easier way? Or does it not matter overall as long as the library works?

What are some alternatives?

When comparing eCAL and nanomsg you can also consider the following projects:

ZeroMQ - ZeroMQ core engine in C++, implements ZMTP/3.1

gRPC - The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)

iceoryx - Eclipse iceoryxâ„¢ - true zero-copy inter-process-communication

Cap'n Proto - Cap'n Proto serialization/RPC system - core tools and C++ library

cyclonedds - Eclipse Cyclone DDS project

NATS - High-Performance server for NATS.io, the cloud and edge native messaging system.

rpclib - rpclib is a modern C++ msgpack-RPC server and client library

Apache Thrift - Apache Thrift