/BevChill

Primary LanguageJupyter Notebook

BevChill

Start server

Open terminal on laptop

cd server
python server.py

Look for the line

MY IP ADDRESS:
Copy the IP ADDRESS

Start client

Open ANOTHER terminal with first still running

SSH into your pi using GNU Screen

ssh -t pi@<pi_ip_addresss> screen -r

Start client to collect and send data

cd client
python chill.py -i <MY IP ADDRESS> -o <type_in_test_file.csv>

-i := server ip

-o := output file name


View data

Open http://*MY IP ADDRESS*:5000/ on web

Click Start Button at top to view live data


End Screen

Ctrl+a d

Ctrl+c