AUTCUP Application

Project information

  • Category: Web
  • Project date: Fall 2016, Winter 2018

Project Description
Applications for robotic leagues management for AUTCUP 2018 and AUTCUP 2016 international competitions.

AUTCup 2016

For AUTCup 2016, I developed an application based on Qt and PyQt framework. Each robotic league has its own page, and teams’ list and their score in each level can be submitted.

Source code of the project is available through here.

AUTCup 2018

I completely redesigned the application for this competition. Instead of an offline qt application, it is a web application based on beego framework written in Go languages.

Source code of the project is available through here.

Technologies/Languages Used

Technology Usage
Python is used for developing AUTCup 2016 application.
Go is used for developing AUTCup 2018 application.
Qt and its python wrapper, PyQt frameworks are used for developing AUTCup 2016
Beego is the web framework used for AUTCup 2018
SQLite is used as database for both AUTCup 2016 and AUTCup 2018.