Work on documentation
This commit is contained in:
@@ -1,59 +1,68 @@
|
||||
<html>
|
||||
<head>
|
||||
<link href="style.css" rel="stylesheet" type="text/css" />
|
||||
<title>osmocom-analog</title>
|
||||
</head>
|
||||
<body>
|
||||
<center><table border='0' cellspacing='0' cellpadding='0' width='816'><tr><td><font face="ARIAL" size='5'>
|
||||
<center><table><tr><td>
|
||||
|
||||
<h2><center>Software installation</center></h2>
|
||||
|
||||
<p align='justify'>
|
||||
<p>
|
||||
To run this software, you need a linux PC with development environment (gcc compiler).
|
||||
At least one Alsa sound interfaces is required.
|
||||
Two sound interfaces are required to talk and listen trough the base station using a headset with microphone.
|
||||
</p>
|
||||
|
||||
<p align='justify'>
|
||||
<p>
|
||||
If you want to install from GIT repository, run 'autoreconf -if' inside GIT repository first:
|
||||
</p>
|
||||
|
||||
<font size='4'><pre>
|
||||
# autoreconf -if
|
||||
</pre></font>
|
||||
<pre>
|
||||
|
||||
<p align='justify'>
|
||||
# autoreconf -if
|
||||
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
Unpack the archive and change to its directory. Then compile:
|
||||
</p>
|
||||
|
||||
<font size='4'><pre>
|
||||
<pre>
|
||||
|
||||
# ./configure
|
||||
# make
|
||||
</pre></font>
|
||||
|
||||
<p align='justify'>
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
At your option:
|
||||
</p>
|
||||
|
||||
<font size='4'><pre>
|
||||
# make install
|
||||
</pre></font>
|
||||
<pre>
|
||||
|
||||
<p align='justify'>
|
||||
# make install
|
||||
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
Now you are ready for a quick test:
|
||||
</p>
|
||||
|
||||
<font size='4'><pre>
|
||||
<pre>
|
||||
|
||||
# src/bnetz/bnetz -k 1 -L 2
|
||||
bnetz.c:268 info : Entering IDLE state, sending 'Gruppenfreisignal' 2 on channel 1.
|
||||
Base station ready, please tune transmitter to 153.010 MHz and receiver to 148.410 MHz.
|
||||
To call phone, switch transmitter using pilot tone to 153.370 MHz
|
||||
</pre></font>
|
||||
|
||||
<p align='justify'>
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
Do you hear the whisteling sound on your speaker/headset? Now you can continue with the radio setup.
|
||||
</p>
|
||||
|
||||
[<a href="index.html">Back to main page</a>]
|
||||
</font></td></tr></table></center>
|
||||
</td></tr></table></center>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user