Skip to content

fishjump/cs7ns1_project3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SC Project 3

structures

  • gateway
  • dev
  • sensor

see usercases folder for more details

run

# compile and upload the binary to remote

# compile
make

# upload
scp -J macneill build/project3.tar pi19:~  
# run this following code remotely

# upzip
tar -xf project3.tar 

# move to the folder which includes binary and run.sh
cd ./build/package/

# run <working dir> <local> <init index>
# see run.sh in ./scripts folder

# on pi19
./run.sh ~/pi19 rasp-019.scss.tcd.ie rasp-020.scss.tcd.ie

# on pi20
./run.sh ~/pi20 rasp-020.scss.tcd.ie rasp-019.scss.tcd.ie

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published