# Backglow OSC Fixture

Python-osc script that sends `/avatar/parameters/Backglow*` messages to the
`beyond_backglow_ctl.exe` daemon for SMOKE UAT.

## Install

```
py -m pip install python-osc
```

## Usage

See `send_backglow.py --help`. Common invocations used in `16-SMOKE.md`:

```
py send_backglow.py --led 0 --r 1.0 --g 0.0 --b 0.0
py send_backglow.py --sweep
py send_backglow.py --silence 5
py send_backglow.py --bri-dedup
```

Default target is `127.0.0.1:9001` (D-19 fallback port). Daemon logs show
which port it actually bound; override with `--port N` if OSCQuery picked
an ephemeral port.
