Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndnSIM
/
0aa47bf4bf9f786dff24663cb31f988fab4882b4
/
examples
d573af2
plugins/ip-faces: Implementing UdpFace and fixing bugs with TcpFace
by Alexander Afanasyev
· 11 years ago
aa84fae
plugins/ip-faces: Updating TcpFace implementation
by Alexander Afanasyev
· 11 years ago
f4e2452
plugins/ip-faces: ip-faces plugin, which implements ndn::TcpFace
by Alexander Afanasyev
· 11 years ago
0fb80b9
helper+docs+examples: New helper to simplify link failing
by Alexander Afanasyev
· 11 years ago
eec89ba
model: Adding exclude filter processing in all content store implementations
by Alexander Afanasyev
· 11 years ago
9213601
model: Another major change: switching to NDN.cxx API for ndn::Name
by Alexander Afanasyev
· 11 years ago
7b923f3
model: Updated API for pluggable wire format
by Alexander Afanasyev
· 11 years ago
2420762
examples: ndn-simple-with-pcap example now used CCNb packet format
by Alexander Afanasyev
· 11 years ago
e722148
apps: Adding ability to ndn::Producer to configure desired fake signature and key locator (key name)
by Alexander Afanasyev
· 11 years ago
a4e7428
model+ndn.cxx+test: Finishing implementation of ApiFace (now timeouts are working as well)
by Alexander Afanasyev
· 11 years ago
7960606
model: A basic implementation of ndn::ApiFace that can be used as an NDN handler in any "normal" NS-3 application
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
5bee19e
model: First set of major API changes and reorganizations
by Alexander Afanasyev
· 11 years ago
79a5bd6
ndn.cxx: Initial work to introduce full NDN application API to ndnSIM
by Alexander Afanasyev
· 11 years ago
c9f2e25
src: Adding LICENSE file and updating license statements in several files
by Alexander Afanasyev
· 11 years ago
0aa1136
topology-reader: Adding ability to specify custom queue type in topology files (AnnotatedTopologyReader)
by Alexander Afanasyev
· 11 years ago
c7411ee
examples: New example showing how to activate link weights for global routing controller calculations
by Alexander Afanasyev
· 11 years ago
8ade0be
model: New trivial implementation of ContentStore (ns3::ndn::cs::Nocache)
by Alexander Afanasyev
· 11 years ago
fff8498
model: Removing assert when interest payload is not zero
by Alexander Afanasyev
· 11 years ago
e3af7b1
examples: Correcting output header in ndn-simple-with-pit-count-stats
by Alexander Afanasyev
· 11 years ago
c386644
examples: Make sure that examples are linked against all compiled NS-3 modules
by Alexander Afanasyev
· 12 years ago
da2f23a
topology-reader: Adding support for adding and configuring ErrorModel on each link
by Alexander Afanasyev
· 12 years ago
b5e77d8
examples+docs: Adding a new example to print out instantaneous PIT sizes periodically
by Alexander Afanasyev
· 12 years ago
9fb2e3d
docs: Small update of the documentation
by Alexander Afanasyev
· 12 years ago
4ebe07e
examples: Adding example for the experimental support of PIT aggregate stats
by Alexander Afanasyev
· 12 years ago
eae83ee
all: InterestHeader and ContentObjectHeader refactoring to Interest and ContentObject
by Alexander Afanasyev
· 12 years ago
cfdc14f
all: Replacing deprecated NameComponents class with Name
by Alexander Afanasyev
· 12 years ago
b99cb6c
Merge feature branch 'feature-l2-tracer'
by Alexander Afanasyev
· 12 years ago
27370c5
docs: Documenting new L2Tracer with a scenario and graph building example
by Alexander Afanasyev
· 12 years ago
8682ae0
examples: Adding new example to illustrate use of L2Tracer to trace aggregate packet drop rate on nodes
by Hovaidi Ardestani Mohammad
· 12 years ago
4e48960
Merge feature branch 'feature-trace-value-for-fib-entry'
by Alexander Afanasyev
· 12 years ago
1ab1aad
examples: Fixing error in ndn-simple-with-pcap
by Alexander Afanasyev
· 12 years ago
06dba7c
model: replacing direct usage of fib::FaceMetric variables by inline methods
by Alexander Afanasyev
· 12 years ago
41684ab
examples+utils: Adding example to evaluate memory footprint of ContentStore/Pit
by Alexander Afanasyev
· 12 years ago
4c6bc58
examples: Add a new example showing how to set custom size of content store on different nodes
by Alexander Afanasyev
· 12 years ago
1fb9fed
model+examples: Small corrections with new PIT version, adding an example to use it
by Alexander Afanasyev
· 12 years ago
1a0fff6
apps+model+utils: Implementing Interest/Data hop counting using new PacketTag
by Alexander Afanasyev
· 12 years ago
27e365b
src bug: Adding missing topology files
by Alexander Afanasyev
· 12 years ago
db64ff1
app+utils+doc: Adding application-level trace helper to record Interest-Data delays
by Alexander Afanasyev
· 12 years ago
b1d6b03
tracers: simplification of ndn::CsTracer (there no real need for virtual calls)
by Alexander Afanasyev
· 12 years ago
1380010
zipf: Small changes (style and small logic correction) and adding documentation section
by Alexander Afanasyev
· 12 years ago
ebebcda
example support. change to master branch
by Shock
· 12 years ago
b0f8315
add zipf-mandelbrot support to NDN Interest app consumer
by Shock
· 12 years ago
c3cc0b3
model: New content store variations: support for content freshness
by Alexander Afanasyev
· 12 years ago
68de795
examples: adding debugged implementation of a CustomApp, along with an example using it
by Alexander Afanasyev
· 12 years ago
f4a0359
docs: new example with content store helper, description of special content store implementations that allow tracking of lifetime of cached entries
by Alexander Afanasyev
· 12 years ago
932d331
examples: Correcting custom strategy API to reflect latest changes
by Alexander Afanasyev
· 12 years ago
5931480
tracers+docs: Correcting compilation and installation of trace helpers
by Alexander Afanasyev
· 12 years ago
fd25826
helper: Extending manual route creating in ndn::StackHelper
by Alexander Afanasyev
· 12 years ago
e97c607
docs: New example on how to use custom strategy with 2-bottleneck topology
by Alexander Afanasyev
· 12 years ago
674c876
tests: moving trie.cc from examples to test (not really working yet)
by Alexander Afanasyev
· 12 years ago
e095f0f
docs: Restructuring docs and adding new section about customizing Content Store and PIT
by Alexander Afanasyev
· 12 years ago
aa1c4c3
docs: modifying documentation examples (now code in the documentation is taken from real code in examples/ folder)
by Alexander Afanasyev
· 12 years ago
1a2df6a
Small reorganization of utils/ folder contents
by Alexander Afanasyev
· 12 years ago
f6807a5
Final updates and documentation fixes
by Alexander Afanasyev
· 12 years ago
cf6dc92
Now everything compiles, but not everything is working yet
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
e55d1e3
More corrections. Now everything is ready for real tests
by Alexander Afanasyev
· 12 years ago
36b4577
Checkpoint
by Alexander Afanasyev
· 12 years ago
44bb6ea
New implementation of FIB seems to be working now
by Alexander Afanasyev
· 12 years ago
30cb117
Small reoraganization, cleaning 'use namespace' usages
by Alexander Afanasyev
· 12 years ago
903062f
Now seems that multi-policy container actually works as it should
by Alexander Afanasyev
· 12 years ago
051d378
Make code compilable using clang compiler
by Alexander Afanasyev
· 12 years ago
9e96e36
Making policy container more flexible
by Alexander Afanasyev
· 12 years ago
9a98970
Implementing new cache replacement strategies: Random and FIFO
by Alexander Afanasyev
· 12 years ago
b6174b9
Modify grid example to work under redesigned content store
by Alexander Afanasyev
· 12 years ago
b0c4389
Modifying implementation of content store to use new trie
by Alexander Afanasyev
· 12 years ago
89fb535
Update trie and adding policy management
by Alexander Afanasyev
· 12 years ago
fd0c41c
Experimental trie implementation
by Alexander Afanasyev
· 12 years ago
07b0063
Documentation update
by Alexander Afanasyev
· 12 years ago
4885eea
Correcting includes in example
by Alexander Afanasyev
· 12 years ago
d859979
Changing example CcnxGrid to use CcnxGlobalRouting
by Alexander Afanasyev
· 13 years ago
06d3a61
Small extension of CcnxGlobalRoutingHelper. Removing some old examples
by Alexander Afanasyev
· 13 years ago
a514d63
Adding slightly more complicated tutorial example
by Alexander Afanasyev
· 13 years ago
f04d451
Adding a simple tutorial example
by Alexander Afanasyev
· 13 years ago
f2e0da1
Removing irrelevant examples
by Alexander Afanasyev
· 13 years ago
2188a25
Changes to example, enabling randomization for CcnxConsumerCbr
by Alexander Afanasyev
· 13 years ago
NDN-TR-0002
de00999
Adding options to enable caching of unsolicited (e.g., overheard over broadcast media) data packets
by Alexander Afanasyev
· 13 years ago
fa3b3d3
Small modification of car2car example
by Alexander Afanasyev
· 13 years ago
34a177c
Merge remote-tracking branch 'git.irl/car2car'
by Alexander Afanasyev
· 13 years ago
a3295ab
Change the LOG type of CcnxConsumer and CcnxProducer
by Lucas
· 13 years ago
18750bb
Adding highway-mobility + CCNx scenario (vanet-ccnx.cc)
by Alexander Afanasyev
· 13 years ago
64b8536
Add car2car-wifi scenario
by Lucas
· 13 years ago
7e71c75
Adding IPv4 rate tracer
by Alexander Afanasyev
· 13 years ago
ed78b63
New scenario to see details of reaction on congestion. Small change in AnnotatedTopologyReader API
by Alexander Afanasyev
· 13 years ago
812f7ab
Adding one more scenario to compute shortest paths after failure
by Alexander Afanasyev
· 13 years ago
1ec705f
Adding initial code to implement limited (by time) retransmission in CcnxConsumer
by Alexander Afanasyev
· 13 years ago
b8f5139
Don't double RTO on timeout (only for NACKs)
by Alexander Afanasyev
· 13 years ago
f410daf
Making progress report only every 5 seconds
by Alexander Afanasyev
· 13 years ago
1e9348f
CcnxConsumer doubles timeout upon NACK and Timout
by Alexander Afanasyev
· 13 years ago
6c67838
Finalizing LinkFailure scenario
by Alexander Afanasyev
· 13 years ago
ef05655
OSPF metric bug in BaseExperiment. Moving ApplyOSPFMetric to the right place
by Alexander Afanasyev
· 13 years ago
17acc11
Removing hijacker app. Hijacking is implemented now by changing face states
by Alexander Afanasyev
· 13 years ago
8e0d281
Moving around path weight tagging. Now CcnxFace owns metric field, which is used for tagging.
by Alexander Afanasyev
· 13 years ago
6bff0df
Finalizing PathWeight tracing
by Alexander Afanasyev
· 13 years ago
e9c9d72
Change in CcnxApp API. Now callbacks also contain pointer of original
by Alexander Afanasyev
· 13 years ago
b7ad232
One more change in Consumer API. Now there are more consumers and they
by Alexander Afanasyev
· 13 years ago
94cebd0
CcnxConsumerCbr now is really CBR (no randomization).
by Alexander Afanasyev
· 13 years ago
Next »