LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   hii every one .. (https://www.linuxquestions.org/questions/linux-newbie-8/hii-every-one-4175605223/)

nadawy 05-04-2017 03:27 AM

hii every one ..
 
iam trying to improve AODV routing protocol by adding speed and direction of each node in RREQ new fields in aodv.cc file and check which of neighbors node in the same direction and appropriate speed i will chose these nodes to receive RREQ message and i dont know this language to programing on it ..using NS2-35 and ubuntu12.04 .. can anyone solve my problem

Keruskerfuerst 05-04-2017 05:29 AM

You should use a more recent version of Ubuntu, like 16.04 LTS.

Habitual 05-04-2017 05:50 AM

Welcome to LQ!

12.04 is End Of Life.

in a terminal >
Code:

sudo do-release-upgrade -c
to "check" for upgrade candidacy.
If good, run
Code:

sudo do-release-upgrade
and follow the prompts.

file.conf "conflicts"? I usually keep what I have (is default too I believe)

and the only package I had trouble with was some perl library or something being rolled into the main perl package, so I had to
Code:

sudo apt-get install libperl5.18
after the Upgrade.

nadawy 05-04-2017 06:16 AM

Quote:

Originally Posted by Keruskerfuerst (Post 5706023)
You should use a more recent version of Ubuntu, like 16.04 LTS.


thats right but the supervisor put condition to be ubuntu12.04 to work with sumo and move simulators

nadawy 05-04-2017 06:19 AM

Quote:

Originally Posted by Keruskerfuerst (Post 5706023)
You should use a more recent version of Ubuntu, like 16.04 LTS.

Quote:

Originally Posted by Habitual (Post 5706027)
Welcome to LQ!

12.04 is End Of Life.

in a terminal >
Code:

sudo do-release-upgrade -c
to "check" for upgrade candidacy.
If good, run
Code:

sudo do-release-upgrade
and follow the prompts.

file.conf "conflicts"? I usually keep what I have (is default too I believe)

and the only package I had trouble with was some perl library or something being rolled into the main perl package, so I had to
Code:

sudo apt-get install libperl5.18
after the Upgrade.



thanks very much .. can i do improvement on AODV in 12.04 or not???

Habitual 05-04-2017 07:49 AM

Quote:

Originally Posted by nadawy (Post 5706040)
thanks very much

You're welcome.
and I don't know.

Have a great day!

knudfl 05-04-2017 09:21 AM

@nadawy :

Ubuntu 12.04 is OK with the most ns2 changes / modifications / additional protocols.

Please use Google to look for solutions :
https://www.google.com/webhp?hl=all&...e+in+RREQ+aodv


-

nadawy 05-04-2017 11:31 AM

Quote:

Originally Posted by knudfl (Post 5706121)
@nadawy :

Ubuntu 12.04 is OK with the most ns2 changes / modifications / additional protocols.

Please use Google to look for solutions :
https://www.google.com/webhp?hl=all&...e+in+RREQ+aodv


-

beautiful idea browse title .. thanks very much


All times are GMT -5. The time now is 01:51 AM.