Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndnSIM
/
58ef8613aea3a03ce7895f7a92438a45411166bf
/
helper
58ef861
helpers: Update face metric based on simulated p2p link delay
by Chavoosh Ghasemi
· 6 years ago
5f5c992
apps: Enable congestion marking by default
by schneiderklaus
· 6 years ago
f6d3285
Upgrade the underlying NFD and ndn-cxx to version 0.6.0
by Spyridon Mastorakis
· 7 years ago
532990d
helper: Introduce helper to manage NetworkRegionTable
by Mohammad Sabet
· 8 years ago
5ea3322
model+helper+tests: Create an ndnSIM-specific transport for the NFD face system
by Spyridon Mastorakis
· 8 years ago
b0b2241
all: Fixing compatibility with NFD 0.5 and ndn-cxx 0.5
by Spyridon Mastorakis
· 8 years ago
34eed98
helper+model: Create helper to select the replacement policy of NFD's CS
by spirosmastorakis
· 8 years ago
a9d889b
helper: Show NetDevice address as LocalUri for NetDevice-based Faces
by Alexander Afanasyev
· 8 years ago
ca3c67e
helper+model: Fix helpers to work with NFD/ndn-cxx 0.4+
by Alexander Afanasyev
· 8 years ago
a91aab4
model+helper+ndn-cxx: Adjust ndn::L3Protocol and ndn::StackHelper for NFD 0.4+ model
by Alexander Afanasyev
· 8 years ago
b4102ce
utils+helper+tests: Fix an issue with RandomPolicy
by Alexander Afanasyev
· 8 years ago
0df15ba
examples+helper+model: Allowing to disable NFD managers
by spirosmastorakis
· 9 years ago
5dee361
docs: Documentation update, initial preparation for version 2.1 release
by Alexander Afanasyev
· 9 years ago
8fde22b
model+NFD/rib: Enable full-featured RIB manager
by Spyridon Mastorakis
· 9 years ago
f19fffb
helper: Adds a new helper to create applications
by Alexander Afanasyev
· 9 years ago
c3c7f04
NFD+model+apps+helper+tests: Upgrade NFD and related changes
by Alexander Afanasyev
· 9 years ago
241df87
helper+tests: API change and test case improvements of FaceContainer
by Alexander Afanasyev
· 9 years ago
823368d
tests: Refactor and extend FibHelper tests
by Alexander Afanasyev
· 9 years ago
c512dba
tests: Refactor and extend StrategyChoiceHelper tests
by Alexander Afanasyev
· 9 years ago
abc0d91
helper: ScenarioHelper to simplify writing basic simulation scenarios
by Alexander Afanasyev
· 9 years ago
24a849d
helper: Add remove route function in fib helper
by Yuanzhi Gao
· 9 years ago
da32591
ndn-link-control-helper: Fixing bug during link failure
by Spyridon Mastorakis
· 9 years ago
21226ae
ndn-stack-helper: Update method was added
by Spyridon Mastorakis
· 10 years ago
8a56e8d
helpers: Fix bug in ndn-global-routing-helper
by Christian Kreuzberger
· 10 years ago
df26b5a
utils+helper: Fix to compile against the latest version of ndn-cxx
by Alexander Afanasyev
· 10 years ago
8e60bcd
build: Fix compilation on Ubuntu platform and add work-around for ndn-cxx regression
by Alexander Afanasyev
· 10 years ago
460f57c
docs: Documentation update
by Spyridon Mastorakis
· 10 years ago
dde1e81
model+helper+examples: Enable configurability of NFD parameters using StackHelper
by Alexander Afanasyev
· 10 years ago
60a7b62
docs: Updating copyright notices in files
by Alexander Afanasyev
· 10 years ago
89046c1
apps+helper+utils: Fixes of consumer and producer apps to work with the new codebase
by Mickey Sweatt
· 10 years ago
de1f773
NFD: Keep both the CS of NFD and ndnSIM
by Spyridon Mastorakis
· 10 years ago
3f7dd87
helper: Redesigned link control helper
by Alexander Afanasyev
· 10 years ago
60f4b99
helper+model: GlobalRoutingHelper now interacts with NFD
by Spyridon Mastorakis
· 10 years ago
592fcba
helper: StrategyChoiceHelper
by Spyridon Mastorakis
· 10 years ago
588fd10
helper: FibHelper to handle all Fib operations
by Spyridon Mastorakis
· 10 years ago
9760bd0
model+helper: Converting L3Protocol and StackHelper to use NFD codebase
by Spyridon Mastorakis
· 10 years ago
86edf6f
utils: Enable use of the simulation time in NFD
by Spyridon Mastorakis
· 10 years ago
34e13f3
utils: Enable use of DummyKeychain to avoid crypto overhead
by Alexander Afanasyev
· 10 years ago
e4f0d3c
model: Removing more legacy code and make code to compile
by Spyridon Mastorakis
· 10 years ago
53e922f
ndnSIM-v2: Initial implementation
by Spyridon Mastorakis
· 10 years ago
be55cf6
src: Updating code style to conform (more or less) to ndn-cxx style
by Alexander Afanasyev
· 10 years ago
0c39537
build: Fixing of includes
by Alexander Afanasyev
· 10 years ago
76f8f65
src: Renaming files according to ndn-cxx naming convention
by Alexander Afanasyev
· 10 years ago
012760b
ndnSIM-v2: Removing old and legacy code
by Alexander Afanasyev
· 10 years ago
c837263
helper: Commenting out unused local variables in ndn::GlobalRoutingHelper
by Zongyi Zhao
· 11 years ago
16d252a
helper: ndn::GlobalRoutingHelper extension
by Alexander Afanasyev
· 11 years ago
1914d49
Fix route calculation for shared channel
by José Quevedo
· 11 years ago
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
772f51b
src: Global renaming ContentObject -> Data
by Alexander Afanasyev
· 11 years ago
52a09bd
helper: Fixing bug with ndn::GlobalRoutingHelper
by Alexander Afanasyev
· 11 years ago
7920651
docs: Update documentation and Doxygen documentation generation
by Alexander Afanasyev
· 11 years ago
3898e1b
build: Adding tricks to suppress unwanted warnings from clang (originated from boost)
by Alexander Afanasyev
· 11 years ago
0fb80b9
helper+docs+examples: New helper to simplify link failing
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
faa01f9
model: Another set of refactoring/renaming to make code compile (not tested yet)
by Alexander Afanasyev
· 11 years ago
2a269f7
helper: Extending customization of Face creating in ndn::StackHelper
by Alexander Afanasyev
· 11 years ago
73f06f6
all: Adding typedefs near forward declarations of Interest/ContentObject/Name
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
07e97d6
helper: Fixing unused variable warning
by Alexander Afanasyev
· 12 years ago
v0.2.6
f484fb9
helper: New experimental CalculateAllPossibleRoutes method in ndn::GlobalRoutingHelper
by Alexander Afanasyev
· 12 years ago
c17e4bd
helper: Fixing a recently introduced bug related to the per-face Interest limits
by Alexander Afanasyev
· 12 years ago
v0.2.5
122f378
helper: Experimental extension of ndn::StackHelper to enable customization of NetDeviceFace (e.g., creating of custom faces based on different NetDevice's)
by Alexander Afanasyev
· 12 years ago
c45c4d6
helper: Extending ndn::HeaderHelper with a call to obtain ndn::Name from the raw packet
by Alexander Afanasyev
· 12 years ago
4916586
helper+utils: Small extension of global routing helper and restoring several IP-based metric collectors, including Ipv4RateL3Tracer
by Alexander Afanasyev
· 12 years ago
v0.2
b2a11fe
model: Multiple uses of boost-graph-ndn-global-routing-helper.h caused compilation failures due to not properly inlined functions
by Alexander Afanasyev
· 12 years ago
9c0794a
docs: Adding reference to ndnSIM mailing list
by Alexander Afanasyev
· 12 years ago
6b0c88f
model+helper: Adding new variable (realDelay) which is currently set by the global routing controller.
by Alexander Afanasyev
· 12 years ago
7353251
helper: adding small debug info
by Alexander Afanasyev
· 12 years ago
adcccf4
model: Implementing two more events for forwarding strategy: DidAddFibEntry and WillRemoveFibEntry
by Alexander Afanasyev
· 12 years ago
fd25826
helper: Extending manual route creating in ndn::StackHelper
by Alexander Afanasyev
· 12 years ago
5bcdc99
Small corrections
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
5d79e68
model: Initial attempt to optimize Interest/Data encoding/decoding via a custom packet format
by Alexander Afanasyev
· 12 years ago
a8f5d88
limits: Adding ability for GlobalRoutingController to set precise BDP prefix limits using knowledge of RTT for destination
by Alexander Afanasyev
· 12 years ago
6f95e70
limits: one more update and small interface changes
by Alexander Afanasyev
· 12 years ago
f5c0774
limits: Introducing modularity for Interest limits
by Alexander Afanasyev
· 12 years ago
0ffa716
One more checkpoint. Now the code seems to work in a basic scenario
by Alexander Afanasyev
· 12 years ago
6a3bb13
ForwardingStrategy removes PIT if interest wasn't propagated. Updated
by Alexander Afanasyev
· 12 years ago
ea9b3e6
Implementing base support for TCP-style window-based limiting on per-FIB-prefix and per-face granularity
by Alexander Afanasyev
· 12 years ago
f986cde
Removing support for LeakyBucket per-face limit
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
89e02c4
Enable basic support for MPI in CcnxAppHelper
by Alexander Afanasyev
· 12 years ago
8bedcaf
Adding one more helper to manually create routes on nodes
by Alexander Afanasyev
· 12 years ago
996b487
Serious refactoring. Making forwarding strategy really modular
by Alexander Afanasyev
· 12 years ago
e3d126f
Start of serious reorganization
by Alexander Afanasyev
· 12 years ago
11f7bb4
First step in reimplementing CcnxPit. Everything is broken as of right now
by Alexander Afanasyev
· 12 years ago
95a4fa3
Fighting off python bindings and repairing ccnx_fib visualizer plugin
by Alexander Afanasyev
· 12 years ago
44bb6ea
New implementation of FIB seems to be working now
by Alexander Afanasyev
· 12 years ago
3a4a0b3
Changing internals. PIT, FIB, CS, and ForwardingStrategy now are aggregated onto the node
by Alexander Afanasyev
· 12 years ago
39485d8
Adding Hit/Miss trace source
by Alexander Afanasyev
· 12 years ago
d9fecdd
Modularize ContentStore
by Alexander Afanasyev
· 12 years ago
b4fee8b
Adding more doxygen documentation
by Alexander Afanasyev
· 12 years ago
8c5046a
Adding support of more fields in ContentObject
by Alexander Afanasyev
· 12 years ago
6315ef7
Updating documentation
by Alexander Afanasyev
· 12 years ago
57bcbc3
Renaming module to ndnSIM
by Alexander Afanasyev
· 12 years ago
463fe22
Correcting default route (regression)
by Alexander Afanasyev
· 12 years ago
a391830
Moving forgotten ccnx-trace-helper.h file to a new right place
by Alexander Afanasyev
· 12 years ago
c1e33eb
Moving helper components to the plugins/ folder. Disabling compilation of these components
by Alexander Afanasyev
· 12 years ago
Next »