Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndnSIM
/
8d6e3f689486633a6fb44c51dbf9632460d344eb
/
model
/
ndn-content-object.cc
0a15a2b
model: Add ability to print interest to the standard output, so it plays nice with PyNDN
by Alexander Afanasyev
· 11 years ago
1043c70
model: Returning back support for CCNb wire format
by Alexander Afanasyev
· 11 years ago
e4795ae
model+ndn.cxx+apps: New application template (CallbackBasedApp) that can be used to prototype NS-3 applications in python
by Alexander Afanasyev
· 11 years ago
ee76255
model+test: Fixing tests and making sure all tests pass
by Alexander Afanasyev
· 11 years ago
faa01f9
model: Another set of refactoring/renaming to make code compile (not tested yet)
by Alexander Afanasyev
· 11 years ago
b989b12
model: Major API changes
by Alexander Afanasyev
· 11 years ago
e6bf47e
Slight update of packet format: adding overall packet length to the
by Alexander Afanasyev
· 11 years ago
d6e5c5f
model: Adding support for "fake" content object signatures
by Alexander Afanasyev
· 12 years ago
cc50d98
model: Adding one more way to set Name of Interests and ContentObjects using reference to the Name object
by Alexander Afanasyev
· 12 years ago
cfdc14f
all: Replacing deprecated NameComponents class with Name
by Alexander Afanasyev
· 12 years ago
11fdadd
Correcting bug with content object serialization
by Alexander Afanasyev
· 12 years ago
bd9c18e
Solving a couple of bugs resulting from the packet format changes. Code compiles, but haven't fully tested yet
by Alexander Afanasyev
· 12 years ago
[Renamed (97%) from model/ndn-content-object-header.cc]
5d79e68
model: Initial attempt to optimize Interest/Data encoding/decoding via a custom packet format
by Alexander Afanasyev
· 12 years ago
2b4c947
Another set of refactoring
by Alexander Afanasyev
· 12 years ago
4aac557
First step of refactoring code (ccnx prefix => ndn prefix)
by Alexander Afanasyev
· 12 years ago
[Renamed (83%) from model/ccnx-content-object-header.cc]
30f60e3
Some progress on CcnxPit. Partially working
by Alexander Afanasyev
· 12 years ago
d9fecdd
Modularize ContentStore
by Alexander Afanasyev
· 12 years ago
faf9581
Fixing bugs with new fields in ContentObject. Implementing basic support of new fields in CcnxProducer
by Alexander Afanasyev
· 12 years ago
8c5046a
Adding support of more fields in ContentObject
by Alexander Afanasyev
· 12 years ago
7f3e49e
For duplicate interests keep incoming face !!! Need more thinking
by Alexander Afanasyev
· 13 years ago
9568f95
Adding support for Timestamp and Freshness in ContentObject
by Alexander Afanasyev
· 13 years ago
f9f4eb0
Resolve compilation issues (more accurate with headers)
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
2bd1bc3
Refactoring of Name::Components into CcnxNameComponents
by Ilya Moiseenko
· 13 years ago
070aa48
Implementing content store using Boost.MultiIndex container
by Alexander Afanasyev
· 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
45b92d4
More progress on CCNx stack. Now we have helpers. Everything compiles, but not yet working
by Alexander Afanasyev
· 13 years ago
08d984e
First approximation of CCNx protocol stack
by Alexander Afanasyev
· 13 years ago