1. f34b319 examples: Added simulation scenario with MPI support by Spyridon Mastorakis · 9 years ago
  2. 8e60bcd build: Fix compilation on Ubuntu platform and add work-around for ndn-cxx regression by Alexander Afanasyev · 9 years ago
  3. 460f57c docs: Documentation update by Spyridon Mastorakis · 10 years ago
  4. afe47fe examples: Restoring old examples that can be restored and fixing existing ones by Alexander Afanasyev · 9 years ago
  5. e316ab2 examples: Add python-based scenario examples by Alexander Afanasyev · 10 years ago
  6. dde1e81 model+helper+examples: Enable configurability of NFD parameters using StackHelper by Alexander Afanasyev · 9 years ago
  7. 60a7b62 docs: Updating copyright notices in files by Alexander Afanasyev · 10 years ago
  8. 4909d0a examples: ndn-different-strategy-per-prefix: New example. by Spyridon Mastorakis · 10 years ago
  9. 41fbfe1 examples: New example to show how to select multiple strategies for different prefixes by Spyridon Mastorakis · 10 years ago
  10. 77b6366 examples: New example with custom strategy "random-load-balancer-strategy" by Spyridon Mastorakis · 10 years ago
  11. db8280f examples: Modifying examples to work with the new codebase by Spyridon Mastorakis · 10 years ago
  12. 53e922f ndnSIM-v2: Initial implementation by Spyridon Mastorakis · 10 years ago
  13. be55cf6 src: Updating code style to conform (more or less) to ndn-cxx style by Alexander Afanasyev · 10 years ago
  14. 0c39537 build: Fixing of includes by Alexander Afanasyev · 10 years ago
  15. 60c0462 build: Updated build scripts by Alexander Afanasyev · 10 years ago
  16. 76f8f65 src: Renaming files according to ndn-cxx naming convention by Alexander Afanasyev · 10 years ago
  17. 012760b ndnSIM-v2: Removing old and legacy code by Alexander Afanasyev · 10 years ago
  18. 0d584e3 examples: Adding an extremely basic WiFi-based ndnSIM scenario by Alexander Afanasyev · 11 years ago
  19. 39314e0 examples: Adding missing command-line processing in pcap example by Alexander Afanasyev · 11 years ago
  20. 3fe94dc utils/tracers: Modifying (simplifying) interface for ndnSIM tracers by Alexander Afanasyev · 11 years ago
  21. 6eba36f src: One more set of renaming: ndn-content-object.h|cc is renamed to ndn-data.h|cc by Alexander Afanasyev · 11 years ago
  22. 772f51b src: Global renaming ContentObject -> Data by Alexander Afanasyev · 11 years ago
  23. d573af2 plugins/ip-faces: Implementing UdpFace and fixing bugs with TcpFace by Alexander Afanasyev · 11 years ago
  24. aa84fae plugins/ip-faces: Updating TcpFace implementation by Alexander Afanasyev · 11 years ago
  25. f4e2452 plugins/ip-faces: ip-faces plugin, which implements ndn::TcpFace by Alexander Afanasyev · 11 years ago
  26. 0fb80b9 helper+docs+examples: New helper to simplify link failing by Alexander Afanasyev · 11 years ago
  27. eec89ba model: Adding exclude filter processing in all content store implementations by Alexander Afanasyev · 11 years ago
  28. 9213601 model: Another major change: switching to NDN.cxx API for ndn::Name by Alexander Afanasyev · 11 years ago
  29. 7b923f3 model: Updated API for pluggable wire format by Alexander Afanasyev · 11 years ago
  30. 2420762 examples: ndn-simple-with-pcap example now used CCNb packet format by Alexander Afanasyev · 11 years ago
  31. e722148 apps: Adding ability to ndn::Producer to configure desired fake signature and key locator (key name) by Alexander Afanasyev · 11 years ago
  32. a4e7428 model+ndn.cxx+test: Finishing implementation of ApiFace (now timeouts are working as well) by Alexander Afanasyev · 11 years ago
  33. 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
  34. ee76255 model+test: Fixing tests and making sure all tests pass by Alexander Afanasyev · 11 years ago
  35. faa01f9 model: Another set of refactoring/renaming to make code compile (not tested yet) by Alexander Afanasyev · 11 years ago
  36. 5bee19e model: First set of major API changes and reorganizations by Alexander Afanasyev · 11 years ago
  37. 79a5bd6 ndn.cxx: Initial work to introduce full NDN application API to ndnSIM by Alexander Afanasyev · 11 years ago
  38. c9f2e25 src: Adding LICENSE file and updating license statements in several files by Alexander Afanasyev · 11 years ago
  39. 0aa1136 topology-reader: Adding ability to specify custom queue type in topology files (AnnotatedTopologyReader) by Alexander Afanasyev · 11 years ago
  40. c7411ee examples: New example showing how to activate link weights for global routing controller calculations by Alexander Afanasyev · 11 years ago
  41. 8ade0be model: New trivial implementation of ContentStore (ns3::ndn::cs::Nocache) by Alexander Afanasyev · 11 years ago
  42. fff8498 model: Removing assert when interest payload is not zero by Alexander Afanasyev · 11 years ago
  43. e3af7b1 examples: Correcting output header in ndn-simple-with-pit-count-stats by Alexander Afanasyev · 11 years ago
  44. c386644 examples: Make sure that examples are linked against all compiled NS-3 modules by Alexander Afanasyev · 11 years ago
  45. da2f23a topology-reader: Adding support for adding and configuring ErrorModel on each link by Alexander Afanasyev · 11 years ago
  46. b5e77d8 examples+docs: Adding a new example to print out instantaneous PIT sizes periodically by Alexander Afanasyev · 11 years ago
  47. 9fb2e3d docs: Small update of the documentation by Alexander Afanasyev · 11 years ago
  48. 4ebe07e examples: Adding example for the experimental support of PIT aggregate stats by Alexander Afanasyev · 11 years ago
  49. eae83ee all: InterestHeader and ContentObjectHeader refactoring to Interest and ContentObject by Alexander Afanasyev · 11 years ago
  50. cfdc14f all: Replacing deprecated NameComponents class with Name by Alexander Afanasyev · 11 years ago
  51. b99cb6c Merge feature branch 'feature-l2-tracer' by Alexander Afanasyev · 11 years ago
  52. 27370c5 docs: Documenting new L2Tracer with a scenario and graph building example by Alexander Afanasyev · 11 years ago
  53. 8682ae0 examples: Adding new example to illustrate use of L2Tracer to trace aggregate packet drop rate on nodes by Hovaidi Ardestani Mohammad · 11 years ago
  54. 4e48960 Merge feature branch 'feature-trace-value-for-fib-entry' by Alexander Afanasyev · 11 years ago
  55. 1ab1aad examples: Fixing error in ndn-simple-with-pcap by Alexander Afanasyev · 11 years ago
  56. 06dba7c model: replacing direct usage of fib::FaceMetric variables by inline methods by Alexander Afanasyev · 11 years ago
  57. 41684ab examples+utils: Adding example to evaluate memory footprint of ContentStore/Pit by Alexander Afanasyev · 11 years ago
  58. 4c6bc58 examples: Add a new example showing how to set custom size of content store on different nodes by Alexander Afanasyev · 11 years ago
  59. 1fb9fed model+examples: Small corrections with new PIT version, adding an example to use it by Alexander Afanasyev · 11 years ago
  60. 1a0fff6 apps+model+utils: Implementing Interest/Data hop counting using new PacketTag by Alexander Afanasyev · 11 years ago
  61. 27e365b src bug: Adding missing topology files by Alexander Afanasyev · 11 years ago
  62. db64ff1 app+utils+doc: Adding application-level trace helper to record Interest-Data delays by Alexander Afanasyev · 11 years ago
  63. b1d6b03 tracers: simplification of ndn::CsTracer (there no real need for virtual calls) by Alexander Afanasyev · 11 years ago
  64. 1380010 zipf: Small changes (style and small logic correction) and adding documentation section by Alexander Afanasyev · 12 years ago
  65. ebebcda example support. change to master branch by Shock · 12 years ago
  66. b0f8315 add zipf-mandelbrot support to NDN Interest app consumer by Shock · 12 years ago
  67. c3cc0b3 model: New content store variations: support for content freshness by Alexander Afanasyev · 12 years ago
  68. 68de795 examples: adding debugged implementation of a CustomApp, along with an example using it by Alexander Afanasyev · 12 years ago
  69. 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
  70. 932d331 examples: Correcting custom strategy API to reflect latest changes by Alexander Afanasyev · 12 years ago
  71. 5931480 tracers+docs: Correcting compilation and installation of trace helpers by Alexander Afanasyev · 12 years ago
  72. fd25826 helper: Extending manual route creating in ndn::StackHelper by Alexander Afanasyev · 12 years ago
  73. e97c607 docs: New example on how to use custom strategy with 2-bottleneck topology by Alexander Afanasyev · 12 years ago
  74. 674c876 tests: moving trie.cc from examples to test (not really working yet) by Alexander Afanasyev · 12 years ago
  75. e095f0f docs: Restructuring docs and adding new section about customizing Content Store and PIT by Alexander Afanasyev · 12 years ago
  76. aa1c4c3 docs: modifying documentation examples (now code in the documentation is taken from real code in examples/ folder) by Alexander Afanasyev · 12 years ago
  77. 1a2df6a Small reorganization of utils/ folder contents by Alexander Afanasyev · 12 years ago
  78. f6807a5 Final updates and documentation fixes by Alexander Afanasyev · 12 years ago
  79. cf6dc92 Now everything compiles, but not everything is working yet by Alexander Afanasyev · 12 years ago
  80. 2b4c947 Another set of refactoring by Alexander Afanasyev · 12 years ago
  81. 4aac557 First step of refactoring code (ccnx prefix => ndn prefix) by Alexander Afanasyev · 12 years ago
  82. e55d1e3 More corrections. Now everything is ready for real tests by Alexander Afanasyev · 12 years ago
  83. 36b4577 Checkpoint by Alexander Afanasyev · 12 years ago
  84. 44bb6ea New implementation of FIB seems to be working now by Alexander Afanasyev · 12 years ago
  85. 30cb117 Small reoraganization, cleaning 'use namespace' usages by Alexander Afanasyev · 12 years ago
  86. 903062f Now seems that multi-policy container actually works as it should by Alexander Afanasyev · 12 years ago
  87. 051d378 Make code compilable using clang compiler by Alexander Afanasyev · 12 years ago
  88. 9e96e36 Making policy container more flexible by Alexander Afanasyev · 12 years ago
  89. 9a98970 Implementing new cache replacement strategies: Random and FIFO by Alexander Afanasyev · 12 years ago
  90. b6174b9 Modify grid example to work under redesigned content store by Alexander Afanasyev · 12 years ago
  91. b0c4389 Modifying implementation of content store to use new trie by Alexander Afanasyev · 12 years ago
  92. 89fb535 Update trie and adding policy management by Alexander Afanasyev · 12 years ago
  93. fd0c41c Experimental trie implementation by Alexander Afanasyev · 12 years ago
  94. 07b0063 Documentation update by Alexander Afanasyev · 12 years ago
  95. 4885eea Correcting includes in example by Alexander Afanasyev · 12 years ago
  96. d859979 Changing example CcnxGrid to use CcnxGlobalRouting by Alexander Afanasyev · 12 years ago
  97. 06d3a61 Small extension of CcnxGlobalRoutingHelper. Removing some old examples by Alexander Afanasyev · 12 years ago
  98. a514d63 Adding slightly more complicated tutorial example by Alexander Afanasyev · 12 years ago
  99. f04d451 Adding a simple tutorial example by Alexander Afanasyev · 12 years ago
  100. f2e0da1 Removing irrelevant examples by Alexander Afanasyev · 12 years ago