commit | d5f6f6961614d5cf1b57358938af99ebd573995e | [log] [tgz] |
---|---|---|
author | Andrew Brown <andrew@casabrown.com> | Fri Feb 20 17:43:05 2015 -0800 |
committer | Andrew Brown <andrew@casabrown.com> | Fri Feb 20 17:43:05 2015 -0800 |
tree | 9473af53e114fa1f6d662d00319fd2932b8704f9 | |
parent | 352e01914b5c934937034db92eccb7c1edf391bd [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 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.