Receive Meshblu Messages
Meshblu Socket.io has a special link to receive Meshblu messages. The device can connect to the Socket.io Firehose by establishing a Socket.io connection to https://meshblu-firehose-socket-io.octoblu.com with x-meshblu-uuid
and x-meshblu-token
headers, or the uuid
and token
query params. The Firehose will immediately start streaming messages down to the device. For more information on the Firehose message structure, see the Firehose documentation.
You will need to set your path
to /socket.io/v1/:uuid
in order to connect.
Available SDKs
Node.js
Updated less than a minute ago