Skip to content
Andrew Demenagas edited this page Jan 7, 2021 · 6 revisions

1. Introduction

The purpose of this repository is to contain all code for the team's Wireless Telemetry front-end GUI application. This is entirely focused on the new version of the software (version 2). For reference the first version of the wireless telemetry GUI that was written in Python can be viewed here. (Please note that the linked repo is no longer maintained.)

This project is going to be designed in a way that is as least dependent on the back-end server as possible. This way any further developments on the back-end server won't and shouldn't affect the operation of the front-end system.

The back-end intermediate server that powers the GUI system can be found in this link.

2. What this Wiki Covers

Further into the future this Wiki page is designed to contain all information needed about the front-end GUI system. As development on the project continues these pages are going to be populated with relevant topics regarding the understand and methodology behind the system's development. The main purpose of this wiki is to help current and future members of the GUI project get an understanding in the development of the project.

3. Connecting to the Back-End Server

Clone this wiki locally