LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-01-2013, 10:58 AM   #61
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,513

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641

# 60.

1) Install Ubuntu 12.04
2) sudo dpkg -i myevalvid2-ns-2.28-ubuntu10-1_i386.deb : Post #46.
3) If you want to build your own 'ns' executable : Post #46.
But that's actually not required. Everything is compiled into one file: 'ns'.
And that is what you get from the package in 2) : /usr/local/bin/ns-***

-
 
Old 04-28-2013, 05:28 AM   #62
suneel23
LQ Newbie
 
Registered: Feb 2013
Posts: 15

Rep: Reputation: Disabled
@knudfl i want use mp4trace for sctp protocol but it supports only rtp/udp /ip what should i do as my thesis is already running?

Last edited by suneel23; 04-30-2013 at 07:38 PM.
 
Old 08-10-2013, 11:37 AM   #63
arr30n
LQ Newbie
 
Registered: Aug 2013
Posts: 3

Rep: Reputation: Disabled
invalid command name "Agent/myUDP"

I have the same problem of vijayukanirs in post #49. (invalid command name "Agent/myUDP") for ubuntu 12.04
I am really confused! please help me
 
Old 08-10-2013, 05:46 PM   #64
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,513

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
# 63, @arr30n : Welcome to LQ.
Quote:
invalid command name "Agent/myUDP"
It means that you are using an executable 'ns' with no "myevalvid".

The causes can be : 1) You are using the wrong 'ns'.
2) No myevalvid patchings / edits were added to ns-2.28 .
3) Your editing is OK, but you have a failed build.

-
 
Old 08-10-2013, 07:44 PM   #65
suneel23
LQ Newbie
 
Registered: Feb 2013
Posts: 15

Rep: Reputation: Disabled
@knudfl Sir can we have the exact steps to follow for 12.04. ubuntu for installing ns2 +evalvid because in most cases we have failed build. is it possible for us to have such clear step by step instructions

Last edited by suneel23; 08-10-2013 at 07:49 PM.
 
Old 08-11-2013, 02:36 AM   #66
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,513

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
# 65 .
Quote:
can we have the exact steps to follow for 12.04
That's what post # 46 is about.

The compilers gcc41, g++41 , post #47 here ..
http://www.linuxquestions.org/questi...532/page4.html
Note : The compilers are for a 32bits (i686) OS : $ uname -m <Enter>

All LQ myevalvid http://www.linuxquestions.org/questi...gs/myevalvid2/

-
 
Old 08-11-2013, 07:13 AM   #67
arr30n
LQ Newbie
 
Registered: Aug 2013
Posts: 3

Rep: Reputation: Disabled
SOLVED!
it just needs "sudo make install" command after make.
I hope this will be helpful for who has encountered this error for integrating evalvid in NS-2.35, ubuntu12.04 : invalid command name "Agent/myUDP"

Last edited by arr30n; 08-11-2013 at 07:18 AM.
 
Old 08-11-2013, 10:22 AM   #68
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,513

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
# 67 .

Looks like it resembles 1) in post # 64.
I.e. you can only have one executable 'ns' in /usr/local/bin/.
The trick is to rename all 'ns' to ns-<newname>.
( I have 70 differently named 'ns' in /usr/local/bin/ ).
The "myevalvid ns" could be 'ns-myevalvid2' like the executable
in the package "myevalvid2-ns-2.28-ubuntu10-1_i386.deb".
(myevalvid2-ns-2.28-ubuntu10-1_i386.deb works perfectly with Ubuntu 12.04 .
→ → Post # 46.)
Using a "ns-myevalvid2" executable : $ ns-myevalvid2 file.tcl

-
 
Old 08-11-2013, 11:52 AM   #69
arr30n
LQ Newbie
 
Registered: Aug 2013
Posts: 3

Rep: Reputation: Disabled
I have downloaded EvalVid2.7 from its official website(http://www2.tkn.tu-berlin.de/research/evalvid/).
but i encountered errors when making it for ubuntu12.04. The following is one part of the error:
Code:
/usr/lib/gcc/i686-linux-gnu/4.6/../../../i386-linux-gnu/libgpac_static.a(av_parsers.o): In function `gf_vorbis_parse_header':
(.text+0x68d9): undefined reference to `trunc'
collect2: ld returned 1 exit status
make: *** [mp4trace] Error 1
I have used Evalvid2.7 binaries so far but now i want to modify the code.
Is there anyone has successfully installed evalvid2.7 on ubuntu12.04?
 
Old 11-13-2015, 03:37 AM   #70
hbenlabbes
LQ Newbie
 
Registered: Nov 2015
Posts: 7

Rep: Reputation: Disabled
Ask for Help... tcl script execution error (evalvid in ns2)

Then I compiled the NS (ns-2.35 in Ubuntu 14.04 LTS) with necessary changes and everything worked fine. Then I tried to
run a tcl script .... And the error is :
(_o84 cmd line 1)
invoked from within
"_o84 cmd set_filename rd_a01"
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 "_o84" line 2)
(SplitObject unknown line 2)
invoked from within
"$null1 set_filename rd_a01"
(file "be_a01.tcl" line 31)


Why this error is coming ?? If anyone knows please help.

Thanks,
 
Old 11-13-2015, 06:12 AM   #71
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,513

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Re post #70, @hbenlabbes : Welcome to LQ.

Note : "be_a01.tcl" is a `myevalvid2' file.
Note 2 : The `myevalvid2' code can be compiled with g++-4.4: sudo apt-get install g++-4.4
Myevalvid2 info http://www.linuxquestions.org/questi...gs/myevalvid2/

* ns-2.35 :
Code:
cd ns-allinone-2.35/
patch -p0 < myevalvid2_ns235.patch
https://drive.google.com/file/d/0B7S...ew?usp=sharing
export CC=gcc-4.4 CXX=g++-4.4 && ./install
cd ns-2.35/
sudo make install
cp ns ns235-evalvid2
sudo cp ns235-evalvid2 /usr/local/bin/

Simulation : ns235-evalvid2 be_a01.tcl
9.9689999999999994
300 records

The files { out.tr, rd_a01, sd_a01, video1.dat } are created.

-

Last edited by knudfl; 11-13-2015 at 06:26 AM.
 
Old 11-13-2015, 07:32 AM   #72
hbenlabbes
LQ Newbie
 
Registered: Nov 2015
Posts: 7

Rep: Reputation: Disabled
Thumbs up it is worked ....thank

Quote:
Originally Posted by knudfl View Post
Re post #70, @hbenlabbes : Welcome to LQ.

Note : "be_a01.tcl" is a `myevalvid2' file.
Note 2 : The `myevalvid2' code can be compiled with g++-4.4: sudo apt-get install g++-4.4
Myevalvid2 info http://www.linuxquestions.org/questi...gs/myevalvid2/

* ns-2.35 :
Code:
cd ns-allinone-2.35/
patch -p0 < myevalvid2_ns235.patch
https://drive.google.com/file/d/0B7S...ew?usp=sharing
export CC=gcc-4.4 CXX=g++-4.4 && ./install
cd ns-2.35/
sudo make install
cp ns ns235-evalvid2
sudo cp ns235-evalvid2 /usr/local/bin/

Simulation : ns235-evalvid2 be_a01.tcl
9.9689999999999994
300 records

The files { out.tr, rd_a01, sd_a01, video1.dat } are created.

-
thank you
it is worked
 
Old 09-19-2016, 12:35 PM   #73
bellaSophia
LQ Newbie
 
Registered: Sep 2016
Posts: 2

Rep: Reputation: Disabled
Unhappy How to install evalvid ?

Hello sir, I have a problem with evalvid installation. can you please show me or give me any tutorial that step by step for me to install evalvid successfully. Please sir because I am working alone and I don't have anyone that can help me on this. I had try so many times with the installation but I got an error.
 
Old 09-20-2016, 12:01 PM   #74
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by bellaSophia View Post
Hello sir, I have a problem with evalvid installation. can you please show me or give me any tutorial that step by step for me to install evalvid successfully. Please sir because I am working alone and I don't have anyone that can help me on this. I had try so many times with the installation but I got an error.
i do not know what evalvid is.
please start a new thread on this, providing as much info as you can.
 
Old 09-21-2016, 09:27 AM   #75
bellaSophia
LQ Newbie
 
Registered: Sep 2016
Posts: 2

Rep: Reputation: Disabled
Hi ! can anyone help me with the error of ./validate of ns2 ? need urgent.. I am doing this alone and please help me.
 
  


Reply

Tags
myevalvid, myevalvid2, mympeg, 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
calculate power transmission and define wireless parameter for zigbee with NS2 barthunder52 Linux - Networking 0 12-27-2012 06:44 AM
ns2 2.33 with lte patch transmission problem greg1 Linux - Newbie 0 08-14-2012 05:43 AM
No transmission circlesdisplayed for wirless transmission in ns2 susanthomas Linux - Newbie 2 05-23-2012 01:14 AM
Audio Video Transmission Thewyzewun Linux - Hardware 0 08-23-2004 06:04 PM
Want To Only Recive Video Transmission In Gnomemeeting ROORTOKES Linux - Software 3 08-09-2003 11:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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