Skip to content

zhewen08/ServerModule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NDNFS Server Module

Server Module for NDNFS-network interaction

Compilation on Ubuntu 12.04

Dependencies:

  • mongodb 2.4.3 (including its cpp library version 2.4.3)
  • ccnx-cpp library
  • ccnx library
  • boost library

To compile the source code:

./make

To run on Ubuntu:

./server [-p prefix] [-d dbname]
./client [-n prefix] [-i minsuffixcomps] [-a maxsuffixcomps] [-c childselector]

For server, prefix = "/", dbname = 'ndnfs.root' by default. This will start the server module that serves incoming interest with name under prefix "prefix" for possible matching content objects stored in database on localhost specified by "dbname"

For client, the prefix must be specified with -n option. This will issue an interest with speficied name selectors and send it to localhost for data fectching.

Compilation on Mac OS

This should be exactly the same as that on Ubuntu 12.04

About

Server module for NDNFS-network interaction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors