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
- Download the apk release attached below.
- Install it on android device or emulator.
- Running from source code.
- Download the source code attached below.
- Open source code as project in android studio
- If you have a physical android tablet use that otherwise create a new android virtual device(AVD).
- Connect android device or emulator
- 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.
- Open TinyGS Visualization application in your android device.
- 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.e192.168.29.XXX:22
) - Finally visit "Packets" tab, select desire packet and click Test.
What's Changed
- feat: add function to access data by @GoutamVerma in #6
- Refractor: PATH to implementation by @GoutamVerma in #7
- Clean-up main branch by @GoutamVerma in #8
- Change KML sending method by @GoutamVerma in #9
- function documenting by @GoutamVerma in #10
- Added: balloon for packet by @GoutamVerma in #12
- Remove: Title Bar by @GoutamVerma in #11
- Feature/#3 help tab by @GoutamVerma in #13
- Added section for station by @GoutamVerma in #14
- Docs #2 function by @GoutamVerma in #16
- Clean #2 functions by @GoutamVerma in #15
- Docs #2 function by @GoutamVerma in #17
Full Changelog: pre-release...stable