Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |