Reflected mdsms.c:1.19->1.20 updates, up-to-date
[mdsms.git] / README
1 Mobile Device SMS tool
2 ======================
3
4 $Id$
5
6 Software homepage:
7 ------------------
8
9   http://atrey.karlin.mff.cuni.cz/~short/sw/#mdsms
10
11
12 Platform compatibility:
13 -----------------------
14
15   Development platform / device test passed on:
16
17     Linux [i386] (kernel 2.2.10-ac12, RedHat based)
18
19   Supported platforms regarding successful compilation. Real functionality
20 expected although testing not possible:
21
22     Digital UNIX 4.0E [alpha]
23     Linux [sparc] (kernel 2.1.77, RedHat based)
24     Sun SunOS 5.5.1 [sparc/sun4m]
25     SGI IRIX 6.5 [mips]
26
27
28 Quick installation:
29 -------------------
30
31   For quick installation type:
32
33     ./configure
34     make install
35
36   For full installation options see file INSTALL.
37
38
39 Quick intro for sending operator logos:
40 ---------------------------------------
41
42   Download some logo in NOL/NGG format from KESSLER Wireless Design:
43
44     http://www.kessler-design.com/wireless/samples.php3
45
46   Generally you can send the logo from your phone (marked with 'S' below)
47 to any other phone (marked as 'D'). But at least for the first case
48 you'll be probably sending the logo to yourself (really possible):
49
50   Port with our 9110:           /dev/ttyS1
51   Baud rate for our 9110:       57600
52 S Our phone's SMSC:             +420602909909
53 D Destination phone:            +420602431329
54   Logo filename:                /tmp/eurotel.nol
55 D Dest. phone network:          23002
56
57   Open your 9110, select System->Fax modem->Settings. Choose cable connection
58 with baudrate of 57600. Then Active Fax modem and issue the following UNIX
59 command:
60
61 ./mdsms --logo-send -v -d /dev/ttyS1 -b 57600 -s +420602909909 +420602431329 /tmp/eurotel.nol 23002
62
63   It should write some verbose output ending with "SMS sent..." message.
64
65
66 Misc:
67 -----
68
69   Documentation available in 'man' format, type "man mdsms" after
70 installation.
71
72   Contact to author available in file AUTHORS. When submitting bug reports,
73 please use double -v -v option.