This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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()); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Document SSH from USB with no network. | |
Command: ssh [email protected] | |
Password: raspberry | |
2. Then login as root user. | |
Command: su root | |
Password: raspberry |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
337c4add-5ad2-4ecb-baec-a2ece49c936f |