forked from wishful-project/manifests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdev.xml
48 lines (42 loc) · 1.93 KB
/
dev.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="origin"
fetch="ssh://[email protected]/wishful-project/" />
<remote name="github"
fetch="https://github.com/" />
<remote name="wirelesstestbedacademy"
fetch="https://github.com/WirelessTestbedsAcademy/" />
<default revision="master"
remote="origin"
sync-j="4" />
<!-- Core -->
<project name="wishful_upis" path="upis"/>
<project name="agent" path="agent"/>
<!-- Modules -->
<project name="module_simple" path="modules/simple"/>
<project name="module_iperf" path="modules/iperf"/>
<project name="module_net_linux" path="modules/net_linux"/>
<project name="module_wifi" path="modules/wifi"/>
<project name="module_wifi_ath" path="modules/wifi_ath"/>
<project name="module_wifi_wmp" path="modules/wifi_wmp"/>
<project name="module_ni_sdr" path="modules/ni_sdr"/>
<project name="module_rs_signal_gen" path="modules/rs_signal_gen"/>
<project name="module_robot" path="modules/robot"/>
<project name="module_gnuradio" path="modules/gnuradio"/>
<project name="module_spectral_scan_ath9k" path="modules/spectral_scan_ath9k"/>
<project name="module_contiki" path="modules/contiki"/>
<project name="module_iris" path="modules/iris"/>
<project name="module_rules" path="modules/rules"/>
<project name="module_lte" path="modules/lte"/>
<!-- Apps -->
<project name="module_discovery" path="apps/discovery"/>
<project name="module_discovery_pyre" path="apps/discovery_pyre"/>
<project name="module_handover" path="apps/handover"/>
<project name="module_wireless_topology" path="apps/wireless_topology"/>
<project name="wireless_stats" path="apps/wireless_stats"/>
<!-- Examples -->
<project name="examples" path="examples"/>
<!-- Other -->
<project name="wishful_mininet" path="mininet"/>
<project name="ExperimentationTools" remote="wirelesstestbedacademy" path="experimentation_tools"/>
</manifest>