meshblu-util
v7.0.0
Published
Utils for managing Meshblu devices
Downloads
169
Readme
Meshblu Util
Generate and publish a public key based on meshblu.json credentials
Install
npm install -g meshblu-utilUsage
Register
Register a new device with meshblu
meshblu-util register > meshblu.jsonSubscribe
Subscribe to the device in meshblu.json
meshblu-util subscribe ./meshblu.jsonSubscribe to a device that meshblu.json has permission to listen to
meshblu-util subscribe -u 422e55fe-d461-4db8-9554-96b16d5660b5 ./meshblu.jsonGet
Get your meshblu device
meshblu-util get ./meshblu.jsonUpdate
Update your meshblu device
meshblu-util update -d '{"online": true}' ./meshblu.jsonKeygen
Generate a secure keypair and update your device's publicKey
meshblu-util keygen ./meshblu.json