Skip to content

ShayBox/Lighthouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lighthouse

Virtual reality basestation power management in Rust

Usage

Usage: lighthouse [OPTIONS] --state <STATE>

Options:
  -s, --state <STATE>  V1: [OFF|ON] [BSID] | V2: [OFF|ON|STANDBY]
  -b, --bsid <BSID>    V1: Basestation BSID
  -v, --verbose...     More output per occurrence
  -q, --quiet...       Less output per occurrence
  -h, --help           Print help information

V1 Basestations require an 8 character BSID found on the device.

Example

V1: $ lighthouse -s on -b aabbccdd
V2: $ lighthouse -s on

macOS

Enable the Bluetooth permission for your terminal. You can do the latter by going to System Preferences → Security & Privacy → Privacy → Bluetooth, clicking the '+' button, and selecting 'Terminal' (or iTerm or whichever terminal application you use).