Add GAtServer basic parsing support
authorZhenhua Zhang <zhenhua.zhang@intel.com>
Mon, 18 Jan 2010 14:31:18 +0000 (22:31 +0800)
committerDenis Kenzior <denkenz@gmail.com>
Mon, 1 Feb 2010 23:59:27 +0000 (17:59 -0600)
commitdf7b1b30dc17827a1597f4753b8132df5607356f
treebaf2f11bf90afc981877e15b70e31507bc954000
parent105fccdcaf4c941a64f92ab7ca4508c15c34eba6
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.
Makefile.am
gatchat/gatserver.c [new file with mode: 0644]
gatchat/gatserver.h [new file with mode: 0644]