cawka / ndnSIM-nom-rapid-car2car

Script scenarios and graph processing scripts for simulations used in "Rapid Traffic Information Dissemination Using Named Data" paper by Wang et al. (http://dx.doi.org/10.1145/2248361.2248365)
17 stars 13 forks source link

Compilation problems with the latest version of ndnSIM #2

Closed Orange-Hii closed 11 years ago

cawka commented 11 years ago

thank you for the fix. Can you also update README file to reflect the exact version of ndnSIM that code should be compiled against

Orange-Hii commented 11 years ago

Hi Alex!

  I install the NS-3(maybe v3-16) and the ndnSIM(v0.2.5 or higher? I don't know) on last sunday, by refer to http://ndnsim.net/getting-started.html#downloading-ndnsim-source, the main commands as follows:

    mkdir ndnSIM
    cd ndnSIM
    git clone git://github.com/cawka/ns-3-dev-ndnSIM.git ns-3
    git clone git://github.com/cawka/pybindgen.git pybindgen
    git clone git://github.com/NDN-Routing/ndnSIM.git ns-3/src/ndnSIM

Sincerely, Zhang YJ

------------------ Original ------------------ From: "Alex Afanasyev"notifications@github.com; Date: Mon, Mar 11, 2013 03:38 PM To: "cawka/ndnSIM-nom-rapid-car2car"ndnSIM-nom-rapid-car2car@noreply.github.com; Cc: "Orange-Hii"zhangyongjian@hebeu.edu.cn; Subject: Re: [ndnSIM-nom-rapid-car2car] Compilation problems with the latestversion of ndnSIM (#2)

thank you for the fix. Can you also update README file to reflect the exact version of ndnSIM that code should be compiled against

¡ª Reply to this email directly or view it on GitHub.

cawka commented 11 years ago

Ok. Thanks again. The error that you fixed was due to recent changes in API. I'll update README to ensure people would not accidentally get v0.2.5, which will trigger a compilation error.