[ns] Error installation NS2.31

2011-10-09 Thread carolina2


Hi friends,

I want to install ns2.31 on ubuntu 7.10 but I get error during installation:

1) impossible to find -dev packe (libxt-dev, libsm-dev, libice-dev,
libxmu-dev)
2) when I tape ./install I got:  tk8.4.14 make failed! existing

if anyone has an idea thank you for giving me a hand

Thank you in advance.
here is my adress mail: bouhejbaa_sas...@yahoo.fr

thank youuu
-- 
View this message in context: 
http://old.nabble.com/Error-installation-NS2.31-tp32617420p32617420.html
Sent from the ns-users mailing list archive at Nabble.com.



[ns] error in mesh.tcl

2011-10-09 Thread charanpreet singh

Hi everyone

I am getting this error when am running mesh.tcl from the wimax patch (
http://cng1.iet.unipi.it/wiki/index.php/Ns2mesh80216) with ns-2.33

(_o4 cmd line 1)
invoked from within
_o4 cmd run-identifier 1
invoked from within
catch $self cmd $args ret
invoked from within
if [catch $self cmd $args ret] {
set cls [$self info class]
global errorInfo
set savedInfo $errorInfo
error error when calling class $cls: $args $...
(procedure _o4 line 2)
(SplitObject unknown line 2)
invoked from within
$ns run-identifier $opt(run)
(procedure init line 9)
invoked from within
init
(file mesh.tcl line 306)

Does anyone knows a solution to this one.

Thanks and regards
Charanpreet


Re: [ns] Installation problem of allinone 2.29 on Kubuntu 8.04

2011-10-09 Thread hamzah.z


step by step on how to install ns-2.29 on linux ubuntu 8.04...

fist at all we need to make all the updests nesserary to this installation .

after system update we type these comands ..

1. Install the essential packages for NS2. Use the command below:

  # sudo apt-get install build-essential

  # sudo apt-get install tcl8.4 tcl8.4-dev tk8.4 tk8.4-dev

  # sduo apt-get install libxmu-dev libxmu-headers

in order to install the allinone packege to have these ..
packeges ..

ns-allinone-2.29.tar.gz

patches..

ns2292-gcc410.patch



now we patch the patch that are related with the ns-2.29 instalation 
ns2292-gcc410.patch

to patched it we run in the directory that have the ns-allinone-2.29 file
this comand 

patch -p0  ns2292-gcc410.patch

and after that we go to the ns-allinone-2.29/nam-1.11/agent.h and change
this lins line 73
to be like this double corner_x, double corner_y) const = 0;

after we do that we run ./configure in the same dieractory ..

and after that we go to the ns-allinone-2.29 directery using the cd comand .
and run 
./install 

 

it will work this time in the end we need to set the invirument by adding
this lines to the end of the bashrc file 

so we run this 

gedit ~/.bashrc 

we add this 

# LD_LIBRARY_PATH
OTCL_LIB=/home/mfouda/ns-allinone-2.29/otcl-1.11
NS2_LIB=/home/mfouda/ns-allinone-2.29/lib
X11_LIB=/usr/X11R6/lib
USR_LOCAL_LIB=/usr/local/lib
export
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$OTCL_LIB:$NS2_LIB:$X11_LIB:$USR_LOCAL_LIB

# TCL_LIBRARY
TCL_LIB=/home/mfouda/ns-allinone-2.29/tcl8.4.11/library
USR_LIB=/usr/lib
export TCL_LIBRARY=$TCL_LIB:$USR_LIB
# PATH
XGRAPH=/home/mfouda/ns-allinone-2.29/bin:/home/mfouda/ns-allinone-2.29/tcl8.4.11/unix:/home/mfouda/ns-allinone-2.29/tk8.4.11/unix
NS=/home/mfouda/ns-allinone-2.29/ns-2.29/

we change mfouda acording to are pc name ..   my pc named fear ..
for example i mad the ns-allinone-2.29 file in ns2 file in home directary so
i change to this 

# LD_LIBRARY_PATH
OTCL_LIB=/home/fear/ns2/ns-allinone-2.29/otcl-1.11
and so on for the rest ..

to make the changes take effect we run 

source ~/.bashrc

in the end it should be done 

Antonino La Torre wrote:
 
 
 Hi alll,
 i need to install the ns-allinone-2.29 on my kubuntu 8.04
 to run a bittorrent patch, but i have a problem when i compile ns2 whit
 ./install command.
 I post the error message:
 
 
 
 * Build tcl8.4.11
 
 loading cache ./config.cache
 checking whether to use symlinks for
 manpages... no
 checking whether to compress the
 manpages... no
 checking whether to add a package name
 suffix for the manpages... no
 checking for gcc... gcc
 checking whether the C compiler (gcc  )
 works... yes
 checking whether the C compiler (gcc  )
 is a cross-compiler... no
 checking whether we are using GNU C...
 yes
 checking whether gcc accepts -g... yes
 checking for building with threads...
 no (default)
 checking if the compiler understands
 -pipe... yes
 checking how to run the C
 preprocessor... gcc -pipe -E
 checking for sin... no
 checking for main in -lieee... yes
 checking for main in -linet... no
 checking for net/errno.h... no
 checking for connect... yes
 checking for gethostbyname... yes
 checking how to build libraries...
 static
 checking for ranlib... ranlib
 checking if 64bit support is
 requested... no
 checking if 64bit Sparc VIS support is
 requested... no
 checking system version (for dynamic
 loading)... ./configure: 1: Syntax error: Unterminated quoted string
 tcl8.3.2 configuration failed! Exiting
 ...
 Tcl is not part of the ns project. 
 Please see www.Scriptics.com
 to see if they have a fix for your
 platform.
 
 
 
 Anyone can help me? 
 
 I have already install whit synaptic manager  tcl8.3, tk8.3,  tcl8.3-dev,
 tk8.3-dev, g++ and made
 sudo apt-get install build-essential make tcl8.4-dev tk8.4-dev autoconf
 automake libxmu-dev
 on terminal.
 
 
 thanks in advance
 
 Antonino
 
 
   Scopri il blog di Yahoo! Mail:
 Trucchi, novità e scrivi la tua opinione.
 http://www.ymailblogit.com/blog
 
 
 

-- 
View this message in context: 
http://old.nabble.com/Installation-problem-of-allinone-2.29-on-Kubuntu-8.04-tp19989633p32619018.html
Sent from the ns-users mailing list archive at Nabble.com.




Re: [ns] Ns-users Digest, Vol 94, Issue 6

2011-10-09 Thread Ishan Nigam

You can download and install the required version of gcc and then make the
following change in otcl-1.13/Makefile.in :
CC=@CC@ to CC=gcc-x.y putting in the required version instead of the x.y
Hope this helps!

On Fri, Oct 7, 2011 at 5:30 AM, ns-users-requ...@isi.edu wrote:

 Send Ns-users mailing list submissions to
ns-users@isi.edu

 To subscribe or unsubscribe via the World Wide Web, visit
http://mailman.isi.edu/mailman/listinfo/ns-users
 or, via email, send a message with subject or body 'help' to
ns-users-requ...@isi.edu

 You can reach the person managing the list at
ns-users-ow...@isi.edu

 When replying, please edit your Subject line so it is more specific
 than Re: Contents of Ns-users digest...


 Today's Topics:

   1. 2nd CfP: ICIMP 2012 || May 27 - June 1, 2012 - Stuttgart,
  Germany (Cristina Pascual)
   2. How to install NS2.28 in Ubuntu 10.04 if i have ns2.34? (Roc?o R)


 --

 Message: 1
 Date: Thu, 6 Oct 2011 16:46:52 +0200
 From: Cristina Pascualcris.pascual.gonza...@gmail.com
 Subject: [ns] 2nd CfP: ICIMP 2012 || May 27 - June 1, 2012 -
Stuttgart,  Germany
 To: ns-users@isi.edu
 Message-ID: 201110061446.p96ekplw021...@smtp.upv.es
 Content-Type: text/plain; charset=us-ascii


 INVITATION:

 =
 Please, consider to contribute to and/or forward to the appropriate groups
 the following opportunity to submit and publish original scientific results
 to ICIMP 2012.
 The submission deadline is set to January 5, 2012.
 In addition, authors of selected papers will be invited to submit extended
 article versions to one of the IARIA Journals:
 http://www.iariajournals.org
 =


 == ICIMP 2012 | Call for Papers ===

 CALL FOR PAPERS, TUTORIALS, PANELS

 ICIMP 2012, The Seventh International Conference on Internet Monitoring and
 Protection

 May 27 - June 1, 2012 - Stuttgart, Germany

 General page: http://www.iaria.org/conferences2012/ICIMP12.html

 Call for Papers: http://www.iaria.org/conferences2012/CfPICIMP12.html

 - regular papers
 - short papers (work in progress)
 - posters
 - ideas


 Submission page: http://www.iaria.org/conferences2012/SubmitICIMP12.html

 Submission deadline: January 5, 2012

 Sponsored by IARIA, www.iaria.org


 Extended versions of selected papers will be published in IARIA Journals:
 http://www.iariajournals.org


 Please note the Poster and Work in Progress options.

 The topics suggested by the conference can be discussed in term of
 concepts, state of the art, research, standards, implementations, running
 experiments, applications, and industrial case studies. Authors are invited
 to submit complete unpublished papers, which are not under review in any
 other conference or journal in the following, but not limited to, topic
 areas.


 All tracks are open to both research and industry contributions, in terms
 of Regular papers, Posters, Work in progress, Technical/marketing/business
 presentations, Demos, Tutorials, and Panels.

 Before submission, please check and conform with the Editorial rules:
 http://www.iaria.org/editorialrules.html


 ICIMP 2012 Topics (topics and submission details: see CfP on the site)


 TRASI: Internet traffic surveillance and interception
 Methods and context to classify legal and illegal traffic; Methods and
 procedure to classify wanted and undesired traffic; Overloads, attacks, and
 failures; Detection of attacks via protocols and applications; Undesired
 traffic evaluation; Traffic identification caused by malicious code (spam,
 virii, and worms, etc.); Traffic profile during disaster recovery; Traffic
 during active emergency services; Early warning on growing undesired
 traffic; Access control and audit detection points; Denial of service;
 Spoofing; Lawful interception; Multi-modal undesired traffic detection;
 Measurements and data mining correlation; Countermeasures on undesired
 traffic

 IPERF: Internet performance
 Performance-oriented design; Active and passive performance monitoring;
 Performance metrics and measurements; Measurement-based performance
 evaluation in Internet; System measurement and monitoring; Performance model
 verification and validation; Stochastic modeling (queues,  Petri nets,
 etc.); Statistical performance; Performance of Internet routing; Performance
 optimization; Internet performance prediction; Internet performance
 evaluation studies; Internet performance testbeds; Performance evaluation of
 Web search engines; Performance evaluation of P2P systems

 RTSEC: Security for Internet-based real-time systems
 Security and availability of Web Services; Security/Performance trade-off;
 Distributed systems security; Language-based security; Formalisms for
 security and protocol verification; Performance on firewall protected
 real-time systems; Security management in real-time systems; Metrics and
 techniques for security risk 

Re: [ns] AODV and DSR tcl code and simulation comparison

2011-10-09 Thread carolina2


Hi Marllus Lustosa,

I have to evaluate the performance of aodv, dsr and hierarchical routing
protocol. please Marllus send exemples of tcl scripts if you have an idea
about how to simulate the diferents criteria packet delivery ratio, latency,
etc and how read these values from the trace file.
i will be very grateful
thank you in advance.
my mail is : bouhejbaa_sas...@yahoo.fr


marllus lustosa wrote:
 
 
 What is the simulation module is using the NS?
 
 
 
 --

 Message: 6
 Date: Wed, 1 Jun 2011 08:54:30 -0700 (PDT)
 From: umair shah meetuas...@yahoo.com
 Subject: [ns] AODV and DSR tcl code and simulation comparison
 To: ns-users@isi.edu
 Message-ID: 171794.72550...@web161807.mail.bf1.yahoo.com
 Content-Type: text/plain; charset=us-ascii

 Hi
 I could not simulate AODV and DSR successfully ,May be there are errors
 in
 tcl files.can someone please tell me the authentic tcl file links that
 really work?
 And please tell me how to analyse the simulation and calculate routing
 protocol parametersl like Packet Delivery Ratio and latency. Please reply
 asap



 ___
 Ns-users mailing list
 Ns-users@isi.edu
 http://mailman.isi.edu/mailman/listinfo/ns-users


 End of Ns-users Digest, Vol 90, Issue 1
 ***

 
 
 
 -- 
 att,
 
 Marllus de Melo Lustosa - lattes - http://bit.ly/dlm86f / HomePage -
 http://www.marllus.com
 Bacharelando em Ciência da Computação - UFPI
 Departamento de Informática e Estatística - DIE
 Grupo de Pesquisa e Estudos em Redes de computadores - GoPER -
 http://die.ufpi.br/goper/
 
 

-- 
View this message in context: 
http://old.nabble.com/AODV-and-DSR-tcl-code-and-simulation-comparison-tp31754548p32619659.html
Sent from the ns-users mailing list archive at Nabble.com.




[ns] 2nd CfP: AICT 2012 || May 27 - June 1, 2012 - Stuttgart, Germany

2011-10-09 Thread Cristina Pascual


INVITATION:

=
Please, consider to contribute to and/or forward to the appropriate groups the 
following opportunity to submit and publish 
original scientific results to AICT 2012.
The submission deadline is set to January 5, 2012.
In addition, authors of selected papers will be invited to submit extended 
article versions to one of the IARIA Journals: 
http://www.iariajournals.org
=


== AICT 2012 | Call for Papers ===

CALL FOR PAPERS, TUTORIALS, PANELS

AICT 2012, The Eighth Advanced International Conference on Telecommunications
May 27 - June 1, 2012 - Stuttgart, Germany

General page: http://www.iaria.org/conferences2012/AICT12.html

Call for Papers: http://www.iaria.org/conferences2012/CfPAICT12.html

- regular papers
- short papers (work in progress)
- posters
- ideas

Submission page: http://www.iaria.org/conferences2012/SubmitAICT12.html

Submission deadline: January 5, 2012

Sponsored by IARIA, www.iaria.org

Extended versions of selected papers will be published in IARIA Journals: 
http://www.iariajournals.org

Please note the Poster and Work in Progress options.

The topics suggested by the conference can be discussed in term of concepts, 
state of the art, research, standards, 
implementations, running experiments, applications, and industrial case 
studies. Authors are invited to submit complete 
unpublished papers, which are not under review in any other conference or 
journal in the following, but not limited to, 
topic areas.


All tracks are open to both research and industry contributions, in terms of 
Regular papers, Posters, Work in progress, 
Technical/marketing/business presentations, Demos, Tutorials, and Panels.

Before submission, please check and conform with the Editorial rules: 
http://www.iaria.org/editorialrules.html


AICT 2012 Topics (topics and submission details: see CfP on the site)


Signal processing, protocols and standardization

Standardization (IEEE 802.17, Policy Models, Etc.); IEEE 802.11 engineering; 
Telecommunications protocol engineering; 
Future networks: protocol and standards; Standardization (IEEE 802.15, IEEE 
802.16); Communication theory, signal 
processing, modulation; Modulation, coding and synchronization; Propagation, 
antennas and channel characterization; Signal 
separation and Interference rejection; Critical infrastructure protection

Ad hoc, autonomic and sensor networks

Autonomic home networking; Sensor, mesh, and Ad hoc networks; Programmable 
networks; Active networks; Self-organization 
and network reconfiguration; Partial and intermittent resources and services; 
Unicast and multicast routing; Radio 
resource sharing in wireless networks; Energy-efficient communications; 
Vehicular Ad hoc networks; Underwater sensor 
networks; Emerging sensor technologies; Intelligent video surveilance; 
Multi-sensor surveillance;

Wireless technologies

3G And 4G Mobile communications services; Evolution from 2G To 2.5G, 3G and 
beyond; Wireless multimedia and networks and 
systems; Cellular and Ad hoc networks; Mobile broadband technologies; Mobile 
software (agents); Wireless access (WPAN, 
WLAN, WLL); Wireless communications antennas and propagation and transmission 
technologies; Vertical, horizontal and 
diagonalhandover; Broadband wireless technology (HSDPA, HSUPA, LTE, Wimax, 
Wiran); Cross-layer modeling and design; 
Heterogeneity and diversity; Ultra-wideband communications (UWB); Wireless 
hacking;

Management, operation and control networks

Monitoring telecommunicaitons systems; Network management contingency 
challenges; Real-time traffic and QoS; Performance 
and QoS, traffic engineering (MPLS, Diffserv, Intserv, Etc.); 
Telecommunications management and control of heterogeneous 
networks; Mobility control and mobility engineering; Mobile video surveillance; 
Mobility and QoS management; 
Communications networks security; Information security; IPR and network 
security;

Core technologies and access technologies and networks

Wireless-fiber convergence; Metro/Access networks; Broadband access networks 
and services; Next Generation Networks and 
technologies; Future Internet; Inteligent  Smart networks; Grid, Cluster and 
Internet computing; Designing and management 
of optical networks; Performance of optical networks; Future technologies in 
optical communications; PLC (Homeplug, OPERA, 
UPA, CEPCA, IEEE, HD-PLC Alliance);

Future applications and services

Service-oriented architectures; E-Learning and mobile learning on 
telecommunications; SOHO (Small Offices/Home Offices; 
Emerging telecommunications software tools; Object and component technologies 
in telecommunication software; Platforms for 
Web Services-based applications and services; Web Services communications, 
applications, and performance; Applications in 
telemedicine; Security and trust in future services applications;

Optical Technologies

Optical internetworking architectures; Novel architectures for optical 

[ns] Questions on SORTING LISTS ...DONE!

2011-10-09 Thread Su Jinzhao

Hi,ALL.

 I am using ns-2.34 on Ubuntu10.04 to do some simulation on my own
mac protocol, after I run my tcl file, it prompted that:

 channel.cc:sendUp - Calc highestAntennaZ_ and distCST_
 highestAntennaZ_ = 1.5,  distCST_ = 689.6
 SORTING LISTS ...DONE!

  then it quits, everything seems normally, however, my timer can't
expire after I started.

  I searched on the internet(
http://www.baisi.net/thread-37834-1-1.html), it seems that this is a bug of
NS2, which is in relation with seed value while generating traffic with
cbrgen tool, is this right ? anyone who had encountered this problem please
help me, and any suggestions will be appreciated.

 Waiting for your reply and thank you very much!

-- 
Su Jinzhao(苏金钊)