https://github.com/hmasum52/ns-2.35
https://github.com/hmasum52/ns-2.35
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hmasum52/ns-2.35
- Owner: hmasum52
- Created: 2023-02-26T09:42:11.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-26T10:04:41.000Z (about 2 years ago)
- Last Synced: 2024-12-31T19:42:09.527Z (5 months ago)
- Language: C++
- Size: 41.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGES.html
- License: LICENSES
Awesome Lists containing this project
README
@(#) $Header: /cvsroot/nsnam/ns-2/README,v 1.5 2000/11/02 22:46:37 johnh Exp $
ns has been maintained by the
MASH Research Group (University of California, Berkeley,
)the VINT project (a collaboration among USC/ISI, Xerox PARC, LBNL,
and UCB, )and the CONSER project .
This directory contains a source code or binary distribution of
the ns-2 Network Simulator.Ns should configure and build on Unix systems with GNU autoconfigure.
It should also build on MS-Windows systems; see INSTALL.WIN32 for details.Additional information:
QUICK START: try
./configure; make; ./validateDOWNLOADING AND BUILDING NS:
INSTALLATION PROBLEMS AND BUG FIXES:
DOCUMENTATION:
ns maual:
(includes notes about the limitations of model, debugging tips,
and a >50 page design overview/tutorial)LATEST INFORMATION:
If you find ns useful, you may also wish to look at nam, the network
animator .### Compiling code
```
make
sudo make install
```