Simulate your own spacecraft with Asynchronix, an async discrete-event simulator

This page summarizes the projects mentioned and recommended in the original post on /r/rust

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
  • asynchronix

    High-performance asynchronous computation framework for system simulation

  • I just released Asynchronix, a high-performance, multi-threaded discrete-event simulator.

  • tachyonix

    An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds

  • This has been a fairly long journey, which saw the development of a custom channel, a custom multi-threaded async executor and a few small crates such as st3.

  • 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.

    InfluxDB logo
  • st3

    Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.

  • This has been a fairly long journey, which saw the development of a custom channel, a custom multi-threaded async executor and a few small crates such as st3.

  • heph

    Heph is an actor library for Rust based on asynchronous functions.

  • There's another crate with an interesting API that looks kinda similar to this that uses the actors https://github.com/Thomasdezeeuw/heph

  • PWSat2OBC

    Source code of the PW-Sat2 On Board Computer (OBC) software.

  • If you are looking for an example with similar complexity and real-time constraints as a cubesat, you could do worse than look at what the PWSat folks did (GitHub link). It's not introductory material, but I have been impressed to see such level of rigor being applied for cubesat development and validation.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts