lgruelas / geoSat

GeoSat viewer interface for cansat system with PySide + MariaDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GeoSat data visor

Source code of the GeoSat data visor, part of the GeaSat Team that participate in national cansats contest in México.

Alt text

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Specific for fedora but is pretty easy to follow along in any distribution.

Prerequisites

  • Linux
  • Python 2.7
  • PyQtGraph
  • PySerial
  • PySide
  • numpy
  • MariaDB

Python and dependencies:

sudo dnf -y install python
sudo dnf -y install pip
pip istall --user pyside
pip install --user pyserial
pip install --user pyqtgraph
pip install --user numpy

MariaDB

sudo dnf -y install mariadb
sudo dnf -y install mariadb-server
systemctl start mariadb
mysql_secure_installation

Installing

Built With

Versioning

We use SemVer for versioning.

Authors

  • Dr. Armando Carrillo Wargas - Team leader - Personal Page
  • Germán Ruelas - Software developer - GitHub
  • Osiris Sandoval Quintana - Mechanical design
  • Juan Pablo Álvarez Galán - Electronics
  • Luis Gerardo Ugalde Calvillo - Logistcs

See also the list of contributors who participated in this project.

License

This project is licensed under the GPL 3 License - see the LICENSE.md file for details

Project Status

Te project has ended, currently do not have maintenance.

Acknowledgments

To the IGUM for the facilities.

About

GeoSat viewer interface for cansat system with PySide + MariaDB

License:GNU General Public License v3.0


Languages

Language:Python 82.2%Language:C++ 17.8%