Skip to content

ElBulbol/Remote-Slides-Controler-With-Phone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slide Controller

Control LibreOffice Impress slides from your phone over a local network. Node.js + Express backend, React + Vite frontend.

Run

./start.sh

Then scan the QR code from your phone.

How It Works

  • The Express server sends xdotool keystrokes (Right / Left) to control LibreOffice Impress.
  • It checks connectivity to the LibreOffice UNO bridge on TCP port 2002 to report connection status.
  • The React frontend is a full-screen touch interface: tap or swipe left/right to navigate slides.
  • On startup the server prints a QR code so you can quickly open the controller on your phone.

Architecture

Phone (browser)  ──HTTP──▶  Express :3001  ──xdotool──▶  LibreOffice Impress
                              │
                              └── TCP :2002 ──▶  UNO bridge (status check)

About

Made it so i can control my sildes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors