1. 578f2ec Examples: incorporate latest change of NDNPing Class by dulalsaurab · 3 years, 7 months ago
  2. b428660 Revert "simple topology files with no additional parameters" by Saurab Dulal · 3 years, 7 months ago
  3. f53ab47 ndn_routing_helper: Show status of route calculation by Philipp Moll · 3 years, 7 months ago
  4. 407c5f0 Allow for creation of net object without topology and mixed topology fixes by Alex Lane · 3 years, 10 months ago
  5. 0ed7772 Bug fix on ndnpingclient and experiment script by dulalsaurab · 4 years, 4 months ago
  6. eef6ee8 simple topology files with no additional parameters by Chad Cothran · 3 years, 10 months ago
  7. ea2d5d6 Add wireless simulation to redesigned Mini-NDN using Mininet-wifi. by Alexander Lane · 5 years ago
  8. 5dbf99d Hotfix for broken code artifact in install.sh by Alex Lane · 4 years, 3 months ago
  9. 576a419 Prepare 0.5.0 release by Saurab Dulal · 4 years, 5 months ago v0.5.0
  10. 587b78f Add a script to generate up-to-date NDN testbed topologies for Mini-NDN by Alex Lane · 4 years, 5 months ago
  11. ccd85b1 Change workDir and resultDir to be class attribute by Italo Valcy · 4 years, 6 months ago
  12. 722dcd5 patches: updates dummy keychain patch for v2 namespace changes and ndn-cxx changes by Alex Lane · 4 years, 7 months ago
  13. 9efd739 BUGFIX IP-Routing helper did not work for large topologies by phmoll · 4 years, 6 months ago
  14. cf8e754 Check NDN security in Minindn class before printing related info. by Laqin Fan · 4 years, 5 months ago
  15. 76dbe66 nfd: uncomment transport in client.conf to allow connections on /run/<node>.sock by Ashlesh Gawande · 4 years, 9 months ago
  16. f48424a patches: update dummy keychain patch to compile against latest ndn-cxx by Ashlesh Gawande · 4 years, 9 months ago
  17. bb31ed2 install.sh: quiet apt install for Vagrant by Giovanni Grieco · 4 years, 10 months ago
  18. 1f1de1f Add GEANT network as mini-ndn topology by phmoll · 4 years, 11 months ago
  19. 082e444 routing-helper: fix route computation bug by Saurab Dulal · 4 years, 11 months ago
  20. 55e2dd9 Add MiniNDN utility application for PCAP logging by Philipp Moll · 5 years ago
  21. 52223f7 ndn_routing_helper: fix overwriting of existing prefixes by phmoll · 5 years ago
  22. ad8d37e Move logfiles to resultDir after evaluation finished by phmoll · 4 years, 11 months ago
  23. 5c79db0 Check duplicate HR coordinates in topology file by dulalsaurab · 4 years, 11 months ago
  24. a95b681 docs: restructure and update AUTHORS.md by Eric Newberry · 5 years ago
  25. 6c86e30 **breaking** mini-ndn: re-design by Ashlesh Gawande · 5 years ago
  26. 8ae870a ndn/apps: add global routing helper by Saurab Dulal · 6 years ago
  27. 61a2be8 Add RoutingHelper to allow IP communication in experiments by Philipp Moll · 6 years ago
  28. 0dcdb32 Check duplicate HR coordinates in topology file by dulalsaurab · 6 years ago
  29. 658c78b nlsr: rename seq-dir to state-dir by dulalsaurab · 6 years ago wifi
  30. 6651a74 ndn/experiments: add tests for psync by Ashlesh Gawande · 6 years ago
  31. 50778df fix route expiration time by dulalsaurab · 6 years ago
  32. 2b7acee install.sh: install PSync by Ashlesh Gawande · 6 years ago
  33. 27b5e1b Add startup experiments for NLSR and current testbed topology by Ashlesh Gawande · 6 years ago
  34. 2b89953 ndn: bug fixes in nfdc and experiments by dulalsaurab · 6 years ago
  35. 6f7a64f Create a helper class to provide a wrapper around nfdc. by Alexander Lane · 7 years ago
  36. d6c3cad Fix checks for running software to account for no-nlsr. by Alexander Lane · 7 years ago
  37. 9944cf5 Move the NDNPing wrapper method to a helper class. by Alexander Lane · 7 years ago
  38. 052aabb Check that NFD and NLSR are running in all hosts before running experiments. by Alexander Lane · 7 years ago
  39. 517d34c Parser fix to avoid infinite loop by Alexander Lane · 7 years ago
  40. 670ff15 Install bash completion for argcomplete by Ashlesh Gawande · 7 years ago
  41. 4fa8881 Allow use of NFD and NLSR PPA with Mini-NDN. by Alexander Lane · 7 years ago
  42. 1bc9b47 Remove arbitrary arguments in favor of parsing arguments from experiment files. by Alexander Lane · 7 years ago
  43. 212cb82 Autocomplete command line arguments. by Ashlesh Gawande · 8 years ago
  44. e842cc2 Exit cleanly on Mininet errors. by Alexander Lane · 7 years ago
  45. 532302b nfd: add option to set CS size by Ashlesh Gawande · 7 years ago
  46. 5f8c796 ndn: Fix name "cost" to "link-cost" in nlsr.conf file by Saurab Dulal · 7 years ago
  47. 092755e Change NFD log and conf file names to nfd.log, nfd.conf by Saurab Dulal · 7 years ago
  48. 73caa52 adjust to use ndn-cxx logging by dmcoomes · 7 years ago
  49. ed557f5 docs: Prepare version 0.4.0 release notes by Ashlesh Gawande · 7 years ago v0.4.0
  50. 55d2bf4 install.sh: Added function commonClientLibraries by Jeff Thompson · 7 years ago
  51. 7b3655a Modified Vagrantfile to remove sudo from the installation process by Saurab Dulal · 7 years ago
  52. 22642a3 docs: mention the contributing guide by Nick Gordon · 7 years ago
  53. 7a6978e Use the nlsr.conf file installed in the system by Saurab Dulal · 7 years ago
  54. a80484e Changes to adopt to latest ndn-cxx by Ashlesh Gawande · 7 years ago
  55. 5d9ba60 use infoedit to edit nfd config files by Saurab Dulal · 7 years ago
  56. 74da84c check for coordinates before running hyperbolic routing by dmcoomes · 7 years ago
  57. 80eeea1 change default working directory by dmcoomes · 7 years ago
  58. 8fb3a54 Provide a vagrant file by dmcoomes · 7 years ago
  59. 501d4d6 Arbitrary arguments by Ashlesh Gawande · 7 years ago
  60. ad5de70 docs: update authors by dmcoomes · 7 years ago
  61. a013686 Revise mininet installation instructions by dmcoomes · 7 years ago
  62. 2763f19 Use SIGQUIT instead of SIGINT by Ashlesh Gawande · 7 years ago
  63. 2ef39c0 fix nlsr startup error by dmcoomes · 7 years ago
  64. ecf9c5a Provide option to disable NLSR by dmcoomes · 7 years ago
  65. 7adc7f7 Provide option to run NLSR in dry-run mode by dmcoomes · 7 years ago
  66. 9850d65 Update install.sh to use ldconfig for chronosync by dmcoomes · 7 years ago
  67. 6a075c2 Add experiment to test nlsrc by Ashlesh Gawande · 7 years ago
  68. 02852a0 Update install script to use fixed version of ChronoSync by Ashlesh Gawande · 7 years ago
  69. ec08483 Update install script for ChronoSync Use specific commits of ndn-cxx and NFD by Ashlesh Gawande · 8 years ago
  70. 708fcca Create faces in NFD for each neighbor of NLSR by Ashlesh Gawande · 8 years ago
  71. 59f8624 Fix key does not exist error by Ashlesh Gawande · 8 years ago
  72. da475f0 docs: Prepare version 0.3.0 release notes by Ashlesh Gawande · 8 years ago v0.3.0
  73. f6a610b No need to store host names, make network name a constant by Ashlesh Gawande · 8 years ago
  74. 95789cc update INSTALL.md, use mini-ndn name in CLI by Ashlesh Gawande · 8 years ago
  75. 5f47020 add new experiments for NLSR bot by Ashlesh Gawande · 8 years ago
  76. 3bed483 add missing cert installs and nlsr conf file update by Ashlesh Gawande · 8 years ago
  77. f5f304b modification to use cluster version by Ashlesh Gawande · 9 years ago
  78. 044611d use argparse instead of optparse by Ashlesh Gawande · 8 years ago
  79. f932a18 use nfdc instead of nfd-status by Ashlesh Gawande · 8 years ago
  80. e144ceb set different site name for each router by Ashlesh Gawande · 8 years ago
  81. 5518f71 Fix NLSR termination due to key does not exist error by Ashlesh Gawande · 8 years ago
  82. 0cccdb8 docs: Prepare version 0.2.0 release notes by Ashlesh Gawande · 8 years ago v0.2.0
  83. e626b63 docs: update docs by Ashlesh Gawande · 8 years ago
  84. 52e47e1 Do not update if minindn has already been installed before by Ashlesh Gawande · 8 years ago
  85. 3807c1b exit gracefully on control-c and non-convergence by Ashlesh Gawande · 8 years ago
  86. c09c16d ndn_application: init processId and fix nfd not being killed by Ashlesh Gawande · 8 years ago
  87. b07ada8 set best-route strategy correctly by Ashlesh Gawande · 8 years ago
  88. 5d5a566 Add automatic NLSR security configuration by Vince Lehman · 9 years ago
  89. 14aa596 Use nfd.conf by default instead of nfd.conf.sample by Yucheng Zhang · 9 years ago
  90. bf600a4 Add ProcessMonitor class by Vince Lehman · 9 years ago
  91. dd4c6b7 Launch NLSR with explicit configuration file by Yucheng Zhang · 9 years ago
  92. 008387d Update verification instructions by Yucheng Zhang · 9 years ago
  93. 68b0815 docs: Prepare version 0.1.1 release notes by Vince Lehman · 9 years ago v0.1.1
  94. 5fee776 Add MCN failure experiment by Ashlesh Gawande · 9 years ago
  95. d9c9e52 experiments: Allow pinging a percentage of nodes by Ashlesh Gawande · 9 years ago
  96. 0c5eb69 Remove debug statement from IP address assignment by Vince Lehman · 9 years ago
  97. d829bfc Add results directory option by Ashlesh Gawande · 9 years ago
  98. d96eed3 Add failNode and recoverNode methods to Experiment class by Vince Lehman · 9 years ago
  99. c64dcb8 Remove "FIB Entries" from NDN host options by Vince Lehman · 9 years ago
  100. fbd47c9 Add support for switches in GUI and configuration file by Vince Lehman · 9 years ago