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
ccnr/android_main.c [code]
ccnr/ccnr_dispatch.c [code]Part of ccnr - CCNx Repository Daemon
ccnr/ccnr_dispatch.h [code]Part of ccnr - CCNx Repository Daemon
ccnr/ccnr_forwarding.c [code]Part of ccnr - CCNx Repository Daemon
ccnr/ccnr_forwarding.h [code]Part of ccnr - CCNx Repository Daemon
ccnr/ccnr_init.c [code]Part of ccnr - CCNx Repository Daemon
ccnr/ccnr_init.h [code]Part of ccnr - CCNx Repository Daemon
ccnr/ccnr_internal_client.c [code]Part of ccnr - CCNx Repository Daemon
ccnr/ccnr_internal_client.h [code]Part of ccnr - CCNx Repository Daemon
ccnr/ccnr_io.c [code]Part of ccnr - CCNx Repository Daemon
ccnr/ccnr_io.h [code]Part of ccnr - CCNx Repository Daemon
ccnr/ccnr_link.c [code]Part of ccnr - CCNx Repository Daemon
ccnr/ccnr_link.h [code]Part of ccnr - CCNx Repository Daemon
ccnr/ccnr_main.c [code]Part of ccnr - CCNx Repository Daemon
ccnr/ccnr_match.c [code]Part of ccnr - CCNx Repository Daemon
ccnr/ccnr_match.h [code]Part of ccnr - CCNx Repository Daemon
ccnr/ccnr_msg.c [code]Logging support for ccnr
ccnr/ccnr_msg.h [code]Part of ccnr - CCNx Repository Daemon
ccnr/ccnr_net.c [code]Part of ccnr - CCNx Repository Daemon
ccnr/ccnr_net.h [code]Part of ccnr - CCNx Repository Daemon
ccnr/ccnr_private.h [code]Private definitions for ccnr - the CCNx daemon
ccnr/ccnr_proto.c [code]Part of ccnr - CCNx Repository Daemon
ccnr/ccnr_proto.h [code]Part of ccnr - CCNx Repository Daemon
ccnr/ccnr_sendq.c [code]Part of ccnr - CCNx Repository Daemon
ccnr/ccnr_sendq.h [code]Part of ccnr - CCNx Repository Daemon
ccnr/ccnr_stats.c [code]Statistics presentation for ccnr
ccnr/ccnr_stats.h [code]Part of ccnr - CCNx Repository Daemon
ccnr/ccnr_store.c [code]Part of ccnr - CCNx Repository Daemon
ccnr/ccnr_store.h [code]Part of ccnr - CCNx Repository Daemon
ccnr/ccnr_sync.c [code]Part of ccnr - CCNx Repository Daemon
ccnr/ccnr_sync.h [code]Part of ccnr - CCNx Repository Daemon
ccnr/ccnr_util.c [code]Part of ccnr - CCNx Repository Daemon
ccnr/ccnr_util.h [code]Part of ccnr - CCNx Repository Daemon
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/ccnfilewatch.c [code]Utility program to record a file's size
cmd/ccnhexdumpdata.c [code]Parse a ccnb-encoded ContentObject in a file and dump the content as hex data to stdout
cmd/ccninitkeystore.c [code]Initialize a CCNx keystore with given parameters
cmd/ccnls.c [code]Attempts to list name components available at the next level of the hierarchy
cmd/ccnnamelist.c [code]
cmd/ccnpeek.c [code]Get one content item matching the name prefix and write it to stdout
cmd/ccnpoke.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/btree.h [code]BTree
include/ccn/btree_content.h [code]Storage of a content index in a btree
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_btree.c [code]
lib/ccn_btree_content.c [code]
lib/ccn_btree_store.c [code]
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_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/ccnbtreetest.c [code]Part of ccnr - CCNx Repository Daemon
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/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
sync/IndexSorter.c [code]IndexSorter.c
sync/IndexSorter.h [code]
sync/SyncActions.c [code]Part of CCNx Sync
sync/SyncActions.h [code]Part of CCNx Sync
sync/SyncBase.c [code]Part of CCNx Sync
sync/SyncBase.h [code]Part of CCNx Sync
sync/SyncHashCache.c [code]Part of CCNx Sync
sync/SyncHashCache.h [code]Part of CCNx Sync
sync/SyncMacros.h [code]Part of CCNx Sync
sync/SyncNode.c [code]Part of CCNx Sync
sync/SyncNode.h [code]Part of CCNx Sync
sync/SyncPrivate.h [code]Copyright (C) 2011 Palo Alto Research Center, Inc
sync/SyncRoot.c [code]Copyright (C) 2011 Palo Alto Research Center, Inc
sync/SyncRoot.h [code]Copyright (C) 2011 Palo Alto Research Center, Inc
sync/SyncTest.c [code]Part of CCNX Sync
sync/SyncTreeWorker.c [code]Part of CCNx Sync
sync/SyncTreeWorker.h [code]Part of CCNx Sync
sync/SyncUtil.c [code]Part of CCNx Sync
sync/SyncUtil.h [code]Part of CCNx Sync

Generated on Thu Feb 16 00:44:38 2012 for Content-Centric Networking in C by  doxygen 1.5.6