commit | a7586d520ad8040b7f91d02d140c39c0e236a6ff | [log] [tgz] |
---|---|---|
author | Andrew Brown <andrew@casabrown.com> | Fri Feb 20 17:46:08 2015 -0800 |
committer | Andrew Brown <andrew@casabrown.com> | Fri Feb 20 17:46:08 2015 -0800 |
tree | e5a33a46e1c0f0bcefb4f6df53c12c4a8236cd6a | |
parent | 6e7471e21041c558a2ce98977f38b53c1ae6f69e [diff] |
Update README.md
This project is a 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:
This library is licensed under LGPLv3, see LICENSE.