Ajay on Non-MMU Embedded Linux
Code and ideas that I plan to (or already do) share.

Open Source Projects

Config Managers

Python daemons that listen on a Unix domain socket (DGRAM) and apply configuration to embedded transmitters or redundancy controllers. These write INI-style config using libconfuse.

SNMP / Alarms

Lightweight SNMP pollers and trap handlers that collect alarm and sensor data from multiple devices and unify it for logging.

Flask / Gunicorn UI

Minimal Flask frontend that surfaces status, alarms, and sensors, served via Gunicorn. Static HTML pages, no heavy dashboard library.

Planned

  • Cleaned-up systemd units and recovery logic for services that die.
  • Example Buildroot overlay for bundling these tools safely.