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.
1、Clone the Repository:
- Run the following command to clone the repository:
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.
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.
For detailed instructions, please refer to our User Manual:myGNSS_manual.docx
📦 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/
This project is distributed under the BSD-2-Clause License.