Home
Softono

Edf

Open source Apache-2.0 C++
12
Stars
2
Forks
0
Issues
2
Watchers
3 years
Last Commit

 About Edf

Edf is an event-driven framework for embedded system (e.g. FreeRTOS) with state machine and subscriber-publisher pattern. If you like it, star it. Thanks.

Platforms

Web Self-hosted

Languages

C++

Links

Need Help Installing Edf?

We provide expert installation service for this software. Our team will install, configure, and secure Edf on your server. plans start at just $30.

Edf means event-driven framework.

Event-driven programming is a common pattern in embedded systems. However, if you develop software directly on top of RTOS, using event-driven mode is a bit more complicated. The framework is designed in C++, fully adopts message mechanism, and implements event-driven model through subscriber-publisher pattern. The framework also provides a finite state machine implementation method.