Installation

How to install the ns-Miracle library:

  1. Download ns2.29
  2. Uncompress the ns2 simulator
  3. Enter the main ns2 directory (the one containing ns-allinone)
  4. Download the Dynamic Library patch (you can find it in the same web page of the ns-Miracle library) and put it in the same directory of point 3
  5. Patch ns2 by using the following command: patch -p0 < patch-dl-ns-2.29
  6. Install ns2 as explained in its documentation
  7. Uncompress the Miracle library
  8. Launch the configure command with the --with-ns-allinone=<NS-PATH> parameter, where <NS-PATH> is the path of your ns-allinone installation
  9. Launch make
  10. Now you are ready to load it

How to install any ns-Miracle support/extension libraries:

(i.e., the tracer,cltracer and sandbox library)
  1. Download the library
  2. Uncompress it
  3. Enter in the directory in which the library is uncompressed
  4. Launch the configure command with the --with-ns-allinone=<NS-PATH> --with-ns-miracle=<M-PATH> parameters, where <NS-PATH> is the path of your ns-allinone installation and <M-PATH> is the pathof your ns-Miracle library installation
  5. Launch make
  6. Now you are ready to load it


Generated on Wed Nov 26 15:47:47 2008 for NS-MIRACLE library by  doxygen 1.5.2