LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 12-16-2014, 06:23 AM   #166
Mas Pras
Member
 
Registered: Nov 2014
Posts: 31

Rep: Reputation: Disabled

and than sir, why when i running ./test the result like this


project@project:~/ns-allinone-2.33/ns-2.33/lte-model-read-only$ ./test
Deleting the old log files ...
rm: cannot remove ‘*.log’: No such file or directory
rm: cannot remove ‘out.*’: No such file or directory
Done
start testing, please wait ...
./test: line 8: ns: command not found
Done
The testing results(throughput, delay, jitter) are:
---------------------------------------------------

awk: cannot open out.tr (No such file or directory)

awk: cannot open out.tr (No such file or directory)

awk: cannot open out.tr (No such file or directory)

check the out.txt out.tr out.nam for detailed information.
project@project:~/ns-allinone-2.33/ns-2.33/lte-model-read-only$
 
Old 12-16-2014, 08:26 AM   #167
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,517

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
← #166 .

The recommendation is to do $ ns-lte eyana.tcl

If you want to use the script `test´,
then please edit line 8 in "script" from :
ns lte.tcl > out.txt
to :
ns-lte lte.tcl > out.txt

-
 
Old 12-16-2014, 12:54 PM   #168
Mas Pras
Member
 
Registered: Nov 2014
Posts: 31

Rep: Reputation: Disabled
sir, where can I get a script eyana.tcl ,
and then how to run the awk script and file nam of results eyana.tcl ?
 
Old 12-16-2014, 01:46 PM   #169
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,517

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
← #168 .

The LTE examples are linked in answers to you.
Latest is "lte-examples-0614.tar.gz"
https://drive.google.com/file/d/0B7S...ew?usp=sharing

Awk scripts : Please start with the scripts included in ns-2.33/lte*.
More scripts (~140) : awk-and-perl_scripts_12.2014.tar.gz
https://drive.google.com/file/d/0B7S...ew?usp=sharing

Nam :
Install the package nam_1.15-10_i386.deb with your `Package Installer´
https://drive.google.com/file/d/0B7S...ew?usp=sharing
I.e. when downloaded, click the package, and it gets installed.

$ ns-lte eyana.tcl : The nam window will open automatically.

-
 
Old 12-16-2014, 02:08 PM   #170
Mas Pras
Member
 
Registered: Nov 2014
Posts: 31

Rep: Reputation: Disabled
and where I need to extract lte - examples - 0614.tar.gz , awk - and- perl_scripts_12.2014.tar.gz ,
what in the ns - allinone - folder or folders ns2.33 2:33 ?
 
Old 12-16-2014, 02:32 PM   #171
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,517

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
← #170 .

The folders with examples and scripts can have any location in /home/<name>/.

Both folders contain universal scripts,
not particularly connected to ns-allinone-2.33 .
* The LTE examples are for any LTE patched ns2 version :
ns-2.33, ns-2.34, ns-2.35.
The awk and perl sripts are for all ns2 versions.

-
 
Old 12-17-2014, 02:11 PM   #172
Mas Pras
Member
 
Registered: Nov 2014
Posts: 31

Rep: Reputation: Disabled
sir, how to install tracegraph to draw the results of the analysis calculation lte?
 
Old 12-18-2014, 03:39 AM   #173
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,517

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
← #172 .

Tracegraph202, example
https://getch.wordpress.com/2011/04/...ion-in-ubuntu/

mglinstaller.gz https://drive.google.com/file/d/0B7S...ew?usp=sharing

Run the application :
$ export LD_LIBRARY_PATH=./bin/glnx86 && ./trgraph

-
 
Old 12-18-2014, 01:31 PM   #174
Mas Pras
Member
 
Registered: Nov 2014
Posts: 31

Rep: Reputation: Disabled
sir are you stay in this forum?
 
Old 12-18-2014, 02:20 PM   #175
Mas Pras
Member
 
Registered: Nov 2014
Posts: 31

Rep: Reputation: Disabled
sir can you help me to install tracegraph in ubuntu?
im so confused for edit file .bashrc
 
Old 12-19-2014, 03:39 AM   #176
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,517

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
← #175 .
Quote:
I'm so confused for edit file .bashrc
Not required. Don't do.

The start command will do the job :
$ export LD_LIBRARY_PATH=./bin/glnx86 && ./trgraph

About "unpacking the tracegraph components", post #29 here
http://www.linuxquestions.org/questi...125/page2.html

-
 
Old 12-19-2014, 04:18 AM   #177
Mas Pras
Member
 
Registered: Nov 2014
Posts: 31

Rep: Reputation: Disabled
oke sir, that step is successfully,
now how to running file awk, what command i write in terminal?
 
Old 12-19-2014, 04:44 AM   #178
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,517

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
← #177 . http://linuxsilo.net/docs/smart-questions_en.html
. http://www.linuxquestions.org/linux/...Ask_a_Question

» running file awk « : What is it you want to do ?
? Which file.awk ?

* Files.awk are used for analyzing trace files.

-
 
Old 12-19-2014, 05:34 AM   #179
Mas Pras
Member
 
Registered: Nov 2014
Posts: 31

Rep: Reputation: Disabled
so steps to analyze the LTE packet like this,

The first run scripts eyana.tcl
The second run awk file to calculate the value of throughput, delay and jitter, in terminal
The third run scripts tracegraph to draw a graph of the value of throughput, delay and jitter,

what steps like this right?
thanks for the response
 
Old 02-27-2015, 03:27 AM   #180
babar.hameed
LQ Newbie
 
Registered: Feb 2015
Posts: 15

Rep: Reputation: Disabled
Question tcl8.4.18 configuration failed! Exiting ...

[QUOTE=knudfl;4784910]#60 : Like #58, the conclusion is that your build failed.

How to install ns-allinone-2.33 in Ubuntu 11.04 :
cd ns-allinone-2.33/ && export CC=gcc41 CXX=g++41 && ./install

after this step i got following msg

"tcl8.4.18 configuration failed! Exiting ..."

i m using ubuntu 14.04 already tried ns 2.35 but after reading previous thread i m trying 2.33 but failed..................

Last edited by babar.hameed; 02-27-2015 at 03:29 AM.
 
  


Reply

Tags
lte, lte-ns235, ns2



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
installing leach patch in ns2.34 in ubuntu9.10 g_vaibh Ubuntu 19 04-09-2015 09:43 AM
how to install leach patch in ns2.34 in ubuntu 9.10 anjon.sunny Linux - Newbie 9 04-30-2014 04:05 AM
patch for working leach protocol in ns2.34 fedora rajcek Linux - Wireless Networking 4 02-04-2013 06:59 AM
integrating patch in ns2 MLinux Linux - Networking 2 11-30-2010 08:26 AM
I cant recompile my patch in ns2 on red hat v5 JawadZaheer Linux - Software 0 12-22-2007 11:31 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 04:55 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