File List

Here is a list of all files with brief descriptions:
NOTES [code]
ccnd/android_main.c [code]
ccnd/android_msg.c [code]
ccnd/ccnd.c [code]
ccnd/ccnd_internal_client.c [code]Internal client of ccnd, handles requests for inspecting and controlling operation of the ccnd; requests and responses themselves use ccn protocols
ccnd/ccnd_main.c [code]A CCNx program
ccnd/ccnd_msg.c [code]Logging support for ccnd
ccnd/ccnd_private.h [code]Private definitions for ccnd - the CCNx daemon
ccnd/ccnd_stats.c [code]Statistics presentation for ccnd
ccnd/ccndsmoketest.c [code]Simple program for smoke-test of ccnd
cmd/ccn_ccnbtoxml.c [code]Utility to convert ccn binary encoded data into XML form
cmd/ccn_fetch_test.c [code]Provides a test platform for ccn_fetch
cmd/ccn_splitccnb.c [code]Utility to break up a file filled with ccnb-encoded data items into one data item per file
cmd/ccn_xmltoccnb.c [code]Utility to convert XML into ccn binary encoded data (ccnb)
cmd/ccnbasicconfig.c [code]Bring up a link to another ccnd
cmd/ccnbuzz.c [code]Pre-reads stuff written by ccnsendchunks, produces no output
cmd/ccnbx.c [code]Utility to extract a field from ccn binary encoded data
cmd/ccncat.c [code]Reads streams at the given CCNx URIs and writes to stdout
cmd/ccncatchunks.c [code]Reads stuff written by ccnsendchunks, writes to stdout
cmd/ccncatchunks2.c [code]Reads stuff written by ccnsendchunks, writes to stdout
cmd/ccndumpnames.c [code]Dumps names of everything quickly retrievable to stdout
cmd/ccndumppcap.c [code]Reads in a one or more ccnbs from stdin (e.g
cmd/ccnget.c [code]Get one content item matching the name prefix and write it to stdout
cmd/ccnhexdumpdata.c [code]Parse a ccnb-encoded ContentObject in a file and dump the content as hex data to stdout
cmd/ccnls.c [code]Attempts to list name components available at the next level of the hierarchy
cmd/ccnput.c [code]Injects one chunk of data from stdin into ccn
cmd/ccnrm.c [code]Mark as stale any local items a matching given prefixes
cmd/ccnsendchunks.c [code]Injects chunks of data from stdin into ccn
cmd/ccnseqwriter.c [code]Streams data from stdin into ccn
cmd/ccnsimplecat.c [code]Reads streams at the given CCNx URIs and writes to stdout
cmd/ccnslurp.c [code]Attempts pull everything in a branch of the ccn name hierarchy
cmd/ccntimefromdatetime.c [code]A little utility for converting canonical dateTime values to the scaled binary form used by ccn
cmd/dataresponsetest.c [code]A CCNx command-line utility
include/ccn/bloom.h [code]Bloom filters
include/ccn/ccn.h [code]This is the low-level interface for CCNx clients
include/ccn/ccn_private.h [code]Additional operations that are irrevalent for most clients
include/ccn/ccnd.h [code]Definitions pertaining to the CCNx daemon
include/ccn/charbuf.h [code]Expandable character buffer for counted sequences of arbitrary octets
include/ccn/coding.h [code]Details of the ccn binary wire encoding
include/ccn/digest.h [code]Message digest interface
include/ccn/extend_dict.h [code]Dictionary extension routines
include/ccn/face_mgmt.h [code]Part of the CCNx C Library
include/ccn/fetch.h [code]Streaming access for fetching segmented CCNx data
include/ccn/hashtb.h [code]Hash table
include/ccn/header.h [code]Part of the CCNx C Library
include/ccn/indexbuf.h [code]Expandable buffer of non-negative values
include/ccn/keystore.h [code]KEYSTORE interface
include/ccn/matrix.h [code]Part of the CCNx C Library
include/ccn/merklepathasn1.h [code]ASN.1 support routines for dealing with the Merkle paths encapsulated in the digest info
include/ccn/random.h [code]Pseudo-random number generation
include/ccn/reg_mgmt.h [code]Part of the CCNx C Library
include/ccn/schedule.h [code]Event scheduling
include/ccn/seqwriter.h [code]Part of the CCNx C Library
include/ccn/signing.h [code]Message signing interface
include/ccn/sockaddrutil.h [code]Sockaddr utilities
include/ccn/sockcreate.h [code]Part of the CCNx C Library
include/ccn/uri.h [code]Ccn-scheme uri conversions
lib/basicparsetest.c [code]A CCNx test program
lib/ccn_bloom.c [code]Support for Bloom filters
lib/ccn_buf_decoder.c [code]Support for Interest and ContentObject decoding
lib/ccn_buf_encoder.c [code]Support for constructing various ccnb-encoded objects
lib/ccn_bulkdata.c [code](INCOMPLETE)Support for transport of bulk data
lib/ccn_charbuf.c [code]Support expandable buffer for counted sequences of arbitrary bytes
lib/ccn_client.c [code]Support for ccn clients
lib/ccn_coding.c [code]Support for scanning and parsing ccnb-encoded data
lib/ccn_digest.c [code]Support for creating digests
lib/ccn_dtag_table.c [code]DTAG table
lib/ccn_extend_dict.c [code]Routines for extending a dictionary such as that which represents default DTAG table
lib/ccn_face_mgmt.c [code]Support for parsing and creating FaceInstance elements
lib/ccn_fetch.c [code]
lib/ccn_header.c [code]
lib/ccn_indexbuf.c [code]Support for expandable buffer of non-negative values
lib/ccn_interest.c [code]Accessors and mutators for parsed Interest messages
lib/ccn_keystore.c [code]Support for keystore access
lib/ccn_match.c [code]Support for the match predicate between interest and content
lib/ccn_matrix.c [code]Support for a sparse matrix (2-D table) of nonnegative integers
lib/ccn_merkle_path_asn1.c [code]Framework to generate implementation of ASN.1 functions to deal with Merkle paths
lib/ccn_name_util.c [code]Support for manipulating ccnb-encoded Names
lib/ccn_reg_mgmt.c [code]Support for parsing and creating ForwardingEntry elements
lib/ccn_schedule.c [code]Support for scheduling events
lib/ccn_seqwriter.c [code]Part of the CCNx C Library
lib/ccn_setup_sockaddr_un.c [code]Part of the CCNx C Library
lib/ccn_signing.c [code]Support for signing
lib/ccn_sockaddrutil.c [code]Sockaddr utilities
lib/ccn_sockcreate.c [code]Setting up a socket from a text-based description
lib/ccn_traverse.c [code]Support for traversing a branch of the ccn name hierarchy
lib/ccn_uri.c [code]Support for ccnx:/URI/
lib/ccn_verifysig.c [code]Utility to check the signature on ccnb-formatted ContentObjects
lib/ccn_versioning.c [code]Versioning support
lib/encodedecodetest.c [code]Unit tests for CCNx C library
lib/hashtb.c [code]Hash table
lib/hashtbtest.c [code]Try out some hash table calls (ccn/hashtb)
lib/matrixtest.c [code]Try out the ccn/matrix calls
lib/signbenchtest.c [code]A simple test program to benchmark signing performance
lib/skel_decode_test.c [code]A simple test program for exercising ccn_skeleton_decoder
lib/smoketestclientlib.c [code]Simple program for smoke-test of ccn client lib
libexec/ccndc.c [code]Bring up a link to another ccnd
libexec/udplink.c [code]A CCNx link adaptor for UDP
Generated on Fri May 13 16:27:29 2011 for Content-Centric Networking in C by  doxygen 1.6.3