[ns] ns2.35 Lion OS exception

2012-04-03 Thread Ahmed Hesham
.5.a(tclMacOSXNotify.o) "_CFRunLoopTimerInvalidate", referenced from: _Tcl_FinalizeNotifier in libtcl8.5.a(tclMacOSXNotify.o) "___CFConstantStringClassReference", referenced from: CFString in libtcl8.5.a(tclMacOSXNotify.o) CFString in libtcl8.5.a(tclMacOSXBundle.o) CFString in libtcl8.5.a(tclMacOSXBundle.o)ld: symbol(s) not found for architecture x86_64collect2: ld returned 1 exit statusmake: *** [otclsh] Error 1otcl-1.14 make failed! Exiting ...See http://www.isi.edu/nsnam/ns/ns-problems.html for problems Regards,Ahmed Hesham

[ns] FW: ns2.35 Lion OS exception

2012-04-04 Thread Ahmed Hesham
fier in libtcl8.5.a(tclMacOSXNotify.o) "_CFRunLoopTimerInvalidate", referenced from: _Tcl_FinalizeNotifier in libtcl8.5.a(tclMacOSXNotify.o) "___CFConstantStringClassReference", referenced from: CFString in libtcl8.5.a(tclMacOSXNotify.o) CFString in libtcl8.5.a(tclMacOSXBundle.o) CFString in libtcl8.5.a(tclMacOSXBundle.o)ld: symbol(s) not found for architecture x86_64collect2: ld returned 1 exit statusmake: *** [otclsh] Error 1otcl-1.14 make failed! Exiting ...See http://www.isi.edu/nsnam/ns/ns-problems.html for problems Regards,Ahmed Hesham

Re: [ns] ns2.35 64bit Lion OS

2012-04-22 Thread Ahmed Hesham
I faced the following error when trying to install ns2.35 on Lion OS given that the error indicates incompatibility with 64 bits processors gcc -o otclsh -g -O2 -I. -I/Users/ahesham/ns-allinone-2.35/include -I/Users/ahesham/ns-allinone-2.35/include -I/Users/ahesham/ns-allinone-2.35/includ

[ns] ns2 make

2010-06-05 Thread Ahmed Hesham
Dear all as I added the example1b.tcl from the Marc Greis' to the ns folder and added it's path in makefile and ns-lib.tcl then performed a make command. when trying to open ns the following error appeared (_o3 cmd line 1) invoked from within "_o3 cmd namtrace-all file3"

[ns] generating mobility model using BonnMotion

2010-06-25 Thread Ahmed Hesham
any one having experience with bonnmotion please help. I am having the same problem while installation on both windows and UBUNTU 9.10. the installer cann't find the java executable in the bin directory on both systems.

[ns] sending encrypted messages

2010-06-26 Thread Ahmed Hesham
Dear All could any one tell me how to send encrypted messages between two nodes Regards, _ Hotmail: Powerful Free email with security by Microsoft. https://signup.live.com/signup

[ns] Bonnmotion Mobility Model in ns 2

2010-06-26 Thread Ahmed Hesham
I generated the ns_movment file and imported it in the tcl as follows set val(cp) manhattan.ns_movements;# node movement model file but the nodes didn't move in the Manhattan Grid model given that I move nodes randomly not by setdest please help if u can

[ns] How to use tcllib

2010-07-04 Thread Ahmed Hesham
Dear All Do anyone know how to use tcllib with ns2 _ Hotmail: Powerful Free email with security by Microsoft. https://signup.live.com/signup.aspx?id=60969

[ns] How to Use import tcl script in a tcl script

2010-07-05 Thread Ahmed Hesham
Hi all I want to import a tcl script for an encryption algorithm lets say DES and use it to encrypt data in another tcl script before sending between nodes. please help if anyone have any idea

[ns] monitor-queue activation problem

2010-07-09 Thread Ahmed Hesham
Dear All I am having this error while trying to run monitor-queue can't read "link_(5:6)": no such variable while executing "$link_([$n1 id]:[$n2 id]) init-monitor $self $qtrace $sampleInterval" (procedure "_o3" line 3) (Simulator monitor-queue line 3) invoked

[ns] How to control TCP data

2010-07-11 Thread Ahmed Hesham
Dear All I am trying to control the data sent by Agent/TCP/FullTcp or even Agent/TCP . can any one tell me how can I for example make the sender sends "Ahmed" and see this at the receiver. Regards _

[ns] How to run TCL file inside ns2

2010-10-06 Thread Ahmed Hesham
Hi All can any one tell me how to run a .tcl file inside ns2 I mean inside '% '. my problem is that I want to debug the behaviour of ns2 inside eclipse and I knew how to reach the '%' inside eclipse so that I can write ns2 commands but I need to run the script I made. can any one help pl

[ns] Debug Mode

2010-10-06 Thread Ahmed Hesham
when I add the following lines to the makefile.in to enable debug mode the next build for ns2 fails giving comilation errors in the code. could anyone help CCOPT = -g # Hinzufügen der "-g"-Option DEFINE = -DNDEBUG # Löschen des NoDebug-Flags DEFINE = -DDEBUG # Hinzufügen des Debug-Flags

[ns] Floating Point Exception

2010-10-10 Thread Ahmed Hesham
Hi All I am facing a floating point exception when I using a .h file I made given that I used it in other project and it worked fine. I also made a loop for 10 iterations and it also gave true results unitl I used it with ns-2 it gave floating point exception. the .h file is for RSA if

[ns] Libgcrypt how to

2010-10-11 Thread Ahmed Hesham
I am trying to use an example as a guide to learn how to use RSA libgcrypt. but I got compilation error on all gcrypt references they all give undefined reference although the compiler has no problem with #include . I use eclipse IDE when I press ctrl and any gcrypt function like for

Re: [ns] Libgcrypt how to

2010-10-12 Thread Ahmed Hesham
adding # include ... it wont give errors this time.. regards. --- On Mon, 10/11/10, Ahmed Hesham wrote: From: Ahmed Hesham Subject: [ns] Libgcrypt how to To: "NS2" Date: Monday, October 11, 2010, 11:25 PM I am trying to use an example as a guide to learn how to use RSA l

[ns] RSA in ns2

2010-10-12 Thread Ahmed Hesham
Dear All I tried many ways to add RSA to ns2 first I used a header file inside ns2 and it gave me floating point exception although it worked properly outside ns2. second I tried to use gcrypt but the interface problems were not so easy. can any one help and tell me how to make RSA in ns2.