aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils/usrp_n2xx_net_burner_gui.py
Commit message (Collapse)AuthorAgeFilesLines
* utils: usrp_n2xx_net_burner_gui can now overwrite safe images with command ↵Nicholas Corgan2013-09-061-14/+24
| | | | line option
* utils: usrp_n2xx_net_burner_gui no longer ignores dont-check-rev optionNicholas Corgan2013-08-231-1/+1
|
* utils: More descriptive USRP N2XX Net BurnerNicholas Corgan2012-09-201-2/+7
| | | | * List option and GUI selection box display hardware revisions of detected units alongside IP addresses
* N210: update burner for python3.0, added listbox for device selection in guiJosh Blum2011-06-161-7/+44
|
* 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.