commit | 6e7471e21041c558a2ce98977f38b53c1ae6f69e | [log] [tgz] |
---|---|---|
author | Andrew Brown <andrew@casabrown.com> | Fri Feb 20 17:44:36 2015 -0800 |
committer | Andrew Brown <andrew@casabrown.com> | Fri Feb 20 17:44:36 2015 -0800 |
tree | 4a8e79248394c2e3115487e8a6c8a0b1f1d3ebf7 | |
parent | d5f6f6961614d5cf1b57358938af99ebd573995e [diff] |
Add setStrategy()
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.