-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Content Store not working (ndnSIM 2.8) #101
Comments
I do confirm the same problem with version 2.8! |
Anyone has solved this problem? |
I do confirm this same problem on ndnSIM 2.8. |
I do confirm this same problem on ndnSIM 2.8, is there any body who found a solution to this problem ? Thank you all in advance |
sadly not. I switched back to the branch ndnSIM-v2.5 to get it working again. |
Anyone has solved this problem? or how to switch back to ndnSIM-v2.7 or older? Thanks |
@salubinseid you can try to use my unofficial Docker image of ndnSIM without caring of the installation process for any recent version. |
Hi,As far as I remember I solved the problem by removing a comment left in one line in the cs tracer source code!Regards.
Sent from Yahoo Mail for iPhone
On Wednesday, November 3, 2021, 22:01, fam4r ***@***.***> wrote:
Anyone has solved this problem? or how to switch back to ndnSIM-v2.7 or older? Thanks
@salubinseid you can try to use my unofficial Docker image of ndnSIM without caring of the installation process of any version.
https://github.com/fam4r/docker-ndnsim
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Can you tell us which line is it? The CS tracer file hasn't been updated since 2015(and older versions where it works fine use the same one)
While cloning the repo add the 2.5 branch for example this way: Run waf configure and waf in the ns-3 folder after that |
Can you try if PR #111 fixes your problem? |
This solved my problem on v2.8, thanks a lot !
|
Oh! There some mistakes, the "CacheMisses" value is wrong. Ref: NFD Developer’s Guide (Latest Revision 11), section 1.3 |
I am sorry still got error with this solution when compiling message like below: In file included from ../src/ndnSIM/utils/tracers/ndn-cs-tracer.cpp:20: In file included from ./ns3/ndn-all.hpp:35, In file included from ./ns3/ndn-all.hpp:35, In file included from ./ns3/ndn-all.hpp:35, In file included from ./ns3/ndn-all.hpp:35, In file included from ./ns3/ndn-all.hpp:35, In file included from ./ns3/ndn-all.hpp:35, In file included from ./ns3/ndn-all.hpp:35, |
Do anyone know how to fix this or is it not solvable easily? |
Hi,
it seems that Content Store is not caching Data Packets in ndnSIM 2.8.
I ran two simulation based on the same scenario (
ndn-tree-cs-tracers.cpp
) in ndnSIM 2.7 (from ndnsim.net) and ndnSIM 2.8 (from ndnsim.net). As stated on the website, ndnSIM 2.7 uses the old content store structure, which it works (see later for logs and tracer file).The topology used is
topo-tree.txt
(source).Scenarios were placed in two different folder templates based on the provided scenario template.
I used in both versions the
debug
mode to be able to inspect logs along together thendn::CsTracer
output file.ndnSIM 2.7 results:
ndnSIM 2.8 results:
3
(but this happens for all the consumers for the whole simulation) is now 2 and not 1 as for ndnSIM 2.7 logsPackets
is set at 0 for the entire file.I assume that Content Store is not properly working in ndnSIM 2.8. I don't know how to deeply investigate for the problem.
Installation info:
ndnSIM-2.8
tagThanks
The text was updated successfully, but these errors were encountered: