Skip to content

WawerOS/DS-Mobile

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QDriverStation Mobile

Build Status BitCoin donate button

Screenshot

Introduction

QDriverStation Mobile is an open-source, cross-platform alternative to the FRC Driver Station. It implements the capabilities that you would expect from the FRC Driver Station in a touch-friendly interface.

The actual code that moves and manages a FRC robot is found in a separate repository, which you can use in your own Qt projects or change it to support older (and future) communication protocols.

Click here for the desktop version!

Build instructions

Requirements

The only requirement to compile the application is to have Qt installed. The application requires you to have at least Qt 5.2 installed.

Compiling

Once you have Qt installed, open Mobile.pro in Qt Creator and click the "Run" button.

Alternatively, you can also use the following commands:

  • qmake
  • make
  • Optional: sudo make install

Credits

This application was created by FRC team 3794 "WinT" from Metepec, Mexico. We sincerely hope that you enjoy our application and we would love some feedback from your team about it.

We would also like to thank the Papyros team for implementing the Material design in QML. Without their work, the UI of this application would have been very ugly.

About

Drive your FRC robot with your phone or tablet!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • QML 66.3%
  • C++ 23.0%
  • JavaScript 7.5%
  • QMake 1.5%
  • NSIS 1.0%
  • Batchfile 0.3%
  • Other 0.4%