lsdb-dataset-interest-handler.cpp File Reference

Copyright (c) 2014-2017, The University of Memphis, Regents of the University of California, Arizona Board of Regents. More...

#include "lsdb-dataset-interest-handler.hpp"
#include "nlsr.hpp"
#include "tlv/lsdb-status.hpp"
#include "logger.hpp"
#include <ndn-cxx/face.hpp>
#include <ndn-cxx/mgmt/nfd/control-response.hpp>
#include <ndn-cxx/util/regex.hpp>
Include dependency graph for lsdb-dataset-interest-handler.cpp:

Go to the source code of this file.

Namespaces

 nlsr
 Copyright (c) 2014-2017, The University of Memphis, Regents of the University of California, Arizona Board of Regents.
 

Functions

template<>
std::list< tlv::AdjacencyLsa > nlsr::getTlvLsas< tlv::AdjacencyLsa > (const Lsdb &lsdb)
 
template<>
std::list< tlv::CoordinateLsa > nlsr::getTlvLsas< tlv::CoordinateLsa > (const Lsdb &lsdb)
 
template<>
std::list< tlv::NameLsa > nlsr::getTlvLsas< tlv::NameLsa > (const Lsdb &lsdb)
 

Variables

const ndn::PartialName nlsr::ADJACENCIES_DATASET = ndn::PartialName("lsdb/adjacencies")
 
const ndn::PartialName nlsr::COORDINATES_DATASET = ndn::PartialName("lsdb/coordinates")
 
const ndn::PartialName nlsr::NAMES_DATASET = ndn::PartialName("lsdb/names")
 
const ndn::PartialName nlsr::LISTS_DATASET = ndn::PartialName("lsdb/list")
 

Detailed Description

Copyright (c) 2014-2017, The University of Memphis, Regents of the University of California, Arizona Board of Regents.

This file is part of NLSR (Named-data Link State Routing). See AUTHORS.md for complete list of NLSR authors and contributors.

NLSR is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

NLSR is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with NLSR, e.g., in COPYING.md file. If not, see http://www.gnu.org/licenses/.

This file details a class that is used by NLSRC and other command-line tools to examine the state of NLSR. This system is not designed to be used by routers to publish data to each other.

Definition in file lsdb-dataset-interest-handler.cpp.