Collection of applications for framebuffer and screen interaction on embedded systems.
HTTP server for viewing and interacting with the framebuffer device (/dev/fb0). Provides:
- Real-time framebuffer streaming as PNG images
- Touch input support via
/dev/input/event0 - Web-based interface for remote screen viewing and interaction
makemake install DESTDIR=/path/to/install./scripts/run-fb-http.sh./scripts/deploy-run.sh <host> scripts/run-fb-http.sh- Python 3
- Pillow (PIL) for PNG encoding
- Access to
/dev/fb0and/dev/input/event0(requires root)
See LICENSE file for details.