forked from wishful-project/manifests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuser.xml
65 lines (57 loc) · 2.9 KB
/
user.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="origin"
fetch="https://github.com/wishful-project/" />
<remote name="github"
fetch="https://github.com/" />
<remote name="ans"
fetch="https://github.com/AdvancedNetworkingSystems/" />
<remote name="wirelesstestbedacademy"
fetch="https://github.com/WirelessTestbedsAcademy/" />
<default revision="master"
remote="origin"
sync-j="4" />
<!-- Core -->
<project name="wishful_upis" path="upis" remote="ans"/>
<project name="framework" path="framework"/>
<project name="controller" path="controller" remote="ans"/>
<project name="agent" path="agent" remote="ans"/>
<!-- Libs -->
<project name="stream_pipe" path="libs/stream_pipe"/>
<project name="pyre" path="libs/pyre"/>
<project name="python-tc" path="libs/python-tc"/>
<project name="phaethon/scapy" remote="github" path="libs/scapy-python3"/>
<!-- <project name="Tanganelli/CoAPthon" remote="github" path="libs/coapthon"/> -->
<project name="pruckebusch/aiocoap" remote="github" path="libs/aiocoap"/>
<!-- Framework Modules -->
<project name="module_discovery" path="framework_modules/discovery"/>
<project name="module_discovery_pyre" path="framework_modules/discovery_pyre"/>
<!-- Controller Modules -->
<project name="module_handover" path="controller_modules/handover"/>
<project name="module_wireless_topology" path="controller_modules/wireless_topology"/>
<!-- Agent Modules -->
<project name="module_rules" path="agent_modules/rules"/>
<project name="module_simple" path="agent_modules/simple"/>
<project name="module_iperf" path="agent_modules/iperf"/>
<project name="module_wifi-wishful" path="agent_modules/wifi" remote="ans"/>
<project name="module-wifi-poprow" path="agent_modules/wifi-poprow" remote="ans"/>
<project name="module_wifi_ath" path="agent_modules/wifi_ath"/>
<project name="module_wifi_wmp" path="agent_modules/wifi_wmp"/>
<project name="module_ni_sdr" path="agent_modules/ni_sdr"/>
<project name="module_rs_signal_gen" path="agent_modules/rs_signal_gen"/>
<project name="module_robot" path="agent_modules/robot"/>
<project name="module_net_linux" path="agent_modules/net_linux" remote="ans"/>
<project name="module_gnuradio" path="agent_modules/gnuradio"/>
<project name="module_spectral_scan_ath9k" path="agent_modules/spectral_scan_ath9k"/>
<project name="module_contiki" path="agent_modules/contiki"/>
<project name="module_iris" path="agent_modules/iris"/>
<project name="module_lte" path="agent_modules/lte"/>
<!-- Examples -->
<project name="examples" path="examples"/>
<!-- Tests -->
<project name="tests" path="tests"/>
<!-- Other -->
<project name="wishful_mininet" path="mininet"/>
<project name="project_scripts" path="scripts"/>
<project name="ExperimentationTools" remote="wirelesstestbedacademy" path="experimentation_tools"/>
</manifest>