jndn-management

Tools for managing an NDN forwarding daemon

License

License

GroupId

GroupId

com.intel.jndn.management
ArtifactId

ArtifactId

jndn-management
Last Version

Last Version

1.1.3
Release Date

Release Date

Type

Type

jar
Description

Description

jndn-management
Tools for managing an NDN forwarding daemon
Project URL

Project URL

https://github.com/01org/jndn-management
Source Code Management

Source Code Management

https://github.com/01org/jndn-management

Download jndn-management

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
net.named-data : jndn jar 0.13

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
com.intel.jndn.mock : jndn-mock jar 1.0.3

Project Modules

There are no modules declared in this project.

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 http://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.

Install

With Maven, add the following to your POM:

<dependency>
  <groupId>com.intel.jndn.management</groupId>
  <artifactId>jndn-management</artifactId>
  <version>RELEASE</version> <!-- or a specific version -->
</dependency>

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.

See full Javadoc documentation

License

Copyright � 2015, Intel Corporation.

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

This program is distributed in the hope 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.

com.intel.jndn.management

01org

Intel Open Source Technology Center

Versions

Version
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
0.10.1
0.10.0
0.9.8
0.9.7
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1