This repo contains all the software for our CubeSat. It is organized into subdirectory for each application.
This project uses CMake. To build for your host computer, run:
$ mkdir -p build
$ cd build
$ cmake ..
$ make
See build-process for more information about building this project.
See project-organization for how this project is organized.
This page has useful information specific to our main computer, including how to load software onto the NAND: Digi Documentation
This is the IRVINE01 software repository, which has example implementations for sensor and comms software: IRVINE01 repo
We use UnitTest++ for testing. See their wiki for here: UnitTest++ Wiki