Implementations/fsogsmd
From freesmartphone.org
Contents |
fsogsmd
A GSM Communications Manager.
fsogsmd implements the FSO GSM DBus API. This API delivers a simple way to handle voice and data communication with GSM modems.
fsogsmd compiles to C and is very lightweight. Vala bindings are available.
Plugins
- dbus_service: implements the dbus service.
- lowlevel_openmoko: low level vendor plugin for Openmoko devices.
- modem_singleline: modem plugin for a singleline AT modem.
- modem_qualcomm_htc: modem plugin for Qualcomm MSM modems with firmware for HTC.
- modem_qualcomm_palm: modem plugin for Qualcomm MSM modems with firmware for Palm.
- modem_cinterion_mc75: modem plugin for SIEMENS / CINTERION MC75 (and compatible).
- modem_ti_calypso: modem plugin for TI Calypso.
- pdp_ppp: implements data connectivity using ppp.
- pdp_ppp_mux: implements data connectivity using ppp over libgsm0710mux.
- pdp_qmi: implements data connectivity using the Qualcomm Management Interface (QMI).
Dependencies
- glib, gio, gobject
- libgee
- libdbus, dbus-glib
- libfsobasics
- libfsotransport
- libfsoframework
- libfsoresource
- libgsm0710mux
Download
- The last released version can be downloaded from http://www.freesmartphone.org/sources/
- The git version can be downloaded from http://git.freesmartphone.org/

