Commit Graph

9 Commits

Author SHA1 Message Date
Piotr Krysik 13d9e7a334 Corrected the example in grgsm_channelize, changed default sample rates in applications. 2016-04-24 15:23:15 +02:00
Piotr Krysik 0ff0d09960 Correction of device's argument passing 2016-03-18 11:39:09 +01:00
Piotr Krysik 30ea7ddfac Corrected the mistake introduced by the previous commit 2016-03-11 09:04:03 +01:00
Steve Glass d3b40496e8 Minor fixup of channelizing messages 2016-03-03 18:58:56 +10:00
Piotr Krysik 969c0ff52f Changes and improvements of options in the grgsm_channelize.py
- replaced xlat_fir_filter with rotator and pfb arbitrary resampler,
- renamed some options,
- added new options
2016-02-27 17:45:18 +01:00
Piotr Krysik 5c7a578e4f Tiding up cmake code for creating symbolic links 2016-02-17 12:08:51 +01:00
Piotr Krysik 7185b6664f Added ability to supply device arguments as parameter to applications.
Change adressing #140 enhancement request.
It is possible to select rtl-sdr dongle:
-with device index through commanline parameter: `--args="rtl=1"` (where 1 is the device index). Caution: device index is not unique identifier and it changes on each connection of the dongle.
-with devices serial number, the commandline option in this case has following form: `--args="rtl=00000001"` (where 00000001 is the serial number).

NOTE: You can set the serial number with use of:
```sh
rtl_eeprom -s <serial_number>
```
2016-02-14 20:24:54 +01:00
Piotr Krysik a8aab32d85 Updated readmes to include renamed applications 2016-02-13 18:38:12 +01:00
Piotr Krysik 332e0b5c6b Changes of names of applications
-removed 'airprobe' from names completely,
-removed '.py' from names,
-moved programs that don't use gr-gsm blocks to the 'apps/helpers' directory.
2016-02-13 18:37:32 +01:00