Barebones esbuild and test node server implementation for building. Current stable version 0.4.6. This package provides drivers for ganglion (using openbci library), muse, and webgazer. It is a minimal, experimental library for decoding device data, primarily for building and testing. No active release cadence; likely maintenance mode. Differentiator: lightweight esbuild-focused tooling for third-party device drivers, but known instability with ganglion driver.
npm install device-decoder.third-partyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to import and connect a Ganglion device using the openbci-based driver.
Update to use openbci-compatible API or stay on older version <0.4.0.
Use webgazer in a browser context with appropriate polyfills.
Wrap calls in try-catch and handle errors explicitly.
npm install device-decoder.third-party
import { Ganglion } from 'device-decoder.third-party'Use import syntax instead of require.
No dependency data recorded yet.