Remote Control Protocols (OSC & HTTP API)
Supported Remote Control Protocols on Pewbeam
OSC (Open Sound Control)
Pewbeam listens for UDP commands on Port 8000:
- Commands:
/pew/next,/pew/prev,/pew/show,/pew/hide,/pew/theme [string],/pew/opacity [float 0-1],/pew/confidence [float 0-1],/pew/on_air [bool],/pew/mode [string].
HTTP API
Runs a local server on Port 8080:
- Endpoints:
/api/health(GET),/api/status(GET),/api/mode(POST),/api/theme(POST),/api/control(POST).