jndn-management

Tools for managing an NDN forwarding daemon

Лицензия

Лицензия

Категории

Категории

Данные Сеть
Группа

Группа

net.named-data.jndn-extra
Идентификатор

Идентификатор

jndn-management
Последняя версия

Последняя версия

1.3.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

jndn-management
Tools for managing an NDN forwarding daemon
Ссылка на сайт

Ссылка на сайт

https://github.com/named-data/jndn-management
Система контроля версий

Система контроля версий

https://github.com/named-data/jndn-management

Скачать jndn-management

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/net.named-data.jndn-extra/jndn-management/ -->
<dependency>
    <groupId>net.named-data.jndn-extra</groupId>
    <artifactId>jndn-management</artifactId>
    <version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.named-data.jndn-extra/jndn-management/
implementation 'net.named-data.jndn-extra:jndn-management:1.3.0'
// https://jarcasting.com/artifacts/net.named-data.jndn-extra/jndn-management/
implementation ("net.named-data.jndn-extra:jndn-management:1.3.0")
'net.named-data.jndn-extra:jndn-management:jar:1.3.0'
<dependency org="net.named-data.jndn-extra" name="jndn-management" rev="1.3.0">
  <artifact name="jndn-management" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.named-data.jndn-extra', module='jndn-management', version='1.3.0')
)
libraryDependencies += "net.named-data.jndn-extra" % "jndn-management" % "1.3.0"
[net.named-data.jndn-extra/jndn-management "1.3.0"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
net.named-data : jndn jar 0.24

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
net.named-data.jndn-extra : jndn-mock jar 1.2.0
org.slf4j : slf4j-api jar 1.7.30

Модули Проекта

Данный проект не имеет модулей.

jndn-management

This project consists of tools for managing an NDN forwarding daemon (NFD). It relies on the NDN Protocol and its associated client library. It implements the NFD management specification outlined at https://redmine.named-data.net/projects/nfd/wiki/Management. Please note that this library does not yet implement all of the commands in the management specification.

Use

With a Face that has command signing information set, call any of the following static methods:

  • Nfdc.pingLocal(Face forwarder): ping a local NFD with /localhost/nfd to verify if it exists.
  • Nfdc.getForwarderStatus(Face forwarder): retrieve the forwarder status information.
  • Nfdc.getFaceList(Face forwarder): retrieve all connected faces.
  • Nfdc.getFibList(Face forwarder): retrieve all forwarding entries in the Forwarding Information Base (FIB).
  • Nfdc.getRibList(Face forwarder): retrieve all routing entries in the Routing Information Base (RIB).
  • Nfdc.getChannelStatusList(Face forwarder): Retrieve the list of channel status entries from the NFD.
  • Nfdc.createFace(Face forwarder, String uri): create a new face on the NFD opened to the given URI.
  • Nfdc.register(Face forwarder, ...): includes several similar methods for registering a new route on the NFD.
  • Nfdc.unregister(Face forwarder, Name route): unregister a route by name.
  • Nfdc.setStrategy(Face forwarder, Name prefix, Name strategy): set the forwarding strategy for the given prefix.

License

Copyright © 2015, Intel Corporation.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License, version 3, as published by the Free Software Foundation.

This program 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 Lesser General Public License for more details.

net.named-data.jndn-extra

Named Data Networking

Версии библиотеки

Версия
1.3.0
1.2.2
1.2.1
1.2.0