Difference between revisions of "Install and run Aqua-Sim-NG code"
From Zheng Peng's Wiki
(Created page with "== How-To == * download and unpack ns-3.27 source code: <code>wget http://www.nsnam.org/release/ns-allinone-3.27.tar.bz2</code> <code>tar xjf ns-allinone-3.27.tar.bz2</code...") |
(No difference)
|
Revision as of 08:21, 17 August 2018
How-To
- download and unpack ns-3.27 source code:
wget http://www.nsnam.org/release/ns-allinone-3.27.tar.bz2
tar xjf ns-allinone-3.27.tar.bz2
Note: Aqua-Sim-NG has been tested with ns-3.27. The higher versions of ns-3 (i.e., 3.28, 3.29) might not be compilable with aqua-sim modules.
- get aqua-sim source code:
- move to ../src directory of ns-3:
cd "ns-3_working_dir/src/"
- for multichannel MAC development:
git clone https://github.com/dugdmitry/aqua-sim-ng.git
- original version from main repository:
git clone https://github.com/rmartin5/aqua-sim-ng.git
- build ns-3 with aqua-sim source code: