commit | a43079c766cca96e802d3c72590a0f2d138b0fbd | [log] [tgz] |
---|---|---|
author | andrewsbrown <andrew.brown@intel.com> | Mon Feb 23 10:04:28 2015 -0800 |
committer | andrewsbrown <andrew.brown@intel.com> | Mon Feb 23 10:04:28 2015 -0800 |
tree | b0cb12e20cc9ac4628ece61cb16f0a7aad353cf1 | |
parent | 1e3bd293ccc8739697a330601fa76f0da52f0c53 [diff] |
Fix POM source code link
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.
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>
With a Face that has command signing information set, call any of the following static methods:
© Copyright Intel Corporation. Licensed under LGPLv3, see LICENSE.