π Official Node.js SDK for data over sound (audible + ultrasonic). Encode / decode payloads locally via N-API binding to
beeping-core(C++20) or remotely via the Beeping Platform cloud (beepbox-server). One package, dual mode. Part of the Beeping Platform ecosystem.
Once the package is published to npm (BEE-132):
pnpm add @beeping/node
# or: npm i @beeping/node
# or: yarn add @beeping/nodeUntil then, consume directly from the repo:
pnpm add github:beeping-io/beeping-node#developimport { createClient } from '@beeping/node';
const client = createClient({ mode: 'auto' });
const audio = await client.encode(Buffer.from('hello'));
const payload = await client.decode(audio);pnpm install
pnpm buildpnpm test
pnpm test:coveragepnpm lint
pnpm format:check- Product spec β
docs/PRODUCTO.md - Live timeline β
docs/ROADMAP.md - Timeline history β
docs/ROADMAP_CHANGELOG.md - Capture buffers β
docs/IDEAS.mdΒ·docs/PENDING.md
Apache-2.0 Β© 2026 Beeping