CarletonWirelessLab / ANTS

The Automated Networking Test Suite
Other
3 stars 1 forks source link

Test sequence doesn't allow for USRP to be flashed on first run #13

Closed threexc closed 5 years ago

threexc commented 6 years ago

When running the test sequence from the GUI after the USRP is first connected to the system, the control code does not account for the need or the time required for the USRP's FPGA to be programmed. While this doesn't break anything, there should be either a command issued to check the status of the FPGA, or possibly a counter to check how many times the test has been run (waiting longer on the first go).

threexc commented 5 years ago

Should no longer be an issue - the control code runs iperf before starting the USRP, and continues to run the network traffic while polling the USRP process until it has determined that it is no longer running. Closing for now.