Home
Softono
edf

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

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.