Skip to content

JhosuaSparrow/GT06

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GT06

中文 | English

Introduction

  • GT06 is a universal vehicle GPS positioning communication protocol, implemented based on TCP protocol.
  • This project implements the GT06 protocol client function based on QuecPython. Users can directly use this function to interact with the corresponding server within the standard.

Note:

  • The GT06 protocol stipulates fewer messages. The project only implements basic message functions. Customized messages for different service platforms require secondary development, and extended messages also require interface adjustments.
  • QuecPython does not implement Unicode name escaping, and the message sent by the GT06 server contains unicode encoded data, so it cannot be transferred. Please note here.

Functions

  • Server connection
  • Terminal login
  • Terminal GPS & LBS positioning information reporting
  • Reporting terminal device status information
  • Server command issuance and response

Usage

Contribution

We welcome contributions to improve this project! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature).
  3. Commit your changes (git commit -m 'Add your feature').
  4. Push to the branch (git push origin feature/your-feature).
  5. Open a Pull Request.

License

This project is licensed under the Apache License. See the LICENSE file for details.

Support

If you have any questions or need support, please refer to the QuecPython documentation or open an issue in this repository.

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%