https://github.com/dirk/tornados-at-midnight
NS-3 scratch project for C of C CSCI 440 final
https://github.com/dirk/tornados-at-midnight
Last synced: 11 months ago
JSON representation
NS-3 scratch project for C of C CSCI 440 final
- Host: GitHub
- URL: https://github.com/dirk/tornados-at-midnight
- Owner: dirk
- License: mit
- Created: 2013-12-02T03:35:35.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-09T15:13:01.000Z (over 12 years ago)
- Last Synced: 2025-04-09T15:13:53.742Z (about 1 year ago)
- Language: C++
- Size: 180 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Building
For building on Mac you'll need a copy of gcc-4.8. This can be installed via Homebrew by doing `brew tap homebrew/versions` followed by `brew install gcc48`. Then configure ns-3 with the GCC 4.8 version of g++:
CXX="g++-4.8" ./waf configure
## Using the Samples
Running the Wifi mesh sample:
./run.sh --sample=wifi-mesh
Listing all possible samples:
./run.sh --sample=list
### License
Released under the MIT license. See LICENSE for details.