@@ -7,11 +7,12 @@ Feature
77-------
88* Complement ns-3 by supporting channel scan behavior on Wi-Fi station (sta-wifi-scan.patch)
99* Show CsmaLink and SimpleLink in NetAnim (animation-interface.patch)
10- * Fix runtime error when access PacketMetadata of CsmaLink, [ Submitted] (https://www.nsnam.org/bugzilla/show_bug.cgi?id=1787 , "ns-3 bugzilla issue 1787")
10+ * Fix runtime error when access PacketMetadata of CsmaLink, [ Submitted] ( https://www.nsnam.org/bugzilla/show_bug.cgi?id=1787, " ns-3 bugzilla issue 1787 ")
11+ * Support SDN-based LTE backhaul emulation
1112
1213Build OpenNet on your own - Use install.sh
1314------------------------------------------
14- Supports Ubuntu 14.04.3
15+ Supports Ubuntu 14.04.5
1516
1617 $ sudo su -
1718 # apt-get install git ssh
@@ -22,39 +23,25 @@ Supports Ubuntu 14.04.3
2223
2324After a successful installation, the script will show "OpenNet installation has completed."
2425
25- Run OpenNet
26- -----------
27- With an SDN controller, the example script should work fine.
26+ Run OpenNet example script
27+ --------------------------
2828
2929 $ sudo su -
3030 # cd OpenNet
31- # git clone https://github.com/noxrepo/pox.git
32- # cd OpenNet/pox
33- # ./pox.py forwarding.l2_learning &
34- # cd OpenNet/mininet/examples/opennet
35- # python wifiroaming.py
36-
37- Do not run the example as "sudo python wifiroaming.py".
38- Sudo will replace environment variables and make the simulation fail.
39-
40- If the simulation script cannot connect to the controller, stop the network-manager may help.
41-
42- # service network-manager stop
43-
44- Start the network-manager service after the simulation.
45-
46- # service network-manager start
31+ # python mininet/examples/opennet/wifi/two-ap-one-sw.py
4732
4833Run NetAnim
4934-----------
50- Use NetAnim to open the XML file in the directory /tmp/xml.
35+
36+ Use NetAnim to open the XML file in the directory /tmp/xml.
5137Click "Play Animation" button can start the animation.
5238
5339 $ sudo su -
54- # cd OpenNet/ns-allinone-$NS3_VERSION/netanim-$NETANIM_VERSION
55- # ./NetAnim
40+ # cd OpenNet
41+ # python mininet/examples/opennet/wifi/wifi-roaming.py
42+ # ./ns-allinone-3.22/netanim-3.105/NetAnim
5643
5744Reference
5845---------
59- * Link modeling using ns-3, [ Link] (https://github.com/mininet/mininet/wiki/Link-modeling-using-ns-3 "Link modeling using ns-3")
46+ * Link modeling using ns-3, [ Link] ( https://github.com/mininet/mininet/wiki/Link-modeling-using-ns-3 " Link modeling using ns-3 ")
6047
0 commit comments