Skip to content
Matias Elo edited this page Mar 24, 2020 · 4 revisions

Open Event Machine (OpenEM or EM) is an architectural abstraction and framework of an event driven multi-core optimized processing concept originally developed for networking. It offers an easy programming concept for scalable and dynamically load balanced multi-core data plane applications with a very low overhead run-to-completion principle.

The EM implementation using Open Data Plane (ODP) API for hardware abstraction is called em-odp. EM-ODP documentation is available here. ODP project can be found here in github.

Clone this wiki locally