Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 788 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 788 Bytes

What is the motivation of this project ?

Whenever I started a new GSM-based project, it takes time to create a new structure and it was not a general structure. I wanted to create a structure that I can use in my projects.

Features

  • Written in C language
  • Platform independent and very easy to port
  • Allows different configurations to optimize user requirements
  • Nonblocking

Task Lists

  • Public Repo
  • Examples
  • Add How it works ?

Example

Example based on UC20 Quectel Modem.

Contribute

  1. Fork Github repository
  2. Respect C style & coding rules used by the library
  3. Create a pull request to develop branch with new features or bug fixes