ethercat VS jailhouse

Compare ethercat vs jailhouse and see what are their differences.

ethercat

Rust wrapper for the IgH EtherCAT master (by ethercat-rs)

jailhouse

Linux-based partitioning hypervisor (by siemens)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
ethercat jailhouse
1 3
55 1,668
- 0.0%
4.8 0.0
7 months ago about 1 year ago
Rust 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.

ethercat

Posts with mentions or reviews of ethercat. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-20.
  • Rust for realtime motion control.
    5 projects | /r/rust | 20 Feb 2021
    Not directly related but there are some Rust wrappers around EthetCAT libraries such as https://github.com/ethercat-rs/ethercat. EtherCAT is commonly used as a realtime fieldbus in industrial motion control, for example KUKA and Staubli use EtherCAT between their motion controller and the servo drives. KUKA uses Acontis as the EthetCAT master software, but I am not sure what motion libraries they use.

jailhouse

Posts with mentions or reviews of jailhouse. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-13.
  • Is there a way to run RISCV sim spike on bare metal?
    3 projects | /r/RISCV | 13 Aug 2022
    You could run it inside something like jailhouse hypervisor (https://github.com/siemens/jailhouse) if you want to give it direct dedicated "baremetal" access to hardware. You could do this inside of a buildroot linux image. This would need a customized simulator.
  • Nano98: Windows 98 that boots and runs under 5MB
    4 projects | news.ycombinator.com | 20 Sep 2021
    Yes indeed, and Siemens even has their own hypervisor: https://github.com/siemens/jailhouse
  • Rust for realtime motion control.
    5 projects | /r/rust | 20 Feb 2021
    Yeah, I think that is what something like https://www.toradex.com/computer-on-modules/apalis-arm-family/nxp-imx-8 is useful for, where it has a separate core. Or even on linux you can use isolcpus to get pseudo-isolation. There are also hardware hypervisors like Jailhouse (https://github.com/siemens/jailhouse) which can completely isolate hardware resources and I suppose might prevent the GPU from causing an issue with realtime task. But this definitely affects ease-of-use and probably requires a reduced feature set in the language (no dynamic allocations) and lots of unsafe code.

What are some alternatives?

When comparing ethercat and jailhouse you can also consider the following projects:

MCCBounceEnable - A program that alters the tick rate of Halo 2 Classic in Halo:MCC to enable super bouncing.

linux-embedded-hal - Implementation of the `embedded-hal` traits for Linux devices

embedded-trainings-2020

riscv-isa-sim - Spike, a RISC-V ISA Simulator