Software Engineering Project from SENG302 in University of Canterbury
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
fjc40 9e1b3365bf
Added helper functions to BoatLocationMessage which convert between the datatypes used by the message and datatypes used by our model. (Converts boat heading, wind angle, gps coordinate).
9 years ago
mock Added helper functions to BoatLocationMessage which convert between the datatypes used by the message and datatypes used by our model. (Converts boat heading, wind angle, gps coordinate). 9 years ago
visualiser Actually added sub modules this time 9 years ago
.gitignore Just trying to fix my ide 9 years ago
.gitlab-ci.yml initial commit 10 years ago
.mailmap Removed extra < char from .mailmap 9 years ago
README.md Moved CI runner set-up instructions to student guide. 9 years ago
pom.xml Cloned the main project into two submodules, mock and visualiser 9 years ago

README.md

SENG302 Project Template

Basic Maven project with required Maven reporting setup and basic GitLab CI.

It is a requirement that your product should be completely built to a deliverable form using the Maven package goal.

Remember to set up your GitLab CI server (refer to the student guide for instructions).

Basic Project Structure

  • src/ Your application source
  • doc/ User and design documentation
  • doc/examples/ Demo example files for use with your application