Fwd: how can I implement content centric caching in ns2?

Fatimah Alghamdi <[email protected]> Sun, 19 Mar 2017 15:47:16 +0000
Newsgroups gmane.network.simulator.isi
Message-ID <VI1PR0802MB2542D0A8F4B93CDDD2C5C72AF93B0@VI1PR0802MB2542.eurprd08.prod.outlook.com>

Sent from my iPhone

Begin forwarded message:

From: <[email protected]<mailto:[email protected]>>
Date: March 19, 2017 at 5:59:51 PM GMT+3
To: <[email protected]<mailto:[email protected]>>
Subject: Re: how can I implement content centric caching in ns2?


Welcome to posting to the ns-users mailing list!

We automatically send this message to every new person who sends mail
to the list.  You should only receive it once.  My apologies if the
program contacts you twice, perhaps because you have multiple e-mail
addresses or send mail from multiple machines.

If you are an experienced ns-user who simply has not posted since we
started using this responder, our apologies for inconveniencing you
with this message.  This message is intended to help inform users and
cut down on redundant posts, which benefits everyone.

Please look at the attached list of ns Frequently Asked Questions.
If it answers your question, great!  You're done.
If not, please RE-SEND your original message to [email protected]<mailto:[email protected]>.
A copy of your original message is included below for reference.

You will NOT have to do re-send your message every time you post, only
the FIRST time you send from a new account.  The goal is to quickly
help new users find the FAQ (hopefully answering their question).

Thanks,
  -the ns development team


----------------------------------------


           The Network Simulator ns-2: Frequently Asked Questions

  (This FAQ is also on the web at
  http://www.isi.edu/nsnam/ns/ns-faq.html.)

    * _Where do I get ns?_

      From the ns web site at http://www.isi.edu/nsnam/ns/ns.html and
      the download page http://www.isi.edu/nsnam/ns/ns-tests.html.

    * _What platforms does ns run on and what kind of hardware do I
      need?_

      Please see "where to start" on the building ns web page:
      http://www.isi.edu/nsnam/ns/ns-build.html#start.

    * _What should I do if I have trouble downloading/extracting ns?_

      This question is answered in detail at
      http://www.isi.edu/nsnam/ns/ns-problems.html#downloading.

    * _What should I do if I encounter problems building ns?_

      Check:
        1. the README that comes in the distribution (very brief),
        2. the "installation problems, bug fixes and help" web page
           http://www.isi.edu/nsnam/ns/ns-problems.html,
        3. the archives of the ns-users mailing list
           http://www.isi.edu/nsnam/ns/ns-lists.html,
        4. post a bug report (see below)
           http://www.isi.edu/cgi-bin/nsnam/reportbug.cgi.

    * _What do I do after I successfully build ns?_

         + Put the path to your ns executable into your PATH environment
         + Put the path to your otcl into your LD_LIBRARY_PATH
           environment
         + Put the path to your tcl library into your TCL_LIBRARY
           environment

    * _Where can I find documentation for ns?_

      All documentation is linked from the main ns web page
      http://www.isi.edu/nsnam/ns/. Documentation includes a tutorial
      (originally from Marc Greis) and a reference manual (ns notes and
      documentation).

    * _Words, words, words... that documentation is nice, but where are
      some sample scripts I can start from?_

      Many sample scripts can be found in the ns distribution in
      ~ns-2/tcl/ex and ~ns-2/tcl/test.

    * _What protocols does ns support?_

      A lot! Almost all variants of TCP, several forms of multicast,
      wired networking, several ad hoc routing protocols and propagation
      models (but not cellular phones), data diffusion, satellite, and
      other stuff. See the documentation (described above) for details,
      or download ns and look.

    * _How do I know that ns correctly implements these protocols?_

      Ns has validation tests that cover many protocols, see
      http://www.isi.edu/nsnam/ns/ns-tests.html. However, ultimately
      users are responsible for verifying that ns is accurate for their
      purposes---since we cannot foresee all the ways ns may be used, we
      cannot test all cases with all inputs.

    * _Are there any contributed/additional protocols not in the main
      distribution?_

      Yes, please see the contributed code web page
      http://www.isi.edu/nsnam/ns/ns-contributed.html. The mailing list
      archives can also be helpful (see below).

    * _How should I get started doing something (like implementing a new
      protocol or trying an experiment)?_

      We recommend that you look through the tutorial (see
      documentation, above), then start with an example program that is
      most similar to yours (in the tutorial, or in tcl/ex or tcl/test
      in the distribution), and then start changing things.

    * _What should I do to compile ns to reflect my changes if I've
      modified some .cc or .h files?_

      go to ns directory and run "make" or "make depend; make"

    * _How do I subscribe to the ns-users mailing list? How do I search
      old list archives? I can't take any more---how do I get off this
      list?_

      To subscribe or unsubscribe, see
      http://www.isi.edu/nsnam/ns/ns-lists.html. The list archive is at
      http://www.isi.edu/nsnam/ns/ns-lists.html.

    * _What if I have a question that's not answered here?_

      If you've checked the installation problems and bug fixes web page
      (http://www.isi.edu/nsnam/ns/ns-problems.html) and there's no
      answer to your question, you may want to file a bug report or post
      a question to the ns-user's mailing list.

      First, you should check the archive of the list at
      http://www.isi.edu/nsnam/ns/ns-lists.html. Your question may
      already be answered there.

      If not, you can post a bug report using the web form at
      http://www.isi.edu/cgi-bin/nsnam/reportbug.cgi.

      If your question is NOT about ns implementation bugs, you may wish
      to post to the list. First you should subscribe. Subscription
      instructions are at http://www.isi.edu/nsnam/ns/ns-lists.html.

      _Please note that mail sent to the list is publicly distributed
      and archived. _If you have concerns about your message being made
      public (spam harvesting of your address), please consider that
      _before_ posting. We cannot remove messages from reciepient's
      mailboxes or the public archive after they're posted.

      When posting bug reports, please _always_ include information
      including at least (the bug report form includes spaces for
      these):
         + what version of ns you're using,
         + what operating system you're running on (not just Linux or
           Solaris, but RedHat version 7.0 or Solaris 2.4---send us the
           output of "uname -a"),
         + what specific behavior you see (if ns doesn't compile, what's
           the specific error; if TCP does something strange, what
           exactly did it do [send a pointer to a packet trace]),
         + what behavior you expected to see (if ns doesn't compile this
           is obvious, but if TCP does something strange, why is it
           strange, where is the TCP spec violated?),
         + pointers to your script detailed output files,
         + a statement that "yes, I've read the FAQ, ns-problems page,
           and manual and I couldn't find the answer there" (or a
           statement about why you didn't do that yet :-)

      A reminder about mailing list etiquette:
         + Please check the web pages and list archives before posting
           your question.
         + Please keep the body of your post to simple ASCII, not HTML.
         + Please do _not_ send large attachments (if what you have is
           bigger than a few kilobytes, put it on a web page and send a
           URL)
         + Before posting a question like "did people see my post" or
           "the list seems down", please check the archives (you can
           answer this question more accurately by checking yourself
           rather than asking).
         + Please don't post subscribe/unsubscribe requests directly to
           the list, use the lists' information page. (see the web page
           mentioned above for details).
    _________________________________________________________________


----------------------------------------

From [email protected]<mailto:[email protected]> Sun Mar 19 07:59:50 2017
Received: from vapor.isi.edu<http://vapor.isi.edu> (vapor.isi.edu<http://vapor.isi.edu> [128.9.64.64])
   by gamma.isi.edu<http://gamma.isi.edu> (8.13.8/8.13.8) with ESMTP id v2JEwwsc005307
   (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT)
   for <[email protected]<mailto:[email protected]>>; Sun, 19 Mar 2017 07:59:12 -0700 (PDT)
Received: from SNT004-OMC4S23.hotmail.com<http://SNT004-OMC4S23.hotmail.com> (snt004-omc4s23.hotmail.com<http://snt004-omc4s23.hotmail.com> [65.55.90.226])
   by vapor.isi.edu<http://vapor.isi.edu> (8.13.8/8.13.8) with ESMTP id v2JEwcKS028676
   (version=TLSv1/SSLv3 cipher=AES256-SHA256 bits=256 verify=NOT)
   for <[email protected]<mailto:[email protected]>>; Sun, 19 Mar 2017 07:58:48 -0700 (PDT)
Received: from EUR02-VE1-obe.outbound.protection.outlook.com<http://EUR02-VE1-obe.outbound.protection.outlook.com> ([65.55.90.199]) by SNT004-OMC4S23.hotmail.com<http://SNT004-OMC4S23.hotmail.com> over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008);
    Sun, 19 Mar 2017 07:58:37 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hotmail.com<http://hotmail.com>;
s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version;
bh=iI/QSJZ6cEhV6F4NIt69gHKqn+RTO/dK/ikklQIigYg=;
b=IlcabB5rk0N5TNCMmk5tnkOvMAgrBbofz9y4zfH2T5fIKTPKGvjPlnKOoQc6yQkY4qvMhVtgWfMVZxrdoiq/FFjRt9rBdseGsRIse3h5GFgcZKHgt74eSr0RqxIYbFRLMyTI86BeAYQzDZI59dJfZMDMu3LM1dQm7/uz9310iPirNRV6Jq8sfNpNNVYsF1tzWhamzGX9lwekDTXQVhhV8GyINcXVPi3mjh/5MF9Qlzs96nDkmdTEP2XzXKOVENZCb/RPb5ss8NI7CPOQl/9mLYT5Nr1LSvdHUdH8u7BKDy9O1T3gWBLR8nxysOpix1+Gn8+X7mmBh/a9mJH55970aQ==
Received: from VE1EUR02FT055.eop-EUR02.prod.protection.outlook.com<http://eop-EUR02.prod.protection.outlook.com>
(10.152.12.52) by VE1EUR02HT142.eop-EUR02.prod.protection.outlook.com<http://eop-EUR02.prod.protection.outlook.com>
(10.152.13.154) with Microsoft SMTP Server (version=TLS1_2,
cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P384) id 15.1.961.10; Sun, 19
Mar 2017 14:58:36 +0000
Received: from VI1PR0802MB2542.eurprd08.prod.outlook.com<http://VI1PR0802MB2542.eurprd08.prod.outlook.com> (10.152.12.51) by
VE1EUR02FT055.mail.protection.outlook.com<http://VE1EUR02FT055.mail.protection.outlook.com> (10.152.13.34) with Microsoft SMTP
Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P384) id
15.1.977.7 via Frontend Transport; Sun, 19 Mar 2017 14:58:36 +0000
Received: from VI1PR0802MB2542.eurprd08.prod.outlook.com<http://VI1PR0802MB2542.eurprd08.prod.outlook.com> ([10.175.20.144]) by
VI1PR0802MB2542.eurprd08.prod.outlook.com<http://VI1PR0802MB2542.eurprd08.prod.outlook.com> ([10.175.20.144]) with mapi id
15.01.0947.025; Sun, 19 Mar 2017 14:58:36 +0000
From: Fatimah Alghamdi <[email protected]<mailto:[email protected]>>
To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
Thread-Topic: how can I implement content centric caching in ns2?
Thread-Index: AQHSoLUTlOpva8uVAUauZja5fHZMzA==
Date: Sun, 19 Mar 2017 14:58:35 +0000
Message-ID: <VI1PR0802MB2542B465DEE0F4C40047C04FF93B0@VI1PR0802MB2542.eurprd08.prod.outlook.com<mailto:VI1PR0802MB2542B465DEE0F4C40047C04FF93B0@VI1PR0802MB2542.eurprd08.prod.outlook.com>>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
authentication-results: isi.edu<http://isi.edu>; dkim=none (message not signed)
header.d=none;isi.edu<http://isi.edu>; dmarc=none action=none header.from=hotmail.com<http://hotmail.com>;
x-incomingtopheadermarker: OriginalChecksum:5D053BE8771B4D3EC3C24EF8BD60A82A0A58CC19515EAE3F9FB9AB829EDAA608;UpperCasedChecksum:EB437FB895647E72F3CC50EA929287D37B994247311119C839A36711FD1A9109;SizeAsReceived:7639;Count:37
x-ms-exchange-messagesentrepresentingtype: 1
x-tmn: [bX3l8iWcLbBBHjS/lU2X7zjVzpZ6ag9m]
x-incomingheadercount: 37
x-eopattributedmessage: 0
x-microsoft-exchange-diagnostics: 1;VE1EUR02HT142;5:iu+8Wz52bW2TXlAEqcMs0p/d0x8B7/JdAF0VHVEGdENYk0WlA18E3wilIwYhMAKfSgYIT531eWM2afGBTP58HVq/Q5h5B1KjF8+CHhTVHfzJXXeHPp3Slbc6y8fHdl1rjodHYov8MVdHvtzyD0QvCw==;24:X1I5aQLYnSYKlqF4NmrG+EfmUU2SyH5nHZeYRXbody4XB7KRVRqK5bSCW+Heyd+ZSAi3zq/UKZQ8cptK+HDbAiAHqZ6DB36CL81r+2JYjfc=;7:Q8Dxx6E7WBgWPB37upFKfjLE6IY1tkhJF3b3uj0aJRaI5g72TyUXZTWMBNrBA7YR+Td4U8jhdRGrzu4at4j0okyrb/4mDxCzLTcIiqj7Mev86sK6k5T6p3uoyIispGYYgb7n7C7/UWAjuLEKK94IXaEQ9WLO0LA7cdolwxGuRDob/fmcc8BVAzuhs8fewmPdJxWVz3RuUNP3DAceeERH5+yN9muwmWOhMHpxWgdffwLBytLv/AxeSs3dfI5hffRIO3sT3TcjwdTHMURfnSYjio456oJ9y/n4wEy5fXqlJnjuuiqeX3RvEzr208QhZ5Ok
x-forefront-antispam-report: EFV:NLI;SFV:NSPM;SFS:(10019020)(98900017);DIR:OUT;SFP:1102;SCL:1;SRVR:VE1EUR02HT142;H:VI1PR0802MB2542.eurprd08.prod.outlook.com<http://VI1PR0802MB2542.eurprd08.prod.outlook.com>;FPR:;SPF:None;LANG:en;
x-ms-office365-filtering-correlation-id: 42c93331-54f2-4bd4-4bba-08d46ed86b69
x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:(22001)(201702061074)(5061506573)(5061507331)(1603103135)(1603101448)(1601125254)(1701031045);SRVR:VE1EUR02HT142;
x-exchange-antispam-report-cfa-test: BCL:0;PCL:0;RULEID:(432015281)(444000031);SRVR:VE1EUR02HT142;BCL:0;PCL:0;RULEID:;SRVR:VE1EUR02HT142;
x-forefront-prvs: 025100C802
spamdiagnosticoutput: 1:99
spamdiagnosticmetadata: NSPM
Content-Type: multipart/alternative;
   boundary="_000_VI1PR0802MB2542B465DEE0F4C40047C04FF93B0VI1PR0802MB2542_"
MIME-Version: 1.0
X-OriginatorOrg: hotmail.com<http://hotmail.com>
X-MS-Exchange-CrossTenant-originalarrivaltime: 19 Mar 2017 14:58:35.9015
(UTC)
X-MS-Exchange-CrossTenant-fromentityheader: Internet
X-MS-Exchange-CrossTenant-id: 84df9e7f-e9f6-40af-b435-aaaaaaaaaaaa
X-MS-Exchange-Transport-CrossTenantHeadersStamped: VE1EUR02HT142
X-OriginalArrivalTime: 19 Mar 2017 14:58:38.0067 (UTC) FILETIME=[4A2B9C30:01D2A0C1]
X-ISI-4-43-8-MailScanner: Found to be clean, Found to be clean
Subject: how can I implement content centric caching in ns2?
X-MailScanner-From: [email protected]<mailto:[email protected]>

--_000_VI1PR0802MB2542B465DEE0F4C40047C04FF93B0VI1PR0802MB2542_
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64

aG93IEkgY2FuIGltcGxlbWVudCBDQ04gY2FjaGluZyBzdHJhdGVneSB1c2luZyBOUzIuIEkgaGF2
ZSBmb2xsb3dlZCB0aGUgdHV0b3JpYWwgaW5zdHJ1Y3Rpb25zIGJ1dCBJIHN0aWxsIGZhY2UgZGlm
ZmljdWx0aWVzIHRvIGFjaGlldmUgbXkgcmVzZWFyY2ggaWRlYS4gSSBjcmVhdGVkIHdpcmVkIHdp
dGggd2lyZWxlc3MgdG9wb2xvZ3kgc2ltaWxhciB0byBleGlzdGluZyB3aXJlZC1jdW0td2lyZWxl
c3Mtc2ltLnRjbCBmaWxlIHRoZW4gSSBhaW0gdG8gaW50ZWdyYXRlIHRoZSBodHRwIGNhY2hpbmcg
aW50byBpdC4gSSBkb24ndCBrbm93IGlmIGFtIEkgaW4gcmlnaHQgd2F5IG9yIG5vdC4gQ2FuIHlv
dSBndWlkZSBtZSBzdGVwIGJ5IHN0ZXA/DQoNCg0KDQoNCg==

--_000_VI1PR0802MB2542B465DEE0F4C40047C04FF93B0VI1PR0802MB2542_
Content-Type: text/html; charset="utf-8"
Content-ID: <BC698F5E916C254BA36BF222AB2585A0@sct-15-1-789-14-msonline-outlook-8563e.templateTenant<mailto:BC698F5E916C254BA36BF222AB2585A0@sct-15-1-789-14-msonline-outlook-8563e.templateTenant>>
Content-Transfer-Encoding: base64

PGh0bWw+DQo8aGVhZD4NCjxtZXRhIGh0dHAtZXF1aXY9IkNvbnRlbnQtVHlwZSIgY29udGVudD0i
dGV4dC9odG1sOyBjaGFyc2V0PXV0Zi04Ij4NCjwvaGVhZD4NCjxib2R5IGRpcj0iYXV0byI+DQo8
ZGl2PjxzcGFuPjwvc3Bhbj48L2Rpdj4NCjxkaXY+PHN0eWxlIHR5cGU9InRleHQvY3NzIiBzdHls
ZT0iZGlzcGxheTpub25lOyI+PCEtLSBQIHttYXJnaW4tdG9wOjA7bWFyZ2luLWJvdHRvbTowO30g
LS0+PC9zdHlsZT4NCjxkaXYgaWQ9ImRpdnRhZ2RlZmF1bHR3cmFwcGVyIiBzdHlsZT0iY29sb3I6
IHJnYigwLCAwLCAwKTsgZm9udC1mYW1pbHk6IENhbGlicmksQXJpYWwsSGVsdmV0aWNhLHNhbnMt
c2VyaWY7IGZvbnQtc2l6ZTogMTJwdDsiIGRpcj0ibHRyIj4NCjxwPjxzcGFuPmhvdyBJIGNhbiBp
bXBsZW1lbnQgQ0NOIGNhY2hpbmcgc3RyYXRlZ3kgdXNpbmcgTlMyLiBJIGhhdmUgZm9sbG93ZWQg
dGhlIHR1dG9yaWFsIGluc3RydWN0aW9ucyBidXQgSSBzdGlsbCBmYWNlIGRpZmZpY3VsdGllcyB0
byBhY2hpZXZlIG15IHJlc2VhcmNoIGlkZWEuIEkgY3JlYXRlZCB3aXJlZCB3aXRoIHdpcmVsZXNz
IHRvcG9sb2d5IHNpbWlsYXIgdG8gZXhpc3Rpbmcgd2lyZWQtY3VtLXdpcmVsZXNzLXNpbS50Y2wg
ZmlsZSB0aGVuDQogSSBhaW0gdG8gaW50ZWdyYXRlIHRoZSBodHRwIGNhY2hpbmcgaW50byBpdC4g
SSBkb24ndCBrbm93IGlmIGFtIEkgaW4gcmlnaHQgd2F5IG9yIG5vdC4gQ2FuIHlvdSBndWlkZSBt
ZSBzdGVwIGJ5IHN0ZXA/PC9zcGFuPg0KPC9wPg0KPHA+PGJyPg0KPC9wPg0KPHA+PGJyPg0KPC9w
Pg0KPGRpdiBpZD0iU2lnbmF0dXJlIj48Zm9udCBmYWNlPSJDb21pYyBTYW5zIE1TIj4mbmJzcDs8
L2ZvbnQ+PC9kaXY+DQo8L2Rpdj4NCjwvZGl2Pg0KPC9ib2R5Pg0KPC9odG1sPg0K

--_000_VI1PR0802MB2542B465DEE0F4C40047C04FF93B0VI1PR0802MB2542_--