Hacker News new | ask | show | jobs
by skaiuijing 96 days ago
I’m building ccbpf to bring eBPF‑style programmability to embedded systems.

ccbpf includes: - a C‑subset compiler (ccbpf‑cc) that generates ccbpf bytecode - a small, portable VM for MCUs - a simple map system and hook/event model - a loadable program format designed for constrained devices

The goal is to let MCUs load and run small, safe, sandboxed programs—similar in spirit to eBPF, but built specifically for embedded environments.

Repo: https://github.com/skaiui2/ccbpf