@anthriq_dev/backend-win32-x64
v0.1.0
Published
BXI backend binaries for win32-x64. Installed automatically as an optional dependency of @anthriq_dev/services and @anthriq_dev/bxi-interface — not useful on its own.
Downloads
66
Maintainers
Readme
@anthriq_dev/backend-win32-x64
Prebuilt BXI backend binaries for win32-x64, backend v0.1.0.
You should not install this package directly. It is an optional dependency of
@anthriq_dev/services
and @anthriq_dev/bxi-interface,
and npm picks the build matching your machine automatically.
Contents
| Path | Purpose |
|---|---|
| bin/executor_server | Runs processing pipelines |
| bin/pipeline_runner | One process per running pipeline |
| bin/operator_registry_server | Operator (node plugin) package management |
| bin/pipeline_registry_server | Pipeline definition management |
| bin/recording_server | Recording, playback and export |
| bin/BXIInterface_bridge | Device bridge for @anthriq_dev/bxi-interface |
| bin/ni_usb_daq.dll | NI USB-DAQ device stub, loaded by the bridge |
| lib/nodes/ | Node plugins loaded into pipelines at runtime |
| devices/ | Device manifests the bridge scans to discover device families |
| certs/root-ca.crt | CA certificate used to verify a device over wss:// |
Requirements
Everything here is statically linked and needs no redistributable runtime, with two exceptions that depend on hardware you may not have:
- NI USB-DAQ —
ni_usb_daq.dllloads the NI-DAQmx runtime (nicaiu.dllon Windows). Install NI-DAQmx if you use NI hardware; without it, the NI device family simply does not appear. - The Python node —
libpythonwrapper.dllis not shipped here, because it binds a specific Python version by name and would be present but unloadable on a machine without it.
Generated by scripts/build_npm_backend.mjs — do not edit by hand.
