https://github.com/compscidr/ns-3.18-icc-2014
Simulation Experiment from "A utility based access point selection method for IEEE 802.11 wireless networks with enhanced quality of experience", published in IEEE ICC 2014
https://github.com/compscidr/ns-3.18-icc-2014
Last synced: about 1 year ago
JSON representation
Simulation Experiment from "A utility based access point selection method for IEEE 802.11 wireless networks with enhanced quality of experience", published in IEEE ICC 2014
- Host: GitHub
- URL: https://github.com/compscidr/ns-3.18-icc-2014
- Owner: compscidr
- Archived: true
- Created: 2020-09-19T17:48:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T17:48:37.000Z (over 2 years ago)
- Last Synced: 2025-04-23T19:29:43.683Z (about 1 year ago)
- Language: Python
- Size: 7.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is ns-3-allinone.
If you have downloaded this in tarball release format, this directory
contains some released ns-3 version, along with 3rd party components
necessary to support all optional ns-3 features, such as Python
bindings and the Network Animator. In this case, just run the
script build.py; all the components, plus ns-3 itself, will thus be
built. This directory also contains the bake build tool, which allows
access to several additional modules including the Network Simulation
Cradle, Direct Code Execution environment, and click and openflow
extensions for ns-3.
If you have downloaded this from mercurial, the download.py script will
download bake, netanim, pybindgen, and ns-3-dev. The usage to use
basic ns-3 (netanim and ns-3-dev) is to type:
./download.py
./build.py
and cd into ns-3-dev for further work. Consult the bake documentation
on how to use bake to access optional ns-3 components.