From 3a3aa3ca24c4a2e1562a115278918b1de0e814fd Mon Sep 17 00:00:00 2001 From: Mario Preksavec Date: Fri, 27 Mar 2015 20:54:10 +0700 Subject: ham/gsmlib: Added (a library to access GSM mobile phone). Signed-off-by: Willy Sudiarto Raharjo --- ham/gsmlib/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ham/gsmlib/README (limited to 'ham/gsmlib/README') diff --git a/ham/gsmlib/README b/ham/gsmlib/README new file mode 100644 index 0000000000..10135855a8 --- /dev/null +++ b/ham/gsmlib/README @@ -0,0 +1,9 @@ +This distribution contains a library to access GSM mobile phones through +GSM modems or IrDA devices. Features include: + + * modification of phonebooks stored in the mobile phone or on the SIM card + * reading and writing of SMS messages stored in the mobile phone + * sending and reception of SMS messages + +Additionally, some simple command line programs are provided to use these +functionalities. -- cgit v1.2.3