1 Repo
Mechanisms for loading and unloading software modules at runtime to optimize memory usage on constrained devices.
Distinct from Dynamic Module Loading: Distinct from Dynamic Module Loading: focuses on the lifecycle management of application-level programs rather than low-level binary linking.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Application Loaders. Refine with filters or upvote what's useful.
Contiki is an operating system designed for resource-constrained embedded devices and the Internet of Things. It provides a lightweight, event-driven kernel that enables multitasking and low-power wireless network connectivity on hardware with extremely limited memory and processing power. The system distinguishes itself through a stackless threading model that allows for a blocking-style programming interface while maintaining a minimal memory footprint. It supports dynamic module and firmware management, enabling the loading and linking of relocatable binary code at runtime to update applic
Provides mechanisms for loading and unloading software modules at runtime to optimize memory usage on constrained devices.