Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 778 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 778 Bytes

CCNx Hello World

A very simple set of programs to consume and produce CCNx content objects

Copyright 2015, 2016 Palo Alto Research Center Inc.

Building

This code assumes an Ubuntu 14.04 with the CCNx distribution installed or compiled. It is meant to show a simple example of a makefile and the libraries required to build a simple piece of software.

You will need to set the location of the CCNx libraries by setting the CCNX_HOME environemnt variable. If needed, the LIBEVENT_HOME environment variable can be set to point to where Libevent has been installed.

To compile, type make.

Contact

You can find more information at the ccnx website: http://www.ccnx.org/

License

This software is licensed under a BSD license. See LICENSE file.