Skip to content

TinyGS Data Visualization v1.0-stable

Latest
Compare
Choose a tag to compare
@GoutamVerma GoutamVerma released this 06 Sep 12:12

This is the final release for GSoC'22. Which adds complete tested apk with support of ground station, packet and satellite visualization along with connection between Liquid Galaxy and TinyGS apk. This release includes complete UI support for every functions and fully compatible with android tablets(>24 API).

This version is fully tested at Liquid Galaxy Lieda Lab and also published on Google PlayStore.

Prerequisite

TinyGS Data Visualization are deterministic. To reproduce our builds, please use the following environment(*)

  • Windows/Ubuntu 20.04
  • Android Studio
  • 9 inch Android Tablet with 24+ API level

Deployment

Deployment process is divided into two parts, Installation and visualization of data.

Installation

  • Running with APK
  1. Download the apk release attached below.
  2. Install it on android device or emulator.
  • Running from source code.
  1. Download the source code attached below.
  2. Open source code as project in android studio
  3. If you have a physical android tablet use that otherwise create a new android virtual device(AVD).
  4. Connect android device or emulator
  5. Click on the “Run” button(Apk will install and show UI of Apk)

Visualization of TinyGS Data.

To display data on Liquid Galaxy simply follow below steps.

  1. Open TinyGS Visualization application in your android device.
  2. Visit connect tab, Setup connection between Liquid Galaxy and apk with the help of username, password and URI of Liquid Galaxy host machine.(URI stands for IP address and SSH port which follows the ipaddress:port structure(i.e 192.168.29.XXX:22)
  3. Finally visit "Packets" tab, select desire packet and click Test.

What's Changed

Full Changelog: pre-release...stable