aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils/usrp_n2xx_net_burner_gui.py
Commit message (Collapse)AuthorAgeFilesLines
* usrp2: added usrp_n2xx_net_burner_gui to build system installationJosh Blum2011-03-261-0/+0
|
* usrp2: created net burner gui wrapper for N seriesJosh Blum2011-03-261-0/+188
The gui looks and works much like the card burner gui. However, the possible devices are not enumerated. Handles errors, resetting, and showing progress. Added hooks to net burner for progress callbacks (progress meter). Changed --ip option to --addr (any resolvable address will work). Fixes issue with "timeout" on reset, by catching socket.timeout. Updated the manual to reflect using the gui app and --addr option.