ofono/gatchat
Zhenhua Zhang df7b1b30dc Add GAtServer basic parsing support
It's the basic skeleton of GAtServer, including new/shutdown, ref/
unref, received_data/parse_buffer and set_discuss/set_debug.

GAtServer is to emulate the server side of AT conversation. It
complies with V.250 and 27.007 spec to accept AT command like
ATV1, ATE0 and extended command like AT+CLCC. Upper layer could
create customize server to expose TTY, tcp or unix socket to
client side application.
2010-02-01 17:59:27 -06:00
..
gat.h Add gatutil.c to share common APIs with GAtServer 2010-01-20 14:13:57 -06:00
gatchat.c Use 3 read attempts when in non-blocking mode 2010-01-28 22:24:04 +01:00
gatchat.h Add new constructor for fully blocking operation 2010-01-28 22:05:44 +01:00
gatmux.c Update copyright information 2010-01-01 17:00:10 -08:00
gatmux.h Update copyright information 2010-01-01 17:00:10 -08:00
gatresult.c Update copyright information 2010-01-01 17:00:10 -08:00
gatresult.h Update copyright information 2010-01-01 17:00:10 -08:00
gatserver.c Add GAtServer basic parsing support 2010-02-01 17:59:27 -06:00
gatserver.h Add GAtServer basic parsing support 2010-02-01 17:59:27 -06:00
gatsyntax.c Update copyright information 2010-01-01 17:00:10 -08:00
gatsyntax.h Update copyright information 2010-01-01 17:00:10 -08:00
gattty.c Update copyright information 2010-01-01 17:00:10 -08:00
gattty.h Update copyright information 2010-01-01 17:00:10 -08:00
gatutil.c Add new constructor for fully blocking operation 2010-01-28 22:05:44 +01:00
gatutil.h Add new constructor for fully blocking operation 2010-01-28 22:05:44 +01:00
gsm0710.c Update copyright information 2010-01-01 17:00:10 -08:00
gsm0710.h Update copyright information 2010-01-01 17:00:10 -08:00
gsmdial.c Style: Various issues 2010-01-12 17:54:37 -06:00
ringbuffer.c Update copyright information 2010-01-01 17:00:10 -08:00
ringbuffer.h Update copyright information 2010-01-01 17:00:10 -08:00