aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* utils: add set_thread_name API call, move thread_priority to threadAndrej Rode2017-06-291-1/+1
|
* tools: Make dissector code generation script Python 3 compatibleScott Torborg2017-05-301-9/+9
|
* gr-usrptest: remove TODO note fix python CMakeListsAndrej Rode2017-05-262-23/+1
|
* gr-usrptest: remove unit test cmake stubAndrej Rode2017-05-262-20/+0
|
* gr-usrptest: add LabVIEW remote control capabilityAndrej Rode2017-05-268-23/+329
| | | | | - require modules labview_automation and hoplite for RTS python module - new python module: labview_control
* gr-usrptest: Initial creationAndrej Rode2017-05-2627-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 OOTAndrej Rode2017-05-2642-0/+17013
|
* Merge branch 'maint'Martin Braun2017-03-241-44/+51
|\
| * tools: Various fixes to the CHDR dissectorMartin Braun2017-03-241-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 distrosMartin Braun2016-11-301-1/+1
| |
* | utils: introduce new logging API and remove msg APIAndrej Rode2017-02-201-1/+0
| |
* | ubuntu: Added yakkety to the list of distrosMartin Braun2016-12-091-1/+1
|/
* debian: Fixed artifact removal in upload_debs.shMartin Braun2016-08-301-1/+1
|
* tools: Added README for the dissectorsMartin Braun2016-08-301-0/+24
|
* Combined dissectors and added Wireshark 2 supportDerek Kozel2016-08-2425-891/+57
|
* debian: Removed precise from the list of supported distros for the 3.10 and upMartin Braun2016-08-121-1/+1
|
* debian: upload_debs.sh was a bit too aggressive in filtering out cruftMartin Braun2016-08-121-1/+1
|
* Merge branch 'maint'Martin Braun2016-06-068-0/+924
|\
| * added Wireshark Dissector for Octoclock packetsMarcus Müller2016-06-068-0/+924
| |
* | Merge branch 'maint'Martin Braun2016-03-211-4/+16
|\|
| * debian: updated changelog converter for sensible defaultsMartin Braun2016-03-211-4/+16
| |
* | Merge branch 'maint'Martin Braun2015-12-302-0/+257
|\|
| * tools: made upload_debs.sh smarter about ignoresNicholas Corgan2015-12-301-7/+6
| |
| * Final updates for 3.9.2 releaseMartin Braun2015-12-301-2/+25
| | | | | | | | | | | | - Updated images package - Updated Debian changelog - Updated ppa script
| * Added scripts and Debian configuration files for Ubuntu PPANicholas Corgan2015-12-302-0/+235
| |
* | tools: Improved CHDR dissectorMartin Braun2015-10-201-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 compatibleMarcus Müller2015-10-201-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, whitespaceBen Hilburn2015-08-043-104/+106
|
* utils: Updated b2xx_side_channel utility, moved over from tools/Martin Braun2015-07-311-650/+0
|
* ks: wait one second with GPSDO for time to latch, checker thread for ref_lockedBalint Seeber2015-07-272-0/+44
|
* tools: Added mega_fftBalint Seeber2015-07-274-0/+15929
|
* tools: Moved nirio_programmer out of utilsMartin Braun2015-07-213-0/+375
|
* Merge branch 'maint'Martin Braun2014-11-261-2/+8
|\
| * ks: different colours for OULSD status letters, timestamp 'Stopping' messageBalint Seeber2014-11-261-2/+8
| |
| * tools: Backported kitchen_sink from masterMartin Braun2014-11-261-30/+183
| |
* | ks: added set_time_* for multi-dboard sync, swapped time/clock setting, warn ↵Balint Seeber2014-11-241-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 Seeber2014-11-201-1/+1
| |
* | ks: abort fixBalint Seeber2014-11-191-3/+5
| |
* | ks: record channels to separate files, 'ignore-' options for recv loop, ↵Balint Seeber2014-11-191-22/+139
| | | | | | | | corrected max_late_count calculation
* | debug_prints_tool: Minor cleanupMartin Braun2014-11-182-4/+39
| |
* | debug_prints_tool: New tool to plot the output of DEBUG_TXRX-enabledJohannes Demel2014-11-182-0/+397
|/ | | | output.
* tools: Also bumped min Boost version for kitchen sinkMartin Braun2014-10-251-3/+1
|
* ks: added RX and TX subdev spec arg optionsBalint Seeber2014-10-131-1/+16
|
* tools: Minor adjustments to CHDR dissectorMartin Braun2014-10-101-25/+27
|
* uhd: enhancements to CHDR dissectorBalint Seeber2014-10-101-201/+241
| | | | | * fixed payload/response handling when timestamp is not present * safer length handling in CHDR dissector
* tools: Some changes to ZPU dissectorMartin Braun2014-10-106-592/+89
| | | | | | * Share files with chdr dissector * Show shmem register names * Clear build warnings
* tools: Added Balints ZPU dissectorMartin Braun2014-10-108-0/+921
|
* tools: Added Balints kitchen sink debug utilMartin Braun2014-10-094-4/+1888
|
* tools: Added b2x0_side_channel.py (FX3 debug util)Martin Braun2014-10-071-0/+650
|
* docs: Changed Xilinx ISE version from 14.4 to 14.7Ashish Chaudhari2014-09-241-1/+1
|