commit | 58671d9276a0b135f37406a4a99d18f9e07b1ede | [log] [tgz] |
---|---|---|
author | Andrew Brown <andrew.brown@intel.com> | Mon Feb 23 11:01:34 2015 -0800 |
committer | Andrew Brown <andrew.brown@intel.com> | Mon Feb 23 11:01:34 2015 -0800 |
tree | e67792b07464881f448a1afd25dadbd05f227bbf | |
parent | 8372eaad95fc1b73a8733e686aba4bce5428d50f [diff] |
Remove unused log4j reference
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.