aboutsummaryrefslogtreecommitdiffstats
path: root/docs/install.html
blob: 3447f7eda0e8e0e7c9d01b66e00b1e1fcfbff877 (plain)
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
<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>

<hr><center>[<a href="index.html">Back to main page</a>]</center><hr>
</td></tr></table></center>
</body>
</html>