Endpoints

Source code repositories:

Repo Link
autopilot https://github.com/HSR-ChallP1-Whitespace/autopilot
clientapi https://github.com/HSR-ChallP1-Whitespace/fnf.clientapi
simulib https://github.com/HSR-ChallP1-Whitespace/fnf.simulib
Lab-LOG (page) https://github.com/HSR-ChallP1-Whitespace/hsr-challp1-whitespace.github.io

Nexus artifact repositories:

Repo Link
snapshots http://nexus.kapfi.ch/nexus/content/repositories/challp1-fastandfurious-snapshots/
releases http://nexus.kapfi.ch/nexus/content/repositories/challp1-fastandfurious-releases/

CI - Jenkins Jobs:

Repo Link
autopilot http://jenkins.kapfi.ch/jenkins/job/hsr-challp1-autopilot/
clientlib http://jenkins.kapfi.ch/jenkins/job/hsr-challp1-clientlib/
simulib http://jenkins.kapfi.ch/jenkins/job/hsr-challp1-simulib/

Build autopilot

git clone git@github.com:HSR-ChallP1-Whitespace/autopilot.git
mvn clean install
# Maybe its necessary to:
cd autopilot/src/main/resources/public
bower install

Run autopilot

java -jar target/autopilot-{version}.jar

... and open simulator in browser under http://localhost:8089/.

requirements to build and run

  • mvn
  • jdk8
  • rabbitmq-server