Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        



Discord


Downloads

# Lighthouse
Virtual reality basestation power management in Rust

## Usage

```
Usage: lighthouse [OPTIONS] --state

Options:
-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).