aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2016-07-18Corrected capture applicationPiotr Krysik1-1/+1
2016-07-17Corrected the decoding app so it's possible to run it without frequency corre...Piotr Krysik1-8/+11
2016-07-17Removed old icmp packages preventing codePiotr Krysik1-7/+1
2016-07-15Corrections of parameters of clock_offset_control blockPiotr Krysik2-2/+2
2016-07-15Merge branch 'development' of https://github.com/ptrkrysik/gr-gsm into develo...Piotr Krysik1-3/+5
2016-07-15Update applications to work with new gsm_input blockPiotr Krysik4-82/+109
2016-06-09Commented out old method of suppressing ICMP messagesPiotr Krysik1-3/+3
2016-06-09Corrected order of creating socket_pdu* objectsPiotr Krysik1-1/+1
2016-06-09Added socket_pdu server - closes issue #194Piotr Krysik1-0/+2
2016-05-20Big change of the universal control channels demapper:Piotr Krysik3-12/+6
2016-05-14Merge branch 'master' into developmentPiotr Krysik3-5/+5
2016-04-29Change to print only content of bursts without tails and training sequencesPiotr Krysik1-1/+1
2016-04-29Added option to print raw, unencrypted bursts - with dummy bursts filtered out.Piotr Krysik1-2/+13
2016-04-24Corrected the example in grgsm_channelize, changed default sample rates in ap...Piotr Krysik3-5/+5
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-08Changes in grgsm_decode in order to enable working without frequency correction.Piotr Krysik1-13/+11
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
2016-02-22Removed last parameter from socket_pdu in order to make grgsm_decode more com...Piotr Krysik2-3/+1
2016-02-17Tiding up cmake code for creating symbolic linksPiotr Krysik2-15/+43
2016-02-14Added ability to supply device arguments as parameter to applications.Piotr Krysik4-24/+68
2016-02-14Changed formatting of the Readme in apps directoryPiotr Krysik1-8/+12
2016-02-13Updated readmes to include renamed applicationsPiotr Krysik2-4/+16
2016-02-13Changes of names of applicationsPiotr Krysik7-25/+41
2016-02-13Renamed applications. Legacy names are kept as symlinks.Piotr Krysik6-37/+40
2016-01-06Fixed all hierarchical blocks in the projectPiotr Krysik1-8/+8
2015-11-14Remove throttling from gsm_channelize.pySteve Glass1-4/+1
2015-10-12Commented lines incompatible with older GNU Radio versions from airprobe_rtls...Piotr Krysik1-33/+36
2015-09-29Fixed class names and added sample rate correctness check in airprobe_rtlsdr_...Roman Khassraf1-4/+7
2015-09-27Fixed CMakeLists for airprobe_rtlsdr_scanner.pyRoman Khassraf1-0/+1
2015-09-27Added /airprobe_rtlsdr_scanner.py to appsRoman Khassraf1-0/+393
2015-09-20Added option of providing recording length to airporbe_rtl_sdr_capturePiotr Krysik1-5/+25
2015-09-14Merge pull request #126 from rpp0/app-channelizerPiotr Krysik1-0/+153
2015-09-13Mandatory arfcn or frequency only for cfile input in airprobe_decodeRoman Khassraf1-1/+1
2015-09-13Added option verbose for message printing in airprobe_decodeRoman Khassraf1-2/+24
2015-09-11Created standalone GSM channelizer app for splitting wideband captures into m...rpp1-0/+153
2015-09-05Corrected CMakeLists from apps directoryPiotr Krysik1-1/+1
2015-09-02Removed grcc compilation and added airprobe_rtlsdr.pyPiotr Krysik2-20/+296
2015-09-02Removed airprobe_file from grcPiotr Krysik1-897/+0
2015-08-29Implemented decoder appRoman Khassraf1-0/+357
2015-08-25Merge pull request #119 from romankh/gr-gsm-appsPiotr Krysik1-0/+251
2015-08-24Added getter/setter for arfcnRoman Khassraf1-2/+19
2015-08-24Removed GUI code from airprobe_rtlsdr_capture.pyRoman Khassraf1-217/+22
2015-08-22Capturing app for single channels with RTL-SDRRoman Khassraf1-0/+429
2015-08-17Correcting installation of python appsPiotr Krysik1-2/+4
2015-08-16Added carrier frequency shift in order to avoid DC offset. Also changed unive...Piotr Krysik1-1208/+155
2015-08-15Removed commented line from apps/CMakeListsPiotr Krysik1-1/+0
2015-08-15Corrected #111 issue with generation of python code from grc filesPiotr Krysik1-2/+4
2015-08-13Added Socket PDU UDP Server in order to avoid receiving ICMP messages from th...Piotr Krysik2-1885/+2259