Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils: usrp_n2xx_net_burner_gui can now overwrite safe images with command ↵ | Nicholas Corgan | 2013-09-06 | 1 | -14/+24 |
| | | | | line option | ||||
* | utils: usrp_n2xx_net_burner_gui no longer ignores dont-check-rev option | Nicholas Corgan | 2013-08-23 | 1 | -1/+1 |
| | |||||
* | utils: More descriptive USRP N2XX Net Burner | Nicholas Corgan | 2012-09-20 | 1 | -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 gui | Josh Blum | 2011-06-16 | 1 | -7/+44 |
| | |||||
* | usrp2: restore executable permission on python scripts | Josh Blum | 2011-04-06 | 1 | -0/+0 |
| | |||||
* | usrp_n2xx_net_burner: remove thread from gui | Josh Blum | 2011-04-05 | 1 | -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 work | Josh Blum | 2011-04-05 | 1 | -34/+41 |
| | |||||
* | usrp2: added usrp_n2xx_net_burner_gui to build system installation | Josh Blum | 2011-03-26 | 1 | -0/+0 |
| | |||||
* | usrp2: created net burner gui wrapper for N series | Josh Blum | 2011-03-26 | 1 | -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. |