commit | a4c12ba2d6a8b0a91cd1692b04a420b132fdeb2b | [log] [tgz] |
---|---|---|
author | andrewsbrown <andrew.brown@intel.com> | Tue Feb 24 09:11:59 2015 -0800 |
committer | andrewsbrown <andrew.brown@intel.com> | Tue Feb 24 09:11:59 2015 -0800 |
tree | b5882fb1aea6bc48d2f9fbdf7e3bf714a5d0c989 | |
parent | 7836a5fdf24fbd3a6cc84e14f8b588061ab1f406 [diff] |
Bump version
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.