osmocom-analog/docs/install.html

69 lines
1.2 KiB
HTML

<html>
<head>
<link href="style.css" rel="stylesheet" type="text/css" />
<title>osmocom-analog</title>
</head>
<body>
<center><table><tr><td>
<h2><center>Software installation</center></h2>
<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>
If you want to install from GIT repository, run 'autoreconf -if' inside GIT repository first:
</p>
<pre>
# autoreconf -if
</pre>
<p>
Unpack the archive and change to its directory. Then compile:
</p>
<pre>
# ./configure
# make
</pre>
<p>
At your option:
</p>
<pre>
# make install
</pre>
<p>
Now you are ready for a quick test:
</p>
<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>
<p>
Do you hear the whistling sound on your speaker/headset? Now you can continue with the radio setup.
</p>
[<a href="index.html">Back to main page</a>]
</td></tr></table></center>
</body>
</html>