qianfan-Zhao / attentive

Embedded AT/GSM stack. Work in progress.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Attentive: AT stack in pure C

[NOTE: Open sourced internal company product. Work in progress. Not production/release ready yet.]

Features

  • Full AT stack (command generation + response parsing).
  • Written in pure ANSI C99 with optional POSIX addons.
  • Compliant with ITU V.250 and 3GPP TS 27.007 for maximum interoperatibility.
  • Tolerant to even the most misbehaving modems out there (if instructed so).
  • Easily extendable to support new modems.

Supported modems

  • Generic (Hayes AT, GSM, etc.)

License

Attentive was written by Kosma Moczek at Cloud Your Car.

Copyright © 2014 Kosma Moczek <kosma@cloudyourcar.com>

This program is free software. It comes without any warranty, to the extent permitted by applicable law. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See the COPYING file for more details.

About

Embedded AT/GSM stack. Work in progress.

License:Do What The F*ck You Want To Public License


Languages

Language:C 97.1%Language:Makefile 2.9%