Project
C Plugin Architecture POC
POSIX-style plugin loader that discovers, runs, and cleans up plugins with signal-aware process management.
Role
Systems Programming
Date
28-05-2025
Tech
CPOSIXPlugins
Project
POSIX-style plugin loader that discovers, runs, and cleans up plugins with signal-aware process management.
Systems Programming
28-05-2025
Highlights
A proof-of-concept plugin architecture in C that dynamically discovers plugins, initializes them, runs them in parallel child processes, and cleans them up with signal handling. Designed to show how a modular host can load and manage independent plugin binaries on POSIX systems.
build.sh script builds the host and sample plugins.