Skip to main content
Open web applications through the Lager CLI for oscilloscope, logic analyzer, and webcam access.

Syntax

lager scope [OPTIONS]
lager logic [OPTIONS]
lager webcam [OPTIONS]

Global Options

OptionDescription
--box TEXTLagerbox name or IP address
--helpShow help message and exit

Commands

CommandDescription
scopeOpen oscilloscope web app
logicOpen logic analyzer web app
webcamOpen webcam web app

Command Reference

scope

Open oscilloscope web application.
lager scope [OPTIONS]
Options:
  • --box TEXT - Lagerbox name or IP

logic

Open logic analyzer web application.
lager logic [OPTIONS]
Options:
  • --box TEXT - Lagerbox name or IP

webcam

Open webcam web application.
lager webcam [OPTIONS]
Options:
  • --box TEXT - Lagerbox name or IP

Examples

# Open oscilloscope
lager scope --box my-lager-box

# Open logic analyzer
lager logic --box my-lager-box

# Open webcam
lager webcam --box my-lager-box

Notes

  • Each command opens a web browser with the respective application
  • Requires a web browser to be available on your system
  • Applications provide real-time access to device data and controls
  • Ensure the target box has the required hardware capabilities
  • Web apps require a configured box (use lager boxes add first)