Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndnSIM
/
455e441c99f00042e8a15739f06e0a2656c235e2
/
wscript
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
e1a065d
Removing legacy examples. Moving test application to `test' folder
by Alexander Afanasyev
· 13 years ago
f9d8fbe
Combining NDN and TCP scenarios in congestion-pop.cc (to make sure
by Alexander Afanasyev
· 13 years ago
10db8f4
Temporarily comment out broken scenario
by Alexander Afanasyev
· 13 years ago
98a7cfc
Merge remote-tracking branch 'git.irl/master'
by Ilya Moiseenko
· 13 years ago
1a3164d
forgot wscript
by Ilya Moiseenko
· 13 years ago
c4f8828
Correcting GlobalRouting lookups. Adding Ipv4SeqsAppTracer
by Alexander Afanasyev
· 13 years ago
36d5c2a
Temp commit
by Alexander Afanasyev
· 13 years ago
1d2642a
Congestion for Sprint-POP scenario (half-working)
by Alexander Afanasyev
· 13 years ago
b3e4b85
Separating ccnx-tracers into separate files.
by Alexander Afanasyev
· 13 years ago
4975f73
Slight API change. Now there is only one CcnxAppHelper that can create all CcnxApps
by Alexander Afanasyev
· 13 years ago
6f5e8fa
Synthetic topology
by Ilya Moiseenko
· 13 years ago
cbe92ae
All CCNx faces are now available through FaceList object attribute
by Alexander Afanasyev
· 13 years ago
f9f4eb0
Resolve compilation issues (more accurate with headers)
by Alexander Afanasyev
· 13 years ago
0782718
Correcting python bindings (+ rescan)
by Alexander Afanasyev
· 13 years ago
09374c0
Merge remote-tracking branch 'git.irl/Ilya'
by Alexander Afanasyev
· 13 years ago
58d2667
Abilene and sprint topologies
by Ilya Moiseenko
· 13 years ago
c39f0b4
Finalizing interest limits. Now everything seem to work.
by Alexander Afanasyev
· 13 years ago
9d313d4
Add NACK processing
by Alexander Afanasyev
· 13 years ago
233f197
Temporary commit
by Alexander Afanasyev
· 13 years ago
3bea370
Make NDNabstraction depending on 'visualizer' when python bindings are
by Alexander Afanasyev
· 13 years ago
a4e3f85
Merge remote-tracking branch 'git.irl/Ilya'
by Alexander Afanasyev
· 13 years ago
00b3048
pit fib small corrections
by Ilya Moiseenko
· 13 years ago
9de011f
Adding forgotten import to wscript
by Alexander Afanasyev
· 13 years ago
c926604
Ccnx-grid example
by Ilya Moiseenko
· 13 years ago
5b43386
Adding non-working example
by Alexander Afanasyev
· 13 years ago
4ac503d
Enable ccnx-test example
by Alexander Afanasyev
· 13 years ago
3b93629
Update wscript to reflect version update of ./waf
by Alexander Afanasyev
· 13 years ago
3cc8efe
fix of wscript. Alex, stop breaking it! :) Visualizer still doesn't work
by Ilya Moiseenko
· 13 years ago
8b37905
Checkpoint. Reorganizing ccnb parsing into many small files.
by Alexander Afanasyev
· 13 years ago
0ab833e
Solving compilation problems, adding more comments. Modified ccnx-test example
by Alexander Afanasyev
· 13 years ago
b919a3a
Merge remote-tracking branch 'git.irl/master'
by Alexander Afanasyev
· 13 years ago
1eff17d
Annotated topology reader added and external dependencies to modules 'topology-reader', 'visualiziation' added to wscript
by Ilya Moiseenko
· 13 years ago
2a5df20
Finalizing packet serialization. Set boost requirement (module will not be compiled without boost)
by Alexander Afanasyev
· 13 years ago
c74a602
First steps in CCNx packet coding. ccnx_encode* routines rewritten in NS3 style (using NS3::Buffer)
by Alexander Afanasyev
· 13 years ago
45b92d4
More progress on CCNx stack. Now we have helpers. Everything compiles, but not yet working
by Alexander Afanasyev
· 13 years ago
2536e20
Moving apps back to apps/ folder. Finally worked out the problem with headers
by Alexander Afanasyev
· 13 years ago
8a677dd
Initial routines for ContentObjectHeader. Another round of moving files around
by Alexander Afanasyev
· 13 years ago
c166cd3
python binding bug is fixed
by Ilya Moiseenko
· 13 years ago
8c7784a
Rename ccn/*.c to ccn/*.cc
by Alexander Afanasyev
· 13 years ago
3a6ea5c
New InterestHeader implementation (with a fake serialization for now)
by Alexander Afanasyev
· 13 years ago
02fb706
autogenerated bindings and prototype of traffic sink
by Ilya Moiseenko
· 13 years ago
404c079
Compiles, but almost everything is commented out.
by Alexander Afanasyev
· 13 years ago
43e7025
Small source movements (ccn_* to ccn/). Small change of NameBuilder implementation
by Alexander Afanasyev
· 13 years ago
b085f74
Merge remote-tracking branch 'git.irl/master'
by Alexander Afanasyev
· 13 years ago
6b997c5
Adding emacs header-lines and copyright notices
by Alexander Afanasyev
· 13 years ago
42b4924
simple Interest Generator was added
by Ilya Moiseenko
· 13 years ago
1f60383
NameBuilder for more convenient CCNx name construction
by Ilya Moiseenko
· 13 years ago
08a98a4
InterestPacket, ContentPacket, Face classes added
by Ilya Moiseenko
· 13 years ago
54a6bba
settings for external dependency to OpenSSL
by Ilya Moiseenko
· 13 years ago
1762af7
Module template now builds into ns-3
by Ilya Moiseenko
· 13 years ago