Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 775 Bytes

software.md

File metadata and controls

27 lines (17 loc) · 775 Bytes

Software Operation

SSH to the RaspberryPi and launch the application using docker-compose:

cd ~/Projects/SkyScan
docker-compose up

You should see all of the docker containers start successfully:

A321

A web interface will be available on port 8080. As pictures of planes are captured they will be saved in folders in the ./capture directory.

A321

When operating the system it is helpful to tile all of the windows to monitor the state of the system components:

A321

Testing with pytest

To run tests with pytest, run:

pytest