Skip to content

Instantly share code, notes, and snippets.

@peterdemartini
Created July 20, 2015 18:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterdemartini/2de5f2c1e5c5c54935c1 to your computer and use it in GitHub Desktop.
Save peterdemartini/2de5f2c1e5c5c54935c1 to your computer and use it in GitHub Desktop.
npm install meshblu-util -g
mkdir -p ~/tmp/devices
cd ~/tmp/devices
npm init -y
npm install meshblu-blink1
cd meshblu-blink1
meshblu-util register -t 'device:blink1' > meshblu.json
echo "YAY!!! Device created manually run 'npm start'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment