ndn::autoconfig_server Namespace Reference

Classes

struct  Options
 
class  Program
 

Functions

static int main (int argc, char **argv)
 
static void usage (const char *programName)
 

Variables

const Name HUB_DATA_NAME {"/localhop/ndn-autoconf/hub"}
 
const Name ROUTABLE_PREFIXES_DATA_PREFIX {"/localhop/nfd"}
 
const PartialName ROUTABLE_PREFIXES_DATA_SUFFIX {"rib/routable-prefixes"}
 

Function Documentation

◆ main()

static int ndn::autoconfig_server::main ( int  argc,
char **  argv 
)
static

Definition at line 49 of file main.cpp.

◆ usage()

static void ndn::autoconfig_server::usage ( const char *  programName)
static

Definition at line 37 of file main.cpp.

Variable Documentation

◆ HUB_DATA_NAME

const Name ndn::autoconfig_server::HUB_DATA_NAME {"/localhop/ndn-autoconf/hub"}

Definition at line 36 of file program.cpp.

◆ ROUTABLE_PREFIXES_DATA_PREFIX

const Name ndn::autoconfig_server::ROUTABLE_PREFIXES_DATA_PREFIX {"/localhop/nfd"}

Definition at line 37 of file program.cpp.

◆ ROUTABLE_PREFIXES_DATA_SUFFIX

const PartialName ndn::autoconfig_server::ROUTABLE_PREFIXES_DATA_SUFFIX {"rib/routable-prefixes"}

Definition at line 38 of file program.cpp.