Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-10 | gatchat: Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2011-08-15 | gatserver: Add command finished callbacks | Denis Kenzior | 1 | -0/+7 | |
2011-02-23 | gatserver: Add function to enable/disable echo | Frédéric Dalleau | 1 | -0/+1 | |
2011-02-16 | gatserver: Be more const correct | Denis Kenzior | 1 | -1/+1 | |
2011-02-15 | gatserver: Change callback signature | Denis Kenzior | 1 | -1/+2 | |
Provide the originating GAtServer to the callback | |||||
2010-06-17 | gatserver: Suspend/resume GAtServer with GAtIO | Zhenhua Zhang | 1 | -0/+5 | |
Support g_at_server_suspend and g_at_server_resume operation by using GAtIO to handle IO related function. | |||||
2010-04-11 | The user data pointer variable should be called user_data | Marcel Holtmann | 1 | -1/+1 | |
2010-03-30 | Simplify the send_info API | Denis Kenzior | 1 | -8/+4 | |
2010-03-30 | Refactor: Add a single-line response function | Denis Kenzior | 1 | -1/+9 | |
2010-03-30 | Add API stubs for unsolicited / final responses | Zhenhua Zhang | 1 | -0/+17 | |
2010-03-22 | Refactor: Extended command parsing | Denis Kenzior | 1 | -4/+3 | |
Make the code more bullet proof and easier to follow | |||||
2010-03-22 | Add G_AT_SERVER_RESULT_EXT_ERROR | Zhenhua Zhang | 1 | -0/+1 | |
2010-03-22 | Add g_at_server_register and unregister callback | Zhenhua Zhang | 1 | -0/+6 | |
2010-03-22 | Add server at command data structure | Zhenhua Zhang | 1 | -0/+22 | |
2010-02-01 | Refactor: Make enums follow 27.007 Annex B | Denis Kenzior | 1 | -9/+10 | |
2010-02-01 | Add GAtServer basic parsing support | Zhenhua Zhang | 1 | -0/+65 | |
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. |