# myGNSS **Repository Path**: SmallUniv/myGNSS ## Basic Information - **Project Name**: myGNSS - **Description**: No description available - **Primary Language**: Android - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-23 - **Last Updated**: 2026-03-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mygnss:A Real-time High-accurcy Positioning App with Android Smartphones ## 📌Description myGNSS is an Android application designed for precise GNSS (Global Navigation Satellite System) positioning, supporting both Single Point Positioning (SPP) and Real-Time Kinematic (RTK) modes. ## 🚀Quick Start ### 📥Install APK 1、Clone the Repository: - Run the following command to clone the repository: ```r https://github.com/z1Yang-1/myGNSS.git ``` - Navigate to the myGNSS/app/release/ to find the app-release.apk. 2、Install APK on Android: - Transfer the apk file to your Android device. 3、Configure and Run: - Open the app on your Android device. - Allow the necessary permissions (e.g., location access) when prompted. ### 🛠Build from Source 1、Open Android Studio: - Launch Android Studio on your computer. - Import the project and use Gradle to build it. 2、Run the App: - Connect your Android device via USB. - Use the "Run" option in Android Studio to deploy and launch the app. ## 📖How to Use For detailed instructions, please refer to our User Manual:myGNSS_manual.docx ## 📂Directory Structure ``` 📦 Root Directory ├── 📄 LICENSE # Project license ├── 📄 README.md # Project documentation ├── 📄 myGNSS_manual.docx # User manual ├── 📂 results/ # Test result datasets │ ├── 📂 kinematic_test/ │ ├── 📂 pedestrian_test/ │ └── 📂 static_test/ └── 📂 myGNSS/ # Main source code ├── 📂 app/ ├── 📂 gradle/ ``` ## 📜License This project is distributed under the BSD-2-Clause License.