LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 01-31-2013, 04:25 AM   #46
maryam.pk
LQ Newbie
 
Registered: Nov 2012
Location: malaysia
Posts: 24

Rep: Reputation: Disabled
[QUOTE=knudfl;4879923]# 44 Please provide a link to the packages that you installed. ---- Validat


Hello

do you know which compiler(gcc) is required for installing Aquasim on ubuntu12.10?

because gcc4.7.2 is installed on my ubuntu!!!!!! is it necessary to install other gcc compiler?
 
Old 01-31-2013, 06:26 AM   #47
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,520

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
# 46

Your other posts say that you already have an aquasim install on 12.10.
( But with a poor validate result.)
You also state that gcc / g++ version 4.3 was used for the build.


Installing all the default gcc/g++ for Ubuntu 12.10 :
$ sudo apt-get install g++-4.4 g++-4.5 g++-4.6 g++-4.7

The compilers I use on 12.10 for all ns-2.26 .... 2.34 are :
gcc41-compat*1210 https://docs.google.com/file/d/0B7S2...FQY2VJbjA/edit
g++41-compat https://docs.google.com/file/d/0B7S2...jN2M2MGU4/edit
Can be installed with :
sudo dpkg -i gcc41-compat-4.1.2-ubuntu1210_i386.deb g++41-compat-4.1.2_i386.deb
... Then reboot, and the new compiler can be used.

Using : cd ns-allinone-2.30/ && export CC=gcc41 CXX=g++41 && ./install
.. But you will still have the same poor validate result.

The only way to improve is to use an "ns-aqua" executable from Ubuntu 10.10 :
You'll get that with $ sudo dpkg -i aquasim-ns-2.30-ubuntu10_i386.deb
It's a standalone ns. No dependencies required. No complete ns-allinone-2.xx
is required. ( ns-2.30/tcl//** is required for some simulations.)
See post # 45.

-

Last edited by knudfl; 01-31-2013 at 10:33 AM.
 
1 members found this post helpful.
Old 02-02-2013, 09:43 AM   #48
maryam.pk
LQ Newbie
 
Registered: Nov 2012
Location: malaysia
Posts: 24

Rep: Reputation: Disabled
# 47

Hello and best regards

I did all the steps that you mentioned in the last post but the final validate results were same(some tests have faile(same tests)) then I skip these failing test and try to run some exmples like VBF but I can not see the nam results!!!!!!!!!!! can you help me to solve this step too?
 
Old 02-02-2013, 10:48 AM   #49
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,520

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
# 48 : If you want an ns executable with a better validate result :
Install "aquasim-ns-2.30-ubuntu10_i386.deb". See post # 45.

Also ref. # 45 :
The examples with a usable "<out>.nam" are 1) 'hop_by_hop_VBF_example.tcl' :
→ → $ nam hop_hop_vbf.nam ( Ref. post # 45 ).

2) 'ns(-aqua) vbva_example.tcl' creates "vbva_example.nam".
→ → $ nam vbva_example.nam

May be you can write ( or rewrite ) a VBA example with a good nam simulation ?

-
 
Old 02-11-2013, 08:16 AM   #50
maryam.pk
LQ Newbie
 
Registered: Nov 2012
Location: malaysia
Posts: 24

Rep: Reputation: Disabled
Dear knudfl

i try to install aqua3d but i see this error(undefined refrences) when i enter make command in terminal:


Parser.cpp.text+0x16fb): undefined reference to `wxLogMessage(wchar_t const*, ...)'
Parser.o: In function `Parser::loadEarlyEvents(bool, bool)':
Parser.cpp.text+0x1993): undefined reference to `wxLogVerbose(wchar_t const*, ...)'
Parser.cpp.text+0x19b8): undefined reference to `wxLogVerbose(wchar_t const*, ...)'
Parser.cpp.text+0x1d9c): undefined reference to `wxLogError(wchar_t const*, ...)'
collect2: error: ld returned 1 exit status
make: *** [aqua3d] Error 1


can you help me?
Regards
 
Old 02-11-2013, 10:09 AM   #51
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,520

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
# 50 : Aqua3d-src-1.0.0 : Some old code, g++ version 4.7* won't do.

sudo apt-get install g++-4.4

.. And then use the attached Makefile, which is edited to g++-4.4 .
( 29 lines edited to g++-4.4 ).

$ make clean && make
-
Attached Files
File Type: txt _aqua3d_g++-4.4__Makefile.txt (5.7 KB, 158 views)
 
1 members found this post helpful.
Old 04-22-2013, 01:42 AM   #52
maryam.pk
LQ Newbie
 
Registered: Nov 2012
Location: malaysia
Posts: 24

Rep: Reputation: Disabled
dear uwsn2012

do you use Aquasim to modify a routing protocol?
because I need some help to modify a routing protocol in underwater and I do not know how to start?
best regards
 
Old 05-19-2013, 08:57 PM   #53
lilong_guet
LQ Newbie
 
Registered: May 2013
Posts: 5

Rep: Reputation: Disabled
Hi,
Recently, I want to use Aqua-3d and Aqua-Sim for my thesis.
I installed Aqua-Sim succesfully but, could not find Aqua-3d packages to download anywhere. Can you help me with this?
By the way, wiki pages are not available.Thank you for your patience and cooperation.I look forward to hearing from you.
My E-mail:welcomerain@126.com

Thanks again.
 
1 members found this post helpful.
Old 05-20-2013, 03:38 AM   #54
maryam.pk
LQ Newbie
 
Registered: Nov 2012
Location: malaysia
Posts: 24

Rep: Reputation: Disabled
You can download Aqua-3d on this website :
http://obinet.engr.uconn.edu/wiki/index.php/Aqua-3D
Good luck
 
1 members found this post helpful.
Old 05-20-2013, 03:50 AM   #55
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,520

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
The link for Aqua-3d at http://obinet.engr.uconn.edu/wiki/index.php/Aqua-3D
.. is currently / sometimes down.

New download link https://docs.google.com/file/d/0B7S2...it?usp=sharing
 
Old 06-09-2013, 07:53 AM   #56
maryam.pk
LQ Newbie
 
Registered: Nov 2012
Location: malaysia
Posts: 24

Rep: Reputation: Disabled
dear knudfl

If I want to add a new field to my packet header where should I add this field and how can I access to this field in my routing agent (for example how can I update this new field)?

tank you

Last edited by maryam.pk; 06-09-2013 at 07:54 AM.
 
Old 06-09-2013, 10:20 AM   #57
maryam.pk
LQ Newbie
 
Registered: Nov 2012
Location: malaysia
Posts: 24

Rep: Reputation: Disabled
hello

how can I extend existing headers with additional fields in ns?
 
Old 07-16-2013, 01:58 AM   #58
hemamahe
Member
 
Registered: Jul 2013
Location: india
Posts: 45

Rep: Reputation: Disabled
Hai friends...i am going to do a project on underwater sensor networks area...using aqua-sim...can anyone tell me...linux version needed for aquasim...and it must to install..ns2..before aqusim..installation...i am in a starting stage..i dont know about aquasim and ns2..pls tell me friends..
 
Old 07-16-2013, 03:50 AM   #59
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,520

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Post # 58, @hemamahe : Welcome to LQ.

Very simple : Use the "Aqua-Sim__allinone-1.0" package
http://obinet.engr.uconn.edu/wiki/index.php/Aqua-Sim
> Aqua-Sim Download > Aqua-Sim-1.0 Release >>>
> http://ubinet.engr.uconn.edu/aqua_pa...ua-Sim-1.0.tgz
Aqua-Sim-1.0.tgz : That's ns-allinone-2.30 patched with aquasim.

There is a build example in the above post #47.

Any questions ?
Then please specify your OS : 1) $ cat /etc/*release* <Enter>
2) uname -m <Enter>

P.S. : You can have as many versions of ns-allinone-2.xx as you want,
installed at the same time. But do not add any path text to .bashrc.

-
 
1 members found this post helpful.
Old 07-17-2013, 11:18 AM   #60
hemamahe
Member
 
Registered: Jul 2013
Location: india
Posts: 45

Rep: Reputation: Disabled
hai..everybody....i want to install aquasim and aquasim-3d...its enough to install aquasim 3d...package...or to install aquasim before aquasim-3d...installation and then i plan to install fedora 14 os....Is anyother advance os is well suited for aqua-3d..?please give some suggestions..........
 
  


Reply

Tags
aquasim, g++41-compat-1210, ns2


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Make Ubuntu Linux work as a wireless router--wireless Internet sharing erossmith Linux - General 6 04-21-2013 09:59 PM
Cannot get wireless to work on Toshiba Satellite L350-170 (Wireless card: RTL8187B) anon095 Linux - Laptop and Netbook 5 01-07-2009 06:33 PM
Wireless (Intel PRO/Wireless 2200BG) network problems using FC5 kernel 2.6.17 TempleOwl1999 Linux - Laptop and Netbook 14 08-26-2006 02:57 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 02:50 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration