Gsmd/document

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(What is gsmd)
m (Gsmd)
Line 8: Line 8:
  
 
== Gsmd ==
 
== Gsmd ==
=== gsmd_select_main() ===
+
GSMD is a event driven daemon. Each event shall has a response.
 
=== gsmd_select_main() ===
 
=== gsmd_select_main() ===
 
=== call back functions ===
 
=== call back functions ===
Line 16: Line 16:
 
==== atcmd_submit ====
 
==== atcmd_submit ====
 
==== atcmd_select_cb ====
 
==== atcmd_select_cb ====
 +
 
== libgsmd ==
 
== libgsmd ==
 
== libgsmd-tool ==
 
== libgsmd-tool ==
 
== To-do ==
 
== To-do ==

Revision as of 13:25, 1 October 2007

Contents

Overview

What is gsmd

Gsmd is a daemon that handles the communication between applications and GSM modem. Applications control gsmd through libgsmd. libgsmd communicates with gsmd through unix socket, and modem goes through Uart. The diagram is as following. "http://lh6.google.com/ticktock35/RwDCAWdUPEI/AAAAAAAAAD4/wBrRLv-1oyE/s400/gsmd_overview.jpg"

Gsmd

GSMD is a event driven daemon. Each event shall has a response.

gsmd_select_main()

call back functions

ml_parse

atcmd_fill

atcmd_submit

atcmd_select_cb

libgsmd

libgsmd-tool

To-do

Personal tools

Overview

What is gsmd

Gsmd is a daemon that handles the communication between applications and GSM modem. Applications control gsmd through libgsmd. libgsmd communicates with gsmd through unix socket, and modem goes through Uart. The diagram is as following. "http://lh6.google.com/ticktock35/RwDCAWdUPEI/AAAAAAAAAD4/wBrRLv-1oyE/s400/gsmd_overview.jpg"

Gsmd

gsmd_select_main()

gsmd_select_main()

call back functions

ml_parse

atcmd_fill

atcmd_submit

atcmd_select_cb

libgsmd

libgsmd-tool

To-do