How to run? - ONLYstcm/PRIZM-RTSA GitHub Wiki
Run the main script
Once the snapboard has started capturing the spectra. Run the following commands in the cloned folder in the following sequence
- chmod +x *.sh (this command only needs to be executed once after cloning the repository)
- ./run.sh
Then enter the IP address of the RaspberryPi connected to the snapboard. (Ensure that a SSH_RSA KEY pair has been established on the RaspberryPi to prevent password request for every ssh)
How to create a SSH_RSA KEY pair
- ssh-keygen
- ssh-copy-id -i ~/.ssh/id_rsa.pub remote-host
- ssh remote-host (optional this is just to test and ensure that a password is not required)