aboutsummaryrefslogtreecommitdiffstats
path: root/apps/grgsm_livemon.grc
AgeCommit message (Collapse)AuthorFilesLines
2017-08-28Rename g_slider to gain_slider for consistency.Petter Reinholdtsen1-2/+2
2017-08-27Changed the BCCH+CCCH+SDCCH4 demapper into BCCH+CCCH demapperPiotr Krysik1-5/+5
2017-08-26Fixing collectorport and collector removed in the last commit from grgsm_livemonPiotr Krysik1-25/+111
2017-08-25Connect Message Printer block to UDP server block.Petter Reinholdtsen1-14/+8
Instead of printing messages in parallel to the UDP package sending, move the printing to after the UDP server block. This make it both possible to disable message printing by changing the server port to a different value from the client port, and to print messages collected by several clients by pointing all clients to the same server.
2017-08-25Make UDP server port configurable using --serverport parameter.Petter Reinholdtsen1-1/+44
This make it possible to run several grgsm_livemon processes on the same machine, by giving them unique ports to listen on.
2017-07-23Added a bit better labels for most cryptic paramters. Related to issue #288Piotr Krysik1-9/+9
2017-01-23Changes in the livemon:Piotr Krysik1-8/+8
-changed frequency range, -added abiliti to set fractional frequency correction.
2016-07-18Changes to apps after frequency offset correction major changePiotr Krysik1-2/+49
2016-07-15Update applications to work with new gsm_input blockPiotr Krysik1-23/+19
2016-02-14Added ability to supply device arguments as parameter to applications.Piotr Krysik1-16/+51
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-13Changes of names of applicationsPiotr Krysik1-0/+2891
-removed 'airprobe' from names completely, -removed '.py' from names, -moved programs that don't use gr-gsm blocks to the 'apps/helpers' directory.