Skip to content

IZRK/myGNSS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:
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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 54.8%
  • Java 45.0%
  • CMake 0.2%