Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(648)

Side by Side Diff: webrtc/rtc_tools/loopback_test/README

Issue 2965593002: Move webrtc/{tools => rtc_tools} (Closed)
Patch Set: Adding back root changes Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « webrtc/rtc_tools/loopback_test/OWNERS ('k') | webrtc/rtc_tools/loopback_test/adapter.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Loopback test 1 Loopback test
2 2
3 This is a simple html test framework to run a loopback test which can go via 3 This is a simple html test framework to run a loopback test which can go via
4 turn. For now the test is used to analyse bandwidth estimation and get records 4 turn. For now the test is used to analyse bandwidth estimation and get records
5 for bad scenarios. 5 for bad scenarios.
6 6
7 How to run: 7 How to run:
8 ./run-server.sh (to start python serving the tests) 8 ./run-server.sh (to start python serving the tests)
9 Access http://localhost:8080/loopback_test.html to run the test 9 Access http://localhost:8080/loopback_test.html to run the test
10 10
11 How to record: 11 How to record:
12 You can use record-test.sh to get a tcpdump of a test run. 12 You can use record-test.sh to get a tcpdump of a test run.
OLDNEW
« no previous file with comments | « webrtc/rtc_tools/loopback_test/OWNERS ('k') | webrtc/rtc_tools/loopback_test/adapter.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698