Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nab138/gearglimpse
iOS FRC Robot Telemetry Application
https://github.com/nab138/gearglimpse
dashboard frc frc-dashboard ionic ios mobile mobile-app telemetry
Last synced: about 2 months ago
JSON representation
iOS FRC Robot Telemetry Application
- Host: GitHub
- URL: https://github.com/nab138/gearglimpse
- Owner: nab138
- Created: 2023-09-10T20:41:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-29T20:55:28.000Z (10 months ago)
- Last Synced: 2024-05-08T18:14:28.096Z (8 months ago)
- Topics: dashboard, frc, frc-dashboard, ionic, ios, mobile, mobile-app, telemetry
- Language: TypeScript
- Homepage:
- Size: 45 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GearGlimpse
This is a WIP Mobile FRC Telemetry aplication designed for iOS.
It is made in ionic/capacitor, which means an andriod port is feasable.
# Usage
If for some reason you want to use this app, you can.
## On iOS
To install the app on iOS, you have two options based on your hardware:
### Sidelaod with SideStore (Windows, Mac, or Linux)
1. Follow the instructions at https://sidestore.io/#get-started to install sidestore on your phone. You can use the discord link on the website for help if you need.
2. Once you have verified sidestore is working (try refreshing sidestore from within itself), download the latest ipa to your iphone from the "Artifacts" section of the latest [actions run](https://github.com/nab138/GearGlimpse/actions/workflows/build.yml)
3. Go to sidestore, and click the plus in the top left corner of my apps, then browse to where you downloaded the ipa and select it.
4. If all goes well, open GearGlimpse!
### Sideload with xcode (Mac only)
If you own a mac, you may find this option easier. It requires that you have installed and know how to use xcode.
1. Clone this repository and cd into it. `git clone https://github.com/nab138/GearGlimpse && cd GearGlimpse`
2. Install npm dependencies `npm install`
3. Install the ionic cli `npm install -g @ionic/cli`
4. Add ios support and build for ios `ionic capacitor add ios && ionic capacitor build ios`
5. In the folder called ios, you will find an Xcode Project you can now open and install to your iPhone.## On Desktop
If you don't want to deal with sideloading or don't have an iphone, you can test it out on a desktop in a browser easily.Pre-requisites: Node.js and npm
1. Clone this repository and cd into it. `git clone https://github.com/nab138/GearGlimpse && cd GearGlimpse` (You can also use the download as zip or github desktop on windows)
2. Install npm dependencies `npm install`
3. Install the ionic cli `npm install -g @ionic/cli`
4. Launch the development server: `ionic serve`
5. A browser window will be automatically opened showing the app. If you want to simulate a phone, open devtools (Ctrl+Shift+I) and select a device at the top of the screen.
# Future PlansI might work on it, I might not, who knows.