An implementation of Analog cellular networks like A-Netz, B-Netz, C-Netz, NMT, AMPS, TACS, JTACS, Radiocom 2000, IMTS, MPT1327, Eurosignal and more
http://osmocom-analog.eversberg.eu/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
440 B
24 lines
440 B
You need to have the following packages install: |
|
|
|
* automake, gcc for compilation |
|
* libasound2 for sound card support, which is what you need! |
|
* libsoapysdr or libuhd (developer) to support SDR |
|
* -> SoapySDR modules to support your SDR hardware |
|
* libimagamagick version >= 7 (developer) optionally for TV image display |
|
|
|
|
|
Generate "configure": |
|
|
|
$ autoreconf -if |
|
|
|
|
|
Run "configure": |
|
|
|
$ ./configure |
|
|
|
|
|
Build and install: |
|
|
|
$ make |
|
$ make install |
|
|
|
|