26 #ifndef NFD_TOOLS_NDN_AUTOCONFIG_SERVER_PROGRAM_HPP
27 #define NFD_TOOLS_NDN_AUTOCONFIG_SERVER_PROGRAM_HPP
30 #include <ndn-cxx/face.hpp>
31 #include <ndn-cxx/mgmt/dispatcher.hpp>
32 #include <ndn-cxx/security/key-chain.hpp>
36 namespace autoconfig_server {
52 m_face.processEvents();
57 enableHubData(
const FaceUri& hubFaceUri);
60 enableRoutablePrefixesDataset(
const std::vector<Name>& routablePrefixes);
63 handlePrefixRegistrationFailure(
const Name& prefix,
const std::string& reason);
68 mgmt::Dispatcher m_dispatcher;
Copyright (c) 2014-2017, Regents of the University of California, Arizona Board of Regents,...