Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shaybox/lighthouse
Virtual reality basestation power management in Rust
https://github.com/shaybox/lighthouse
basestation htc-vive htc-vive-lighthouse htcvive lighthouse power-management reality rustlang steamvr virtual virtual-reality virtualreality
Last synced: 4 months ago
JSON representation
Virtual reality basestation power management in Rust
- Host: GitHub
- URL: https://github.com/shaybox/lighthouse
- Owner: ShayBox
- License: mit
- Created: 2021-03-18T12:53:05.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-04T01:04:55.000Z (4 months ago)
- Last Synced: 2024-10-12T15:21:38.753Z (4 months ago)
- Topics: basestation, htc-vive, htc-vive-lighthouse, htcvive, lighthouse, power-management, reality, rustlang, steamvr, virtual, virtual-reality, virtualreality
- Language: Rust
- Homepage:
- Size: 42 KB
- Stars: 44
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lighthouse
Virtual reality basestation power management in Rust## Usage
```
Usage: lighthouse [OPTIONS] --stateOptions:
-s, --state V1: [OFF|ON] [BSID] | V2: [OFF|ON|STANDBY]
-b, --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).