commit | 352e01914b5c934937034db92eccb7c1edf391bd | [log] [tgz] |
---|---|---|
author | Andrew Brown <andrew@casabrown.com> | Fri Feb 20 17:41:45 2015 -0800 |
committer | Andrew Brown <andrew@casabrown.com> | Fri Feb 20 17:41:45 2015 -0800 |
tree | 21fc887dd3fa2ff70f8f36b336f0ecc3ef60cbdb | |
parent | 63bed36b892075e3c15fdbcec02ff24fecd6ec39 [diff] |
Create 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 pecification outlined at http://redmine.named-data.net/projects/nfd/wiki/Management.
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.