From 8e4d634f1d44ace4da8562b7107422c857648892 Mon Sep 17 00:00:00 2001 From: Alessandro Fagnani Date: Sun, 27 May 2018 12:42:47 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 5d7b58c..d3d1988 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,13 @@ React web application - change host variable in "App.js" file - To start up the application: npm start + +# 3 Raspberry-side Application + +- Store every file inside PiCode directory into your home raspberry directory. +- Add a global variable ```$DEV_NAME``` as unique device identifier. +- Run ```wps.sh``` at startup. (e.g. insert the command into ```/etc/rc.local``` ) + +# 4 Documentation + +Slides from the final presentation and the poster are inside the Documents folder.