Daxbot / NovaGSM

A hardware-agnostics non-blocking GSM/GPRS modem driver written for embedded devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NovaGSM

Generic driver for estabilishing a TCP connection through a SIM7000 GSM/GPRS modem using AT commands

Description

This driver attempts to establish communication with a SIM7000 GSM/GPRS modem using standard AT commands. When the device is registered use authenticate() to enable the data connection and connect() to establish a TCP stream.

Once a socket is open data can be sent or recieved using an asyncronous send/receive interface.

Setup

TODO

About

A hardware-agnostics non-blocking GSM/GPRS modem driver written for embedded devices.

License:MIT License


Languages

Language:C++ 93.8%Language:CMake 3.2%Language:C 3.0%