The Continuum Bridge Client package is a development library for Raspberry Pi devices interacting with the Continuum Bridge platform (stable version 0.0.1, early development stage). It provides tools to interface with bridge components, handling communication and data exchange. Differentiators include minimal dependencies and direct Raspberry Pi GPIO integration. Release cadence is irregular as it's a prototype. Alternatives include platform-specific SDKs like AWS IoT or Azure IoT Edge.
npm install clientVerified import paths — ran on the pinned version, not inferred.
Shows how to require the package, instantiate the client, connect, and send periodic data.
Pin to exact version and expect breaking changes.
Use Node.js 12 or newer; older versions may fail with syntax errors.
Use destructuring or require('client').Client.Run script with sudo or add user to gpio group.
Run npm install client --save in project directory, or check NODE_PATH.
Use const { Client } = require('client') instead of const Client = require('client').Run script with sudo, or add user to gpio group and reboot.
No dependency data recorded yet.