Skip to content

Set of apps to simplify streaming of screen to the browser

License

Notifications You must be signed in to change notification settings

paxx12/screen-apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screen Apps

Collection of applications for framebuffer and screen interaction on embedded systems.

Apps

fb-http

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

Building

make

Installation

make install DESTDIR=/path/to/install

Running

Local Development

./scripts/run-fb-http.sh

Deploy and Run on Remote Host

./scripts/deploy-run.sh <host> scripts/run-fb-http.sh

Requirements

  • Python 3
  • Pillow (PIL) for PNG encoding
  • Access to /dev/fb0 and /dev/input/event0 (requires root)

License

See LICENSE file for details.

About

Set of apps to simplify streaming of screen to the browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published