Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndnSIM
/
17be058a807e09bcbf93a7948b906be6c2d25d55
/
wscript
f6d3285
Upgrade the underlying NFD and ndn-cxx to version 0.6.0
by Spyridon Mastorakis
· 7 years ago
b0b2241
all: Fixing compatibility with NFD 0.5 and ndn-cxx 0.5
by Spyridon Mastorakis
· 8 years ago
50ea1a3
apps+examples: Adjust Face creation and Face operations for NFD 0.4+ model
by Alexander Afanasyev
· 8 years ago
c018a56
model+apps: Replace AppFace with AppFaceModel and relevant changes in ndn::App
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
9101873
model: Change NetDeviceFace into NetDeviceLinkService to match NFD 0.4+ Face model
by Xuxiang Tian
· 8 years ago
325c253
NFD+ndn-cxx: Update version of submodules
by Alexander Afanasyev
· 8 years ago
8fde22b
model+NFD/rib: Enable full-featured RIB manager
by Spyridon Mastorakis
· 9 years ago
f542c0b
ndn-cxx+build+docs: Attaching ndn-cxx as a submodule
by Spyridon Mastorakis
· 9 years ago
a1d135b
NFD+ci+docs: Attaching NFD as a submodule
by Spyridon Mastorakis
· 9 years ago
a5587ca
tests: Add unit tests framework
by Yuanzhi Gao
· 10 years ago
fee51a0
build: Tweak default pkg-config search paths
by Alexander Afanasyev
· 10 years ago
43a3000
build: Correct the way dependencies are defined for ndnSIM module
by Alexander Afanasyev
· 10 years ago
ce308b6
build: Embed setting of PKG_CONFIG_PATH variable to commonly used values
by Alexander Afanasyev
· 10 years ago
15db772
ci: Add script to enable checks with Travis CI
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
b4bd4b7
tests: Simple test to measure the number of interests that the current ndnSIM version can handle.
by Spyridon Mastorakis
· 10 years ago
db8280f
examples: Modifying examples to work with the new codebase
by Spyridon Mastorakis
· 10 years ago
dca091a
utils: Fix compilation of topology readers
by Alexander Afanasyev
· 10 years ago
da904f2
utils: Fixes compilation of tracers
by Spyridon Mastorakis
· 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
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
82d5ffe
model: Enabling face operations based on NFD's face
by Alexander Afanasyev
· 10 years ago
1f1cd5e
model: Fix original Contest Store to compile in new environment
by Spyridon Mastorakis
· 10 years ago
e4f0d3c
model: Removing more legacy code and make code to compile
by Spyridon Mastorakis
· 10 years ago
60c0462
build: Updated build scripts
by Alexander Afanasyev
· 10 years ago
db31e7c
build: Fixes and disabling PyNDN unless specifically requested
by Alexander Afanasyev
· 10 years ago
adcff3d
build: Honor "--disable-python" and disable PyNDN "compilation"/installation
by Alexander Afanasyev
· 11 years ago
0d584e3
examples: Adding an extremely basic WiFi-based ndnSIM scenario
by Alexander Afanasyev
· 11 years ago
9ab7d67
docs: Documentation update and returning requirement of boost 1.48
by Alexander Afanasyev
· 11 years ago
3fe94dc
utils/tracers: Modifying (simplifying) interface for ndnSIM tracers
by Alexander Afanasyev
· 11 years ago
b4921ec
PyNDN: adding option to install PyNDN to a custom location
by Alexander Afanasyev
· 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
f4e2452
plugins/ip-faces: ip-faces plugin, which implements ndn::TcpFace
by Alexander Afanasyev
· 11 years ago
c141ec0
build: Fixing build problem with python bindings enabled, but visualizer disabled
by Alexander Afanasyev
· 11 years ago
0fb80b9
helper+docs+examples: New helper to simplify link failing
by Alexander Afanasyev
· 11 years ago
7992ab6
PyNDN: Small change and installing API
by Alexander Afanasyev
· 11 years ago
76b1157
PyNDN: Initial changes of PyNDN emulation in ndnSIM
by Alexander Afanasyev
· 11 years ago
f23a7b6
model: A couple of tricks and fixes in NDN.cxx, so it will play nice with python bindings
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
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
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
858d531
bindings: Rescan of python bindings
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
cd38c84
build: fixing bug with detection of installed boost libraries
by Alexander Afanasyev
· 12 years ago
b66a89b
build: allowing compilation with boost 1.46; removing requirement of boost-iostream library, requiring boost-graph library
by Alexander Afanasyev
· 12 years ago
1a62e61
build: no longer require fake `ns3' directory in NS-3's root folder
by Alexander Afanasyev
· 12 years ago
152660b
build: Update wscript for waf-1.7.x
by Alexander Afanasyev
· 12 years ago
d9a7f19
Issue #25 Replacing usage of TCP RTT estimator with a customized version
by Alexander Afanasyev
· 12 years ago
32c0756
model: Renaming ndn::NameComponents to simply ndn::Name
by Alexander Afanasyev
· 12 years ago
957a84a
plugins+tools: Adding experimental RocketfuelMapReader and tool to convert topology from .cch format into annotated topology format
by Alexander Afanasyev
· 12 years ago
5931480
tracers+docs: Correcting compilation and installation of trace helpers
by Alexander Afanasyev
· 12 years ago
7d8127a
build: Automatically adding 'mobility' dependency if topology plugin is enabled
by Alexander Afanasyev
· 12 years ago
1bfce32
build: Check minimum boost libraries version (1.48)
by Alexander Afanasyev
· 12 years ago
e8dab50
general: Topology plugin is now compiled by default
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
f5c0774
limits: Introducing modularity for Interest limits
by Alexander Afanasyev
· 12 years ago
a65ab32
build scripts: installing all ndnSIM header files under <ns3-include-path>/ndnSIM/ preserving folder hierarchy
by Alexander Afanasyev
· 12 years ago
ed449cc
Checkpoint
by Alexander Afanasyev
· 12 years ago
1a2df6a
Small reorganization of utils/ folder contents
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
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
e3d126f
Start of serious reorganization
by Alexander Afanasyev
· 12 years ago
5662b36
python: rescanned bindings
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
78057c3
Separating interface and implementation of FIB. Right now everything is
by Alexander Afanasyev
· 12 years ago
9a98970
Implementing new cache replacement strategies: Random and FIFO
by Alexander Afanasyev
· 12 years ago
4a3b2be
Add dynamic dependency to 'mobile' if ndn plugin with the same name is enabled
by Alexander Afanasyev
· 12 years ago
4a4ea60
Renaming CcnxLocalFace to CcnxAppFace
by Alexander Afanasyev
· 12 years ago
57bcbc3
Renaming module to ndnSIM
by Alexander Afanasyev
· 12 years ago
ac46d45
Adding --enable-ndn-plugins option to waf
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
7f3e49e
For duplicate interests keep incoming face !!! Need more thinking
by Alexander Afanasyev
· 13 years ago
161a5c4
Small file reorganization (moving CCNx-unrelated stuff out of model/)
by Alexander Afanasyev
· 13 years ago
a5abcd9
BGL implementation for ccnx global routing seems to work. Need more debugging
by Alexander Afanasyev
· 13 years ago
f04d451
Adding a simple tutorial example
by Alexander Afanasyev
· 13 years ago
34a177c
Merge remote-tracking branch 'git.irl/car2car'
by Alexander Afanasyev
· 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
6c67838
Finalizing LinkFailure scenario
by Alexander Afanasyev
· 13 years ago
17acc11
Removing hijacker app. Hijacking is implemented now by changing face states
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
1067197
Merge remote-tracking branch 'git.irl/ilya'
by Alexander Afanasyev
· 13 years ago
2063c88
link failure and blackhole scenarios seem to work
by Ilya Moiseenko
· 13 years ago
e4c2ece
Tracing window size in CcnxConsumerWindow
by Alexander Afanasyev
· 13 years ago
Next »