WebSocket protocol adapter for Meshblu (Octoblu IoT platform). Version 1.5.2, last updated November 2016. Provides a WebSocket interface for Meshblu devices to communicate, authenticate, and exchange messages. Deprecated as Octoblu platform is no longer maintained. Suitable legacy usage only.
npm install meshblu-server-websocketNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a WebSocket server attached to a Meshblu instance, handling incoming messages.
Migrate to alternative IoT messaging platforms like AWS IoT, MQTT.js, or WebSocket servers using ws library directly.
Ensure meshblu is installed and properly configured before instantiating this server.
Use TypeScript's declare module to augment types or use JSDoc for type checking.
Install meshblu package and ensure it is instantiated with correct server and port.
Run 'npm install meshblu-server-websocket' in your project root.
Use default import: import createServer from 'meshblu-server-websocket'
No dependency data recorded yet.