Task #4738
openMake ndnSIM compatible with base NS-3 and publish on https://apps.nsnam.org/
0%
Description
NS-3 just launched "app" store (https://apps.nsnam.org/) and we need to put ndnSIM there.
Files
Updated by Xinyu Ma over 5 years ago
- File ndnsim-logo.jpg ndnsim-logo.jpg added
The pages will be set up like mmWave, because we both keep a separate fork.
https://apps.nsnam.org/app/mmwave/
What we need are:
- A logo about 128x100 pixels.
- Several markdown pages. I think we can copy them from ndnSIM website.
- A Bakefile so users can use Bake to download it.
I notice that we don't have a single archive file to "download". But the overview document says that button can link to a release page.
About the compatibility, it seems that they don't require it now. But it's a final goal.
Updated by Spyros Mastorakis over 5 years ago
Md Ashiqur Rahman wrote:
How about this one?
I like this one.
@Xinyu: the bakefile will be used to generate the makefile and build the code after a user does git clone --recursive to download ndnSIM, NFD, and ndn-cxx?
Updated by Xinyu Ma over 5 years ago
Spyros Mastorakis wrote:
Md Ashiqur Rahman wrote:
How about this one?
I like this one.
Then let's use this one.
@Xinyu: the bakefile will be used to generate the makefile and build the code after a user does git clone --recursive to download ndnSIM, NFD, and ndn-cxx?
No. The bakefile is some xml file decribing how to use git to download the files, and how to run waf to build.
I have tried several times but cannot get a work version.
Updated by Spyros Mastorakis over 5 years ago
Xinyu Ma wrote:
Spyros Mastorakis wrote:
Md Ashiqur Rahman wrote:
How about this one?
I like this one.
Then let's use this one.
@Xinyu: the bakefile will be used to generate the makefile and build the code after a user does git clone --recursive to download ndnSIM, NFD, and ndn-cxx?
No. The bakefile is some xml file decribing how to use git to download the files, and how to run waf to build.
I have tried several times but cannot get a work version.
Can you attach your bakefile? I can give it a try..