- 8accdf6 Small progress on pit/fib interaction by Alexander Afanasyev · 13 years ago
- c5a23e2 Many corrections to face/local-face/net-device-face/fib/pit. Now by Alexander Afanasyev · 13 years ago
- cf133f0 Initial steps for Interest packet processing by Alexander Afanasyev · 13 years ago
- 78cf0c9 NDN layer now knows how to process ContentObject packets by Alexander Afanasyev · 13 years ago
- a67e28c Adding RIT, PIT, FIB, and CS to ccnx-l3-protocol. Some small by Alexander Afanasyev · 13 years ago
- e91ab75 ContentObject and Interest serialization and deserialization seem to by Alexander Afanasyev · 13 years ago
- 85a3bca Debugging and resolving problems with interest serialization/deserialization by Alexander Afanasyev · 13 years ago
- ae0d652 Adding temporary solution to estimate packet size. Should be changed to by Alexander Afanasyev · 13 years ago
- 24d2166 Merge remote-tracking branch 'git.irl/master' by Alexander Afanasyev · 13 years ago
- a98cdd2 First approximation of PIT by Alexander Afanasyev · 13 years ago
- 8196d2e Consumer and producer applications by Ilya Moiseenko · 13 years ago
- 1cf6b0a Receive method for localFace by Ilya Moiseenko · 13 years ago
- 888161d m_contentstore was moved from l3-protocol to ccnx by Ilya Moiseenko · 13 years ago
- 90d66ce Removing old name-components.* and adding missing implementation of the by Alexander Afanasyev · 13 years ago
- 7fd74f9 Implementing first approximation of FIB by Alexander Afanasyev · 13 years ago
- d26e682 file and header renaming by Ilya Moiseenko · 13 years ago
- 2bd1bc3 Refactoring of Name::Components into CcnxNameComponents by Ilya Moiseenko · 13 years ago
- fccdb9e Implementing RIT (also using Boost.MultiIndex) by Alexander Afanasyev · 13 years ago
- c706f26 Ccnx-interest-sender, not complete yet by Ilya Moiseenko · 13 years ago
- 3715619 Merge remote-tracking branch 'git.irl/master' by Alexander Afanasyev · 13 years ago
- 8b37905 Checkpoint. Reorganizing ccnb parsing into many small files. by Alexander Afanasyev · 13 years ago
- dd32de8 Forgot to actually enforce limit on content store. Solved. by Alexander Afanasyev · 13 years ago
- 070aa48 Implementing content store using Boost.MultiIndex container by Alexander Afanasyev · 13 years ago
- 7dd43be Annotated topology reader refactoring. Now example is cleaner. by Ilya Moiseenko · 13 years ago
- 0ab833e Solving compilation problems, adding more comments. Modified ccnx-test example by Alexander Afanasyev · 13 years ago
- e21bc03 Merge remote-tracking branch 'git.irl/master' by Alexander Afanasyev · 13 years ago
- 56f79ea Updating code to the state that it compiles by Alexander Afanasyev · 13 years ago
- 1c570bc CcnxContentStore with BOOST hash by Ilya Moiseenko · 13 years ago
- ab1d560 Adding more documentation. Now CcnxFace defines an virtual interface to by Alexander Afanasyev · 13 years ago
- b919a3a Merge remote-tracking branch 'git.irl/master' by Alexander Afanasyev · 13 years ago
- 7112f48 Repair bug in ccnb parsing. First steps in adding correct documentation tags by Alexander Afanasyev · 13 years ago
- 1eff17d Annotated topology reader added and external dependencies to modules 'topology-reader', 'visualiziation' added to wscript by Ilya Moiseenko · 13 years ago
- a7d9150 fix of TypedID bug in CCNxContentObjectTail by Ilya Moiseenko · 13 years ago
- 834f35c Implementing visitor pattern for CCNx message parsing. Needs debugging. by Alexander Afanasyev · 13 years ago
- 2a5df20 Finalizing packet serialization. Set boost requirement (module will not be compiled without boost) by Alexander Afanasyev · 13 years ago
- c74a602 First steps in CCNx packet coding. ccnx_encode* routines rewritten in NS3 style (using NS3::Buffer) by Alexander Afanasyev · 13 years ago
- 607e3e7 Merge remote-tracking branch 'ns3irl/ccnx-stack' by Ilya Moiseenko · 13 years ago
- 897005b Merge remote-tracking branch 'ns3irl/master' by Ilya Moiseenko · 13 years ago
- 45b92d4 More progress on CCNx stack. Now we have helpers. Everything compiles, but not yet working by Alexander Afanasyev · 13 years ago
- 9825610 Adding more components to CCNx stack by Alexander Afanasyev · 13 years ago
- 08d984e First approximation of CCNx protocol stack by Alexander Afanasyev · 13 years ago
- 6b583af ContentStore with hash table library were added by Ilya Moiseenko · 13 years ago
- 2536e20 Moving apps back to apps/ folder. Finally worked out the problem with headers by Alexander Afanasyev · 13 years ago
- 8a677dd Initial routines for ContentObjectHeader. Another round of moving files around by Alexander Afanasyev · 13 years ago
- 8c7784a Rename ccn/*.c to ccn/*.cc by Alexander Afanasyev · 13 years ago
- 3a6ea5c New InterestHeader implementation (with a fake serialization for now) by Alexander Afanasyev · 13 years ago
- 404c079 Compiles, but almost everything is commented out. by Alexander Afanasyev · 13 years ago
- f583ef2 Some c++ tricks. Not finished by Alexander Afanasyev · 13 years ago
- 43e7025 Small source movements (ccn_* to ccn/). Small change of NameBuilder implementation by Alexander Afanasyev · 13 years ago
- b085f74 Merge remote-tracking branch 'git.irl/master' by Alexander Afanasyev · 13 years ago
- 6b997c5 Adding emacs header-lines and copyright notices by Alexander Afanasyev · 13 years ago
- 42b4924 simple Interest Generator was added by Ilya Moiseenko · 13 years ago
- 1f60383 NameBuilder for more convenient CCNx name construction by Ilya Moiseenko · 13 years ago
- 7e254b7 Content ns3 packet by Ilya Moiseenko · 13 years ago
- 5881eb1 Interest ns-3 packet by Ilya Moiseenko · 13 years ago
- 59c6221 TimeoutHeader and NonceHeader for Interest ns-3 packets by Ilya Moiseenko · 13 years ago
- 08a98a4 InterestPacket, ContentPacket, Face classes added by Ilya Moiseenko · 13 years ago
- a9b20d1 file extensions changed - ns-3 sometimes doesn't build *.c files by Ilya Moiseenko · 13 years ago
- 54a6bba settings for external dependency to OpenSSL by Ilya Moiseenko · 13 years ago
- c115fba low level name and packet parsing was added (You may edit external dependency to OpenSSL in root wscript file) by Ilya Moiseenko · 13 years ago
- 1762af7 Module template now builds into ns-3 by Ilya Moiseenko · 13 years ago