forked from StanfordSNR/pantheon
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitmodules
86 lines (86 loc) · 2.79 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
[submodule "third_party/libutp"]
path = third_party/libutp
url = https://github.com/bittorrent/libutp.git
ignore = dirty
[submodule "third_party/proto-quic"]
path = third_party/proto-quic
url = https://github.com/google/proto-quic.git
ignore = dirty
[submodule "third_party/pcc"]
path = third_party/pcc
url = https://github.com/modong/pcc.git
ignore = dirty
[submodule "third_party/verus"]
path = third_party/verus
url = https://github.com/yzaki/verus.git
ignore = dirty
[submodule "third_party/webrtc"]
path = third_party/webrtc
url = https://github.com/StanfordSNR/webrtc.git
ignore = dirty
[submodule "third_party/sprout"]
path = third_party/sprout
url = https://github.com/keithw/alfalfa.git
ignore = dirty
[submodule "third_party/scream"]
path = third_party/scream
url = https://github.com/EricssonResearch/scream.git
ignore = dirty
[submodule "third_party/sourdough"]
path = third_party/sourdough
url = https://github.com/keithw/sourdough
ignore = dirty
[submodule "third_party/koho_cc"]
path = third_party/koho_cc
url = https://github.com/greghill/koho_cc.git
ignore = dirty
[submodule "third_party/pantheon-tunnel"]
path = third_party/pantheon-tunnel
url = https://github.com/StanfordSNR/pantheon-tunnel.git
ignore = dirty
[submodule "third_party/genericCC"]
path = third_party/genericCC
url = https://github.com/venkatarun95/genericCC
ignore = dirty
[submodule "third_party/calibrated_koho"]
path = third_party/calibrated_koho
url = https://github.com/greghill/koho_cc.git
branch = calibrated_koho
ignore = dirty
[submodule "third_party/indigo"]
path = third_party/indigo
url = https://github.com/StanfordSNR/indigo.git
branch = master
ignore = dirty
[submodule "third_party/indigo-no-calib"]
path = third_party/indigo-no-calib
url = https://github.com/StanfordSNR/indigo.git
branch = indigo-no-calib
ignore = dirty
[submodule "third_party/fillp"]
path = third_party/fillp
url = https://github.com/fillthepipe/fill-the-pipe.git
ignore = dirty
[submodule "third_party/vivace"]
path = third_party/vivace
url = https://github.com/StanfordSNR/vivace.git
ignore = dirty
[submodule "third_party/indigo-1-layer-32-unit"]
path = third_party/indigo-1-layer-32-unit
url = https://github.com/StanfordSNR/indigo.git
branch = 1-layer-32-unit
ignore = dirty
[submodule "third_party/indigo-1-layer-128-unit"]
path = third_party/indigo-1-layer-128-unit
url = https://github.com/StanfordSNR/indigo.git
branch = 1-layer-128-unit
ignore = dirty
[submodule "third_party/indigo-1-layer-32-unit-no-calib"]
path = third_party/indigo-1-layer-32-unit-no-calib
url = https://github.com/StanfordSNR/indigo.git
branch = 1-layer-32-unit-no-calib
ignore = dirty
[submodule "third_party/pcc-experimental"]
path = third_party/pcc-experimental
url = https://github.com/PCCproject/PCC-Uspace.git
ignore = dirty