File: softwarecomp.html

package info (click to toggle)
smstools 3.1-2%2Blenny1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 1,260 kB
  • ctags: 459
  • sloc: ansic: 9,720; sh: 968; php: 115; makefile: 72; awk: 17
file content (86 lines) | stat: -rwxr-xr-x 2,593 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<html>

  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <META NAME="Title" CONTENT="SMS Server Tools 3">
     <META NAME="Robots" CONTENT="INDEX,FOLLOW">
    <META NAME="Language" CONTENT="English">
    <title>SMS Server Tools 3</title>
<STYLE type="text/css">
h3 {
  background-color: #DCDCFE;
}
blockquote {
  background-color: #FFD;
  font-size: 90%;
  padding:5pt;
  padding-top:1pt;
  margin-bottom:5pt;
  border-style: outset;
  border-color: #aaaa99;
  border-width: 0.05pt 2pt 2pt 0.05pt;
}
blockquote p:first-letter {
  font-size: 110%;
  font-weight: bold;
  color: red;
}
</STYLE>
  </head>

<body>
<h2><font color=blue>SMS Server Tools 3</font></h2>
<a href="index.html">Home</a>
<h3>Software compatibility</h3>
<!-- START --><p>
The SMS Server Tools are written on a Linux computer but they should work fine on almost every Unix style computer. 
Windows works also fine.
<p>
The following list is incomplete. Positive feedback is received for:
<p>
SuSE Linux<br>
Redhat Linux<br>
Debian Linux<br>
Ubuntu Linux<br>
Mandrake Linux<br>
Solaris 6-8 (Sun) <a href="#solaris">Note</a><br>
Solaris 8 (Intel) <a href="#solaris">Note</a><br>
Solaris 10 (Intel) <a href="#solaris">Note</a> (v3.x is tested with this Solaris)<br>
FreeBSD 4.3 <a href="#bsd">Note</a><br>
FreeBSD 64bit (only without mm library)<br>
OpenBSD 2.9<br>
Windows 95, 98, Me, NT4, 2000, XP <a href="#windows">Note</a><br>
Mac OS 10.3<br>
Mac OS 10.4.2<br>
<font color=red>Windows CE is not supported!</font>
<p>
Please note that this list is not complete. The program should run on any Unix style
operating system.

<hr>
<a name="solaris"><b>Solaris Note</b></a><br>
<ul>
  <li>Uncomment the line <b>OPTIONS += -D SOLARIS</b> in src/Makefile</li>
  <li>Also this setting might be needed: <b>CC=gcc</b></li>
<!--
  <li>If your Solaris version does not have a pkill command, you can copy the <b>pkill</b> script
  from the bin directory to /usr/local/bin. This is needed for the startup script <b>sms</b>.
-->
</ul>
<p>
<a name="windows"><b>Windows Note</b></a><br>
<ul>
  <li>Read <a href="windows.html">Step by Step Instruction for Windows</a>
  <li>The name of the first serial port is /dev/com1.</li>
</ul>
<p>
<a name="bsd"><b>Free BSD Note</b></a><br>
<ul>
  <li>The name of the first serial port is /dev/cuaa0.</li>
  <li>If your serial Port has a ST16550A chipset you need to set an option in the kernel source:<br>
#    0x20000 enable hardware RTS/CTS and larger FIFOs. Only works for<br>
#        ST16650A-compatible UARTs.<br></li>

</ul>
</body>
</html>