Skip to content

Commit 3dad29a

Browse files
committed
update manifest
Change-Id: Ic8378ae6b06b530235206cb19ea6dc59df681048
1 parent 186ed47 commit 3dad29a

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-13
lines changed

dev.xml

+8-6
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,25 @@
1414
<project name="wishful_upis" path="upis"/>
1515
<project name="agent" path="agent"/>
1616
<!-- Modules -->
17-
<project name="module_discovery" path="modules/discovery"/>
18-
<project name="module_discovery_pyre" path="modules/discovery_pyre"/>
19-
<project name="module_handover" path="modules/handover"/>
20-
<project name="module_wireless_topology" path="modules/wireless_topology"/>
21-
<project name="module_rules" path="modules/rules"/>
2217
<project name="module_simple" path="modules/simple"/>
2318
<project name="module_iperf" path="modules/iperf"/>
19+
<project name="module_net_linux" path="modules/net_linux"/>
2420
<project name="module_wifi" path="modules/wifi"/>
2521
<project name="module_wifi_ath" path="modules/wifi_ath"/>
2622
<project name="module_wifi_wmp" path="modules/wifi_wmp"/>
2723
<project name="module_ni_sdr" path="modules/ni_sdr"/>
2824
<project name="module_rs_signal_gen" path="modules/rs_signal_gen"/>
2925
<project name="module_robot" path="modules/robot"/>
30-
<project name="module_net_linux" path="modules/net_linux"/>
3126
<project name="module_gnuradio" path="modules/gnuradio"/>
3227
<project name="module_spectral_scan_ath9k" path="modules/spectral_scan_ath9k"/>
3328
<project name="module_contiki" path="modules/contiki"/>
29+
<project name="module_rules" path="modules/rules"/>
30+
<!-- Apps -->
31+
<project name="module_discovery" path="apps/discovery"/>
32+
<project name="module_discovery_pyre" path="apps/discovery_pyre"/>
33+
<project name="module_handover" path="apps/handover"/>
34+
<project name="module_wireless_topology" path="apps/wireless_topology"/>
35+
<project name="wireless_stats" path="apps/wireless_stats"/>
3436
<!-- Examples -->
3537
<project name="examples" path="examples"/>
3638
<!-- Other -->

requirements_dev.txt

+8-7
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,21 @@
44
-e git+https://github.com/phaethon/scapy.git#egg=master
55
./upis
66
./agent
7-
./modules/discovery
8-
./modules/discovery_pyre
9-
./modules/handover
10-
./modules/wireless_topology
11-
./modules/rules
127
./modules/simple
138
./modules/iperf
9+
./modules/net_linux
1410
./modules/wifi
1511
./modules/wifi_ath
12+
./modules/spectral_scan_ath9k
1613
./modules/ni_sdr
1714
./modules/rs_signal_gen
18-
./modules/spectral_scan_ath9k
1915
./modules/robot
20-
./modules/net_linux
2116
./modules/gnuradio
17+
./modules/rules
18+
./apps/discovery
19+
./apps/discovery_pyre
20+
./apps/handover
21+
./apps/wireless_topology
22+
./apps/wireless_stats
2223
./examples
2324
./mininet

0 commit comments

Comments
 (0)