$ cd ~/iot/lesson10$ python3 hash_value.py$ python3 snakecoin.pyTerminal 1
$ git clone https://github.com/satwikkansal/python_blockchain_app.git$ export FLASK_APP=node_server.py$ cd python_blockchain_app$ flask run --port 8000Terminal 2
$ cd python_blockchain_app$ python3 run_app.py$ wget http://www.airspayce.com/mikem/bcm2835/bcm2835-1.60.tar.gz$ tar zxvf bcm2835-1.60.tar.gz$ cd bcm2835-1.60$ ./configure$ make$ sudo make check$ sudo make install$ cdAlso copy successfully repository
$ git clone https://github.com/robertlie/dht11-raspi3.git$ cd dht11-raspi3$ npm installChange nodes.testnet.iota.org to nodes.devnet.iota.org
$ nano mam_publish.js$ nano mam_receive.js$ nano mam_sensor.jsTerminal 1 : Run mam_publish.js
$ node mam_publish.jsTerminal 2 : Run mam_recieve.js
$ node mam_receive.js YOUR_ROOT$ nano sensor.js$ nano mam_sensor.js$ node sensor.jsTerminal 1 : Run mam_sensor.js
$ node mam_sensor.jsTerminal 2 : Run mam_recieve.js
$ node mam_receive.js YOUR_ROOTAll Exercises are completed Successfully. I just faced an issue get IP of Raspberry using StartupMailer.py and instead of that I used Network Scanner tool or Manage device functionality to get IP Address