Added "tags" & "TAGS" files to be ignored
[mdsms.git] / README
diff --git a/README b/README
index d9665d9..64fb3e6 100644 (file)
--- a/README
+++ b/README
@@ -1,11 +1,20 @@
-MobilDock SMS sender
-====================
+Mobile Device SMS tool
+======================
 
 $Id$
 
+Software homepage:
+------------------
+
+  http://atrey.karlin.mff.cuni.cz/~short/sw/#mdsms
+
+
+Platform compatibility:
+-----------------------
+
   Development platform / device test passed on:
 
-    Linux [i386] (kernel 2.2.7, RedHat based)
+    Linux [i386] (kernel 2.2.10-ac12, RedHat based)
 
   Supported platforms regarding successful compilation. Real functionality
 expected although testing not possible:
@@ -15,14 +24,50 @@ expected although testing not possible:
     Sun SunOS 5.5.1 [sparc/sun4m]
     SGI IRIX 6.5 [mips]
 
+
+Quick installation:
+-------------------
+
   For quick installation type:
 
     ./configure
-               make install
+    make install
 
   For full installation options see file INSTALL.
 
+
+Quick intro for sending operator logos:
+---------------------------------------
+
+  Download some logo in NOL/NGG format from KESSLER Wireless Design:
+
+    http://www.kessler-design.com/wireless/samples.php3
+
+  Generally you can send the logo from your phone (marked with 'S' below)
+to any other phone (marked as 'D'). But at least for the first case
+you'll be probably sending the logo to yourself (really possible):
+
+  Port with our 9110:          /dev/ttyS1
+  Baud rate for our 9110:      57600
+S Our phone's SMSC:            +420602909909
+D Destination phone:           +420602431329
+  Logo filename:               /tmp/eurotel.nol
+D Dest. phone network:         23002
+
+  Open your 9110, select System->Fax modem->Settings. Choose cable connection
+with baudrate of 57600. Then Active Fax modem and issue the following UNIX
+command:
+
+./mdsms --logo-send -v -d /dev/ttyS1 -b 57600 -s +420602909909 +420602431329 /tmp/eurotel.nol 23002
+
+  It should write some verbose output ending with "SMS sent..." message.
+
+
+Misc:
+-----
+
   Documentation available in 'man' format, type "man mdsms" after
 installation.
 
-  Contact to author available in file AUTHORS.
+  Contact to author available in file AUTHORS. When submitting bug reports,
+please use double -v -v option.