commit | 8372eaad95fc1b73a8733e686aba4bce5428d50f | [log] [tgz] |
---|---|---|
author | andrewsbrown <andrew.brown@intel.com> | Mon Feb 23 10:08:17 2015 -0800 |
committer | andrewsbrown <andrew.brown@intel.com> | Mon Feb 23 10:08:17 2015 -0800 |
tree | 3440cdf55bea972678333fedcafe8e73093b76ab | |
parent | e96c16d5800c8d815ab870d8c79e09bd15920dac [diff] |
Update POM for OSSRH release; see ticket https://issues.sonatype.org/browse/OSSRH-13979
This project is a collection of tools to simplify synchronous and asynchronous data transfer over the NDN network. It relies on the NDN Protocol and its associated client library.
With Maven, add the following to your POM:
<dependency> <groupId>com.intel.jndn.utils</groupId> <artifactId>jndn-utils</artifactId> <version>RELEASE</version> <!-- or a specific version --> </dependency>
Use Client
or SegmentedClient
to retrieve data from the network. For example:
Data data1 = Client.getDefault().getSync(face, name); Data data2 = SegmentedClient.getDefault().getSync(face, name);
© Copyright Intel Corporation. Licensed under LGPLv3, see LICENSE.