lwcell

所属分类:Modem编程
开发工具:C
文件大小:0KB
下载次数:0
上传日期:2023-07-21 22:40:02
上 传 者sh-1993
说明:  轻量级蜂窝调制解调器主机AT库,
(Lightweight cellular modem host AT library,)

文件列表:
LICENSE (1070, 2020-11-15)
dev/ (0, 2020-11-15)
dev/VisualStudio/ (0, 2020-11-15)
dev/VisualStudio/lwgsm_dev.sln (1407, 2020-11-15)
dev/VisualStudio/lwgsm_dev.vcxproj (10377, 2020-11-15)
dev/VisualStudio/lwgsm_dev.vcxproj.filters (6722, 2020-11-15)
dev/VisualStudio/lwgsm_opts.h (2494, 2020-11-15)
dev/VisualStudio/lwmem_opts.h (1751, 2020-11-15)
dev/VisualStudio/main.c (17256, 2020-11-15)
docs/ (0, 2020-11-15)
docs/4a-esp8266_at_instruction_set_en.pdf (689237, 2020-11-15)
docs/Makefile (634, 2020-11-15)
docs/SIM800 Series_AT Command Manual_V1.09.pdf (3221609, 2020-11-15)
docs/SIM900_TCPIP_Application Note_V1.02.pdf (421331, 2020-11-15)
docs/Telit_NE866B1_NL865B1_AT_Commands_Refernce_Guide_r4.pdf (1721755, 2020-11-15)
docs/api-reference/ (0, 2020-11-15)
docs/api-reference/apps/ (0, 2020-11-15)
docs/api-reference/apps/index.rst (80, 2020-11-15)
docs/api-reference/apps/mqtt_client.rst (346, 2020-11-15)
docs/api-reference/apps/mqtt_client_api.rst (329, 2020-11-15)
docs/api-reference/apps/netconn.rst (2513, 2020-11-15)
docs/api-reference/index.rst (144, 2020-11-15)
docs/api-reference/lwgsm/ (0, 2020-11-15)
docs/api-reference/lwgsm/buff.rst (74, 2020-11-15)
docs/api-reference/lwgsm/conn.rst (2890, 2020-11-15)
docs/api-reference/lwgsm/debug.rst (1399, 2020-11-15)
docs/api-reference/lwgsm/device_info.rst (88, 2020-11-15)
docs/api-reference/lwgsm/evt.rst (82, 2020-11-15)
docs/api-reference/lwgsm/ftp.rst (94, 2020-11-15)
docs/api-reference/lwgsm/http.rst (60, 2020-11-15)
docs/api-reference/lwgsm/index.rst (92, 2020-11-15)
docs/api-reference/lwgsm/input.rst (1656, 2020-11-15)
docs/api-reference/lwgsm/mem.rst (78, 2020-11-15)
docs/api-reference/lwgsm/network.rst (72, 2020-11-15)
docs/api-reference/lwgsm/network_api.rst (332, 2020-11-15)
docs/api-reference/lwgsm/operator.rst (92, 2020-11-15)
... ...

# Lightweight GSM-AT parser LwGSM is lightweight, platform independent, AT commands parser, targeting for communicion with SIMCOM based modules SIM800/SIM900 or SIM70xx. Module is written in C99 and is independent from used platform. Its main targets are embedded system devices like ARM Cortex-M, AVR, PIC and others, but can easily work under `Windows`, `Linux` or `MAC` environments.

Read first: Documentation

## Features * Supports ``SIM800/SIM900 (2G)`` and ``SIM7000/SIM7020 (NB-Iot LTE)`` modules * Platform independent and very easy to port * Development of library under Win32 platform * Provided examples for ARM Cortex-M or Win32 platforms * Written in C language (C99) * Allows different configurations to optimize user requirements * Supports implementation with operating systems with advanced inter-thread communications * Currently only OS mode is supported * 2 different threads handling user data and received data * First (producer) thread (collects user commands from user threads and starts the command processing) * Second (process) thread reads the data from GSM device and does the job accordingly * Allows sequential API for connections in client and server mode * Includes several applications built on top of library: * MQTT client for MQTT connection * User friendly MIT license ## Contribute Fresh contributions are always welcome. Simple instructions to proceed:: 1. Fork Github repository 2. Respect [C style & coding rules](https://github.com/MaJerle/c-code-style) used by the library 3. Create a pull request to develop branch with new features or bug fixes Alternatively you may: 1. Report a bug 2. Ask for a feature request

近期下载者

相关文件


收藏者