This directory contains sources of Gammu library. You can find all phone communication and data encoding functionality here.
There are following subdirectories:
Sources of Gammu command line utility. It contains interface to libGammu and some additional functionality as well.
Sources of SMS Daemon as well as all it’s service backends.
The services subdirectory contains source code for Backend services.
Sources of python-gammu module and some examples.
These are some helper functions used either as replacement for functionality missing on some platforms (eg. strptime) or used in more places (message command line processing which is shared between SMSD and Gammu utility).
Documentation for both end users and developers as well as SQL scripts for creating SMSD database.
Administrative scripts for updating locales, making release etc.
CMake include files and templates for generated files.
Public headers for libGammu.
Gettext po files for translating Gammu, libGammu and user documentation. See Localization for more information.
Various utilities usable with Gammu.
This directory contains various things which might be useful with Gammu. Most of them were contributed by Gammu users.
Note
Please note that that code here might have different license terms than Gammu itself.
Warning
Most of scripts provided here are not actively maintained and might be broken.
Completion script for bash.
Various scripts for converting data.
Init scripts for Gammu SMSD.
Sample media files which can be used with Gammu.
Various perl scripts which interface to Gammu or SMSD.
Various PHP frontends to SMSD or Gammu directly.
This directory contains SMS default alphabet saved in Unicode text file (charset.txt) and table used for converting chars during saving SMS with default alphabet (convert.txt).
Perl script to convert SMS Backup Format into XML suitable for Android SMS Backup & Restore application.
Simple cgi application gor handling SMS messages (a bit lighter version of SMSD).
Various SQL snippets and triggers useful with SMSD.
Helper scripts for automatic testing or git bisect.
System for automatic replying to SMS messages.
GNapplet sources and binaries. This comes from Gnokii project, but Gammu includes slightly modified version.
Unsupported applications built on top of libGammu.dll on Windows.