NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
main.cpp File Reference
#include "nfd.hpp"
#include "rib/service.hpp"
#include "core/version.hpp"
#include "core/global-io.hpp"
#include "core/logger.hpp"
#include "core/privilege-helper.hpp"
#include "core/extended-error-message.hpp"
#include <string.h>
#include <boost/filesystem.hpp>
#include <boost/program_options/options_description.hpp>
#include <boost/program_options/variables_map.hpp>
#include <boost/program_options/parsers.hpp>
#include <boost/thread.hpp>
#include <atomic>
#include <condition_variable>
Include dependency graph for main.cpp:

Go to the source code of this file.

Classes

class  nfd::NfdRunner
 Executes NFD with RIB manager. More...
 

Namespaces

 nfd
 Copyright (c) 2011-2015 Regents of the University of California.
 

Functions

int main (int argc, char **argv)
 

Variables

 nfd::NFD
 

Function Documentation

◆ main()