Skip to content

Instantly share code, notes, and snippets.

View Codymatthieu's full-sized avatar

Cody Matthieu Codymatthieu

  • Octoblu
  • Arizona
View GitHub Profile
@Codymatthieu
Codymatthieu / index.js
Created April 25, 2017 21:14
blinkt/ Ipfs package
var ipfsAPI = require('ipfs-api');
var ipfs = ipfsAPI('localhost', '5001', {protocol: 'http'});
const topic = 'general';
const Blinkt = require('blinktjs');
const blinkt = new Blinkt();
const receiveMsg = (msg) => {
console.log(msg.data.toString());
1. Document SSH from USB with no network.
Command: ssh pi@raspberrypi.local
Password: raspberry
2. Then login as root user.
Command: su root
Password: raspberry
337c4add-5ad2-4ecb-baec-a2ece49c936f