Do you use HSM (Hierarcical State Machines)?

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

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

    C++14 State Machine library

  • Sounds like your problem with HSMs was complexity of manual implementation. Find a library/tool that handles that for you and use the better product for the job? If you have a complex system HSMs will help you write less code than you would have with bunch of FSMs. If you use c++ I recommend boost::sml which is technically not a part of boost.

  • HTHSM

    A framework for implementing hierarchical finite state machines (HSMs) in C code. It's a good fit for firmware projects, and helps keep your event-driven system orderly with readable code.

  • Here's a lightweight hierarchical state machine implementation in C that I put together: https://github.com/TheHumbleTransistor/HTHSM I tried to find a healthy harmony of performance and a lean syntax.

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

  • State machines with C++20 coroutines and Asio/Boost Async

    2 projects | /r/cpp_questions | 8 Apr 2023
  • [Boost::MSM] Huge Memory Usage Issue During Compilation

    1 project | /r/cpp_questions | 11 Nov 2022
  • State machine suggestion?

    2 projects | /r/QtFramework | 27 Oct 2022
  • Specifications for an open source finite state machine library

    1 project | /r/cpp | 25 Oct 2022
  • Introducing FFSM2 and HFSM2 state machine libraries

    3 projects | /r/cpp | 14 Feb 2022