Skip to content

gtorresz/manifestpyndn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

manifestpyndn

To setup the experiment:

  1. Install dependencies

     pip3 install -r requirements.txt
    

    While PyNDNABS not available from pip, using the following:

     git clone https://github.com/sanjeevr93/PyNDNABS
     cd PyNDNABS
     python3 setup.py install 
    
  2. Setup NDN-ABS authority and attribute set for the experiment

     ndnabs setup /icn2019/test/authority
    
     ndnabs gen-secret attribute1 attribute2 | ndnabs install-secret
    
  3. Generate appropriate sized file

     head -c 10M </dev/urandom > myfile
    
  4. Run the experiment and record the result

     ./abs_experiment.py myfile
    

    With saving output to CSV file

     ./abs_experiment.py myfile --minGroupSize=20 --maxGroupSize=20 --minAttributes=1 --maxAttributes=2 > result-<cpu-and-platform-description>.csv
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages