aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils/usrp_n2xx_net_burner_gui.py
Commit message (Collapse)AuthorAgeFilesLines
* usrp2: restore executable permission on python scriptsJosh Blum2011-04-061-0/+0
|
* usrp_n2xx_net_burner: remove thread from guiJosh Blum2011-04-051-4/+5
| | | | | | tkinter is far too confused to handle threading and events the calls to update in the progress/sttus callbacks keep the gui refreshed
* usrp2: ran 2to3 on python apps and make corrections for old imports to workJosh Blum2011-04-051-34/+41
|
* 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.