qpc VS FreeAct

Compare qpc vs FreeAct and see what are their differences.

FreeAct

FreeAct is a minimal Active Object (Actor) framework for FreeRTOS (by QuantumLeaps)
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
qpc FreeAct
3 4
892 88
1.8% -
6.1 2.6
6 days ago 6 months ago
C C
GNU General Public License v3.0 or later MIT License
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.

qpc

Posts with mentions or reviews of qpc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-01.

FreeAct

Posts with mentions or reviews of FreeAct. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-19.
  • Data Ownership between freeRTOS threads
    1 project | /r/embedded | 1 Dec 2022
    Perhaps you could take a look at "FreeACT" project on GitHub, which shows the first steps in building an "Active Object" framework on top of FreeRTOS. The "FreeACT" framework currently does not have event management yet, but you could add it. This is an open-source project permissively licensed under the MIT license and everyone is welcome to contribute.
  • Beginner's guide for professional firmware development?
    3 projects | /r/embedded | 19 Sep 2022
    Finally, for anyone interested in specific code, there is a FreeACT project on GitHub, where you can find a rudimentary Active Object Framework built on top of FreeRTOS.
  • FreeRTOS Communication between tasks - Physical design
    3 projects | /r/embedded | 1 Sep 2022
    You will also need to be careful with blocking, because this clogs the event-loop that each of your tasks will be running. Among others, that means that you cannot use vTaskDelay(), for example. Instead, you would need to replace all such blocking mechanisms with event-driven equivalents. For example, you need to implement time-events instead of the blocking delay(). Here, you might want to take a look at the "FreeACT" minimal real-time framework based on FreeRTOS.
  • Adding dependencies of FreeRTOS in drivers
    1 project | /r/embedded | 15 Aug 2022

What are some alternatives?

When comparing qpc and FreeAct you can also consider the following projects:

rt-thread - RT-Thread is an open source IoT real-time operating system (RTOS).

cFE - The Core Flight System (cFS) Core Flight Executive (cFE)

arm-none-eabi-gcc-xpack - A binary distribution of the Arm Embedded GCC toolchain

mpu925x-driver - Platform independent driver for MPU-9250 and MPU-9255 sensors.

modern-embedded-programming-course - Companion repository to the "Modern Embedded Systems Programming" video course.

QuarkTS - An open-source OS for embedded applications that supports prioritized cooperative scheduling, time control, inter-task communications primitives, hierarchical state machines and CoRoutines.

zephyr - Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.

nanopb - Protocol Buffers with small code size

makina - A simple hierarchical state machine compiler that generates C.

firmware - Firmware projects, shared libraries, and code generation for PER car

qtools - QTools collection of open source tools for embedded systems development on Windows, Linux and MacOS

tiny