commit | 7836a5fdf24fbd3a6cc84e14f8b588061ab1f406 | [log] [tgz] |
---|---|---|
author | andrewsbrown <andrew.brown@intel.com> | Mon Feb 23 11:20:10 2015 -0800 |
committer | andrewsbrown <andrew.brown@intel.com> | Mon Feb 23 11:20:40 2015 -0800 |
tree | e07303ea0312e595e3a906d6165bc8147628bb2b | |
parent | 58671d9276a0b135f37406a4a99d18f9e07b1ede [diff] |
Move OSSRH deployment to profile
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.