aboutsummaryrefslogtreecommitdiffstats
path: root/apps/helpers
AgeCommit message (Collapse)AuthorFilesLines
2017-08-26Remove all traces of the compatibility symlinks from cmake.Petter Reinholdtsen1-6/+0
2017-08-23Merge branch 'deb-bin-no-ext' of ↵Piotr Krysik3-3/+3
https://github.com/petterreinholdtsen/gr-gsm into petterreinholdtsen-deb-bin-no-ext
2017-08-23Big update of copyright statements so they can be automatically processed to ↵Piotr Krysik2-2/+2
produce debian/copyright file
2017-08-08Remove language extention from remaining binaries.Petter Reinholdtsen3-3/+3
The install target install some binaries without language extentions and others with such extension: * grgsm_capture.py * grgsm_channelize.py * grgsm_decode * grgsm_livemon * grgsm_scanner It would be more consistent and according to the policy of Debian and Ubuntu if all the binaries were without such language extention. This commit rename grgsm_capture.py and grgsm_channelize.py to avoid the language extention.
2016-10-01#208: Fixed port names of offset control and inputRoman Khassraf1-1/+1
2016-10-01#208: fixed samp_rate variableRoman Khassraf1-1/+1
2016-07-21Changed default sample ratePiotr Krysik1-1/+1
2016-07-18Changes to apps after frequency offset correction major changePiotr Krysik1-1/+1
2016-07-18Corrected capture applicationPiotr Krysik1-1/+1
2016-04-24Corrected the example in grgsm_channelize, changed default sample rates in ↵Piotr Krysik2-4/+4
applications.
2016-03-18Correction of device's argument passingPiotr Krysik1-2/+2
2016-03-11Corrected the mistake introduced by the previous commitPiotr Krysik1-1/+1
2016-03-03Minor fixup of channelizing messagesSteve Glass1-2/+5
2016-02-27Changes and improvements of options in the grgsm_channelize.pyPiotr Krysik1-39/+54
- replaced xlat_fir_filter with rotator and pfb arbitrary resampler, - renamed some options, - added new options
2016-02-17Tiding up cmake code for creating symbolic linksPiotr Krysik1-0/+39
2016-02-14Added ability to supply device arguments as parameter to applications.Piotr Krysik1-1/+4
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-13Updated readmes to include renamed applicationsPiotr Krysik1-0/+5
2016-02-13Changes of names of applicationsPiotr Krysik2-0/+421
-removed 'airprobe' from names completely, -removed '.py' from names, -moved programs that don't use gr-gsm blocks to the 'apps/helpers' directory.