vamsiDT / DeNS

DeNS: Deterministic Networks Simulator
34 stars 8 forks source link

Can I use DeNS Simulator with the latest OMNeT++? #2

Open Alilalily opened 2 years ago

Alilalily commented 2 years ago

Hi, thanks for your sharing. Can I use DeNS Simulator with the latest OMNeT++? ps : The latest version of OMNeT++ is OMNeT++ 6.0.1

Alilalily commented 2 years ago

It's me again! I followed your readme.md file to download all files, but there are a lot of error in 'DeNS' inet nesting projects. These errors in DeNS project mainly are NED Consistency Problem, and some C/C++ problem in all of project. The another question is when I gitclone nesting, I just found the commit version 2cbd94655f8cc63816b96e31732b8dcf99511378 is not exist! I’m attaching the error prtscrn picture for your reference. Thank you in advance. Best regards image

YUANCHUANYING commented 2 years ago

It's me again! I followed your readme.md file to download all files, but there are a lot of error in 'DeNS' inet nesting projects. These errors in DeNS project mainly are NED Consistency Problem, and some C/C++ problem in all of project. The another question is when I gitclone nesting, I just found the commit version 2cbd94655f8cc63816b96e31732b8dcf99511378 is not exist! I’m attaching the error prtscrn picture for your reference. Thank you in advance. Best regards image

hello,have you figured it out? Now I'm using Omnet++6.0.1,and I met the same situtation,i would appreciate it if you could help me

Alilalily commented 2 years ago

It's me again! I followed your readme.md file to download all files, but there are a lot of error in 'DeNS' inet nesting projects. These errors in DeNS project mainly are NED Consistency Problem, and some C/C++ problem in all of project. The another question is when I gitclone nesting, I just found the commit version 2cbd94655f8cc63816b96e31732b8dcf99511378 is not exist! I’m attaching the error prtscrn picture for your reference. Thank you in advance. Best regards image

hello,have you figured it out? Now I'm using Omnet++6.0.1,and I met the same situtation,i would appreciate it if you could help me

Sorry, I haven't figured it out. This problem seems accused by the version of the nesting project. I just can't find the right version of it. But I will appreciate it if you could inform me of any progress.

vamsiDT commented 2 years ago

Hi @Alilalily and @YUANCHUANYING, apologies for the late response. Unfortunately, we are not actively working on this project anymore.

Have you tried the following to get the right version of nesting? git checkout must be done from the nesting folder after cd nesting. Let me know if you still face issues.

$ git clone https://gitlab.com/ipvs/nesting.git
$ cd nesting
$ git checkout 2cbd94655f8cc63816b96e31732b8dcf99511378
Alilalily commented 1 year ago

Hi @Alilalily and @YUANCHUANYING, apologies for the late response. Unfortunately, we are not actively working on this project anymore.

Have you tried the following to get the right version of nesting? git checkout must be done from the nesting folder after cd nesting. Let me know if you still face issues.

$ git clone https://gitlab.com/ipvs/nesting.git
$ cd nesting
$ git checkout 2cbd94655f8cc63816b96e31732b8dcf99511378

Thank you very much for your response. After following your instructions, I encountered an error when building the project in inet by right-clicking and selecting "build project". The error message is shown in the screenshot. From the screenshot, it appears that the versions of OMNet++ and inet are consistent with the ones you provided. Have you ever encountered similar issues before? image it seems like the class ’‘’cQueue‘’‘ has 3 methods, but the code doesn't specific one,the same error happened in '''Ieee80211Queue.cc''' image