Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils: add set_thread_name API call, move thread_priority to thread | Andrej Rode | 2017-06-29 | 1 | -1/+1 |
| | |||||
* | tools: Make dissector code generation script Python 3 compatible | Scott Torborg | 2017-05-30 | 1 | -9/+9 |
| | |||||
* | gr-usrptest: remove TODO note fix python CMakeLists | Andrej Rode | 2017-05-26 | 2 | -23/+1 |
| | |||||
* | gr-usrptest: remove unit test cmake stub | Andrej Rode | 2017-05-26 | 2 | -20/+0 |
| | |||||
* | gr-usrptest: add LabVIEW remote control capability | Andrej Rode | 2017-05-26 | 8 | -23/+329 |
| | | | | | - require modules labview_automation and hoplite for RTS python module - new python module: labview_control | ||||
* | gr-usrptest: Initial creation | Andrej Rode | 2017-05-26 | 27 | -3/+4513 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - new OOT-blocks: phase_calc_ccf hier-block, measurement_sink_f - new python submodules: flowgraphs, functions, rts_tests - new apps: usrp_phasealignment.py - cmdline example for manual testing OOT-Blocks: - phase_calc_ccf takes two complex input streams and conjugate multiplys them and extracts the phase from the result and converts it to degree scale - measurement_sink_f: takes a float input stream and calculates average and stddev for a specified number of samples. Start of a measurement is invoked by a call of start_run() on the block. After a couple of runs average and stddev can be extracted. Python modules: - flowgrahps contains reconfigurable flowgraphs for different GNU Radio RF test cases - functions contains functions which are used in different apps/RTS scripts - rts_tests contains test cases which are meant to be executed from the RTS system. Depends on TinyDB, labview_automation Apps: - usrp_phasealignment.py is an example how to use the underlying flowgraph to measure phase differences. Commandline arguments of uhd_app can be used and several additional arguments can/have to be specified. Runs a phase difference measurement --runs number of times and averages phase difference over --duration seconds. Between measurements USRP sinks are retuned to random frequencies in daughterboard range. Results are displayed using motherboard serial and daughterboard serial | ||||
* | gr-usrptest: init OOT | Andrej Rode | 2017-05-26 | 42 | -0/+17013 |
| | |||||
* | Merge branch 'maint' | Martin Braun | 2017-03-24 | 1 | -44/+51 |
|\ | |||||
| * | tools: Various fixes to the CHDR dissector | Martin Braun | 2017-03-24 | 1 | -44/+51 |
| | | | | | | | | | | | | - Works with newer Wiresharks now - Fix SID flip in hex pretty print - Fix misclassification of cmd packets | ||||
| * | ubuntu: Added yakkety to the list of distros | Martin Braun | 2016-11-30 | 1 | -1/+1 |
| | | |||||
* | | utils: introduce new logging API and remove msg API | Andrej Rode | 2017-02-20 | 1 | -1/+0 |
| | | |||||
* | | ubuntu: Added yakkety to the list of distros | Martin Braun | 2016-12-09 | 1 | -1/+1 |
|/ | |||||
* | debian: Fixed artifact removal in upload_debs.sh | Martin Braun | 2016-08-30 | 1 | -1/+1 |
| | |||||
* | tools: Added README for the dissectors | Martin Braun | 2016-08-30 | 1 | -0/+24 |
| | |||||
* | Combined dissectors and added Wireshark 2 support | Derek Kozel | 2016-08-24 | 25 | -891/+57 |
| | |||||
* | debian: Removed precise from the list of supported distros for the 3.10 and up | Martin Braun | 2016-08-12 | 1 | -1/+1 |
| | |||||
* | debian: upload_debs.sh was a bit too aggressive in filtering out cruft | Martin Braun | 2016-08-12 | 1 | -1/+1 |
| | |||||
* | Merge branch 'maint' | Martin Braun | 2016-06-06 | 8 | -0/+924 |
|\ | |||||
| * | added Wireshark Dissector for Octoclock packets | Marcus Müller | 2016-06-06 | 8 | -0/+924 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2016-03-21 | 1 | -4/+16 |
|\| | |||||
| * | debian: updated changelog converter for sensible defaults | Martin Braun | 2016-03-21 | 1 | -4/+16 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2015-12-30 | 2 | -0/+257 |
|\| | |||||
| * | tools: made upload_debs.sh smarter about ignores | Nicholas Corgan | 2015-12-30 | 1 | -7/+6 |
| | | |||||
| * | Final updates for 3.9.2 release | Martin Braun | 2015-12-30 | 1 | -2/+25 |
| | | | | | | | | | | | | - Updated images package - Updated Debian changelog - Updated ppa script | ||||
| * | Added scripts and Debian configuration files for Ubuntu PPA | Nicholas Corgan | 2015-12-30 | 2 | -0/+235 |
| | | |||||
* | | tools: Improved CHDR dissector | Martin Braun | 2015-10-20 | 1 | -38/+141 |
| | | | | | | | | | | | | | | | | - List/filter by packet type - Filter by eob, error - Command display - Break out block ports - Added hex format SID output | ||||
* | | Wireshark CHDR dissector: Made new-API compatible | Marcus Müller | 2015-10-20 | 1 | -3/+3 |
|/ | | | | | | Basically two changes: * tvb_get_string needs a scope reference (emulation of C++ scoping in C!) * the function prototype for dissectors changed, accounted for that | ||||
* | MegaFFT: Fixing copyright, whitespace | Ben Hilburn | 2015-08-04 | 3 | -104/+106 |
| | |||||
* | utils: Updated b2xx_side_channel utility, moved over from tools/ | Martin Braun | 2015-07-31 | 1 | -650/+0 |
| | |||||
* | ks: wait one second with GPSDO for time to latch, checker thread for ref_locked | Balint Seeber | 2015-07-27 | 2 | -0/+44 |
| | |||||
* | tools: Added mega_fft | Balint Seeber | 2015-07-27 | 4 | -0/+15929 |
| | |||||
* | tools: Moved nirio_programmer out of utils | Martin Braun | 2015-07-21 | 3 | -0/+375 |
| | |||||
* | Merge branch 'maint' | Martin Braun | 2014-11-26 | 1 | -2/+8 |
|\ | |||||
| * | ks: different colours for OULSD status letters, timestamp 'Stopping' message | Balint Seeber | 2014-11-26 | 1 | -2/+8 |
| | | |||||
| * | tools: Backported kitchen_sink from master | Martin Braun | 2014-11-26 | 1 | -30/+183 |
| | | |||||
* | | ks: added set_time_* for multi-dboard sync, swapped time/clock setting, warn ↵ | Balint Seeber | 2014-11-24 | 1 | -4/+38 |
| | | | | | | | | when using late recovery w/o TX time offset | ||||
* | | ks: wrong TX CPU format was being printed (was printing RX for TX) | Balint Seeber | 2014-11-20 | 1 | -1/+1 |
| | | |||||
* | | ks: abort fix | Balint Seeber | 2014-11-19 | 1 | -3/+5 |
| | | |||||
* | | ks: record channels to separate files, 'ignore-' options for recv loop, ↵ | Balint Seeber | 2014-11-19 | 1 | -22/+139 |
| | | | | | | | | corrected max_late_count calculation | ||||
* | | debug_prints_tool: Minor cleanup | Martin Braun | 2014-11-18 | 2 | -4/+39 |
| | | |||||
* | | debug_prints_tool: New tool to plot the output of DEBUG_TXRX-enabled | Johannes Demel | 2014-11-18 | 2 | -0/+397 |
|/ | | | | output. | ||||
* | tools: Also bumped min Boost version for kitchen sink | Martin Braun | 2014-10-25 | 1 | -3/+1 |
| | |||||
* | ks: added RX and TX subdev spec arg options | Balint Seeber | 2014-10-13 | 1 | -1/+16 |
| | |||||
* | tools: Minor adjustments to CHDR dissector | Martin Braun | 2014-10-10 | 1 | -25/+27 |
| | |||||
* | uhd: enhancements to CHDR dissector | Balint Seeber | 2014-10-10 | 1 | -201/+241 |
| | | | | | * fixed payload/response handling when timestamp is not present * safer length handling in CHDR dissector | ||||
* | tools: Some changes to ZPU dissector | Martin Braun | 2014-10-10 | 6 | -592/+89 |
| | | | | | | * Share files with chdr dissector * Show shmem register names * Clear build warnings | ||||
* | tools: Added Balints ZPU dissector | Martin Braun | 2014-10-10 | 8 | -0/+921 |
| | |||||
* | tools: Added Balints kitchen sink debug util | Martin Braun | 2014-10-09 | 4 | -4/+1888 |
| | |||||
* | tools: Added b2x0_side_channel.py (FX3 debug util) | Martin Braun | 2014-10-07 | 1 | -0/+650 |
| | |||||
* | docs: Changed Xilinx ISE version from 14.4 to 14.7 | Ashish Chaudhari | 2014-09-24 | 1 | -1/+1 |
| |