Gsmd/document

From Openmoko

(Difference between revisions)
Jump to: navigation, search
m (What is gsmd)
m (What is gsmd)
Line 2: Line 2:
 
=== What is gsmd ===
 
=== What is gsmd ===
 
Gsmd is a daemon that handles the communication between applications and GSM modem.
 
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://lh5.google.com/ticktock35/RwCZAGdUPDI/AAAAAAAAADs/-BhbwbZ6MCk/s400/gsmd_overview.jpg"
  
 
== Gsmd ==
 
== Gsmd ==

Revision as of 09:07, 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://lh5.google.com/ticktock35/RwCZAGdUPDI/AAAAAAAAADs/-BhbwbZ6MCk/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

Personal tools

Overview

What is gsmd

Gsmd is a daemon that handles the communication between applications and GSM modem.

Gsmd

gsmd_select_main()

gsmd_select_main()

call back functions

ml_parse

atcmd_fill

atcmd_submit

atcmd_select_cb

libgsmd

libgsmd-tool

To-do