bitstream-student-obfuscated
v0.1.0
Published
CLI + HTTP API: patch mqtt_client_config.h; MCU MQTT simulator (env/imu/mag) (student release, obfuscated runtime)
Maintainers
Readme
bitstream student release (obfuscated JS)
This package contains obfuscated runtime code only (no TypeScript source).
Install (inside this folder)
npm installOS-specific guides
Quick run examples
node dist/cli.js --help
npx bitstream --helpNotes
- Requires Node.js 20+.
- Requires Docker Desktop / Docker Engine for
backend up. - Firmware paths are machine-specific; follow the OS guide for
--config/env setup.
Publish to npmjs (maintainer)
Before publish, confirm the package name in package.json is unique on npm.
npm pack --dry-run
npm publish --access public