README update. unlabeled-1.1.1.1.2
authorshort <>
Wed, 8 Sep 1999 19:41:16 +0000 (19:41 +0000)
committershort <>
Wed, 8 Sep 1999 19:41:16 +0000 (19:41 +0000)
README

diff --git a/README b/README
index 17dc8be..1d391e9 100644 (file)
--- a/README
+++ b/README
@@ -3,6 +3,15 @@ Nokia 9110 SmartMessaging SMS sender
 
 $Id$
 
+Software homepage:
+------------------
+
+  http://atrey.karlin.mff.cuni.cz/~short/sw/#sms9110
+
+
+Platform compatibility:
+-----------------------
+
   Development platform / device test passed on:
 
     Linux [i386] (kernel 2.2.10-ac12, RedHat based)
@@ -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 run:
+----------
+
+  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:
+
+./sms9110 -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 sms9110" 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.