commit | 01733ee65c4ba7ab5c884acb37e8e90c920cbb1e | [log] [tgz] |
---|---|---|
author | andrewsbrown <andrew@casabrown.com> | Fri Jun 10 14:36:04 2016 -0700 |
committer | andrewsbrown <andrew@casabrown.com> | Fri Jun 10 14:37:26 2016 -0700 |
tree | 1057112d70d674423cb61c2ab7619c41129aebfa | |
parent | 52b5741d9a1ab9954192f18522691c0bf612b7ca [diff] |
Update build.gradle with latest versions
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:
See full Javadoc documentation
Copyright � 2015, Intel Corporation.
This program is free software; you can redistribute it and/or modify it under the terms and conditions of the GNU Lesser General Public License, version 3, as published by the Free Software Foundation.
This program is distributed in the hope it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.