LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-05-2018, 02:23 AM   #1
Nana hadiza
LQ Newbie
 
Registered: Aug 2018
Posts: 3

Rep: Reputation: Disabled
Awk file forHandover delay in 802.11 in ns2


Goodmornig I am newbie in Linux and working on a project to calculate handoff delay in 802.11 am using two parameters to take my handoff decision.my performance metrics are delay and throughput. I don't know where to start from I read dat if am using Ns2 I must install Ubuntu I HV don't that I even have d ns2 now on my computer.please what am I suppose to do next

Last edited by Nana hadiza; 08-05-2018 at 02:57 AM. Reason: First post was not clear so I didn't get reply.
 
Old 08-06-2018, 10:53 AM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,805

Rep: Reputation: 8003Reputation: 8003Reputation: 8003Reputation: 8003Reputation: 8003Reputation: 8003Reputation: 8003Reputation: 8003Reputation: 8003Reputation: 8003Reputation: 8003
Quote:
Originally Posted by Nana hadiza View Post
Goodmornig I am newbie in Linux and working on a project to calculate handoff delay in 802.11 am using two parameters to take my handoff decision.my performance metrics are delay and throughput. I don't know where to start from I read dat if am using Ns2 I must install Ubuntu I HV don't that I even have d ns2 now on my computer.please what am I suppose to do next
You need to read the "Question Guidelines" link in my posting signature, along with the LQ Rules about text speak (and not using it). We are happy to help you with specific questions, but there doesn't seem to be one here.

If you don't HAVE NS2 (or 3) installed, your next step is to obviously INSTALL IT. After that, you need to write a script with the appropriate awk statements to process the data. There are ample sets of documentation, links for scripts and software, and instructions on how to use such things if you look for them.
 
1 members found this post helpful.
Old 08-07-2018, 12:47 AM   #3
Nana hadiza
LQ Newbie
 
Registered: Aug 2018
Posts: 3

Original Poster
Rep: Reputation: Disabled
Thank u for responding to my post it gives me confidence. Pls d documentation scripts you said where can I get them.I mean web address. Thank u.
 
Old 08-07-2018, 07:05 AM   #4
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,805

Rep: Reputation: 8003Reputation: 8003Reputation: 8003Reputation: 8003Reputation: 8003Reputation: 8003Reputation: 8003Reputation: 8003Reputation: 8003Reputation: 8003Reputation: 8003
Quote:
Originally Posted by Nana hadiza View Post
Thank u for responding to my post it gives me confidence. Pls d documentation scripts you said where can I get them.I mean web address. Thank u.
Again, you need to read the LQ Rules about **NOT USING TEXT SPEAK** It's "you" not 'u', "Please" not 'pls", and read the "Question Guidelines" about doing basic research first.

Again, we are happy to help, but we aren't going to do things for you. You can perform your own Google searches and find what you need. We are't going to look things up and send you links.
 
1 members found this post helpful.
Old 08-07-2018, 07:56 AM   #5
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,885
Blog Entries: 13

Rep: Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931
Quote:
Originally Posted by Nana hadiza View Post
Thank u for responding to my post it gives me confidence. Pls d documentation scripts you said where can I get them.I mean web address. Thank u.
@Nana hadiza,


LQ is not a help desk.


We do not provide scripts and code upon request.


All members here are the same as you, freely volunteering their time and knowledge.


You've been asked to provide some proper background for your question as well as to clarify it.


If you cannot do this, members will be unable to assist you with your problem.


Kindly review the links suggested, as well as the link in my signature about how to use the site.
 
Old 08-07-2018, 09:27 AM   #6
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,518

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
@Nana hadiza, welcome to LQ.
Quote:
using Ns2 .. I must install Ubuntu
ns2 requires a "Linux OS" installed to a hard disk partition.
( Not an install into Windowsİ or into a virtual machine.)
Ubuntu will work with some ns2 simulations, not all.
Recommended for adding old code is CentOS 6.10, 32bits
http://ftp.hosteurope.de/mirror/cent...86-LiveDVD.iso

Scripts with "handoff", see the attached `handoff.txt´.
All examples https://drive.google.com/drive/folde...Ws?usp=sharing
Package, ~3000 scripts https://drive.google.com/file/d/1Qbe...ew?usp=sharing
-
Attached Files
File Type: txt handoff.txt (6.3 KB, 34 views)
 
1 members found this post helpful.
Old 08-09-2018, 06:20 AM   #7
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,518

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
AWK and Perl scripts :
https://drive.google.com/drive/folde...7T?usp=sharing
 
Old 08-10-2018, 08:38 AM   #8
Nana hadiza
LQ Newbie
 
Registered: Aug 2018
Posts: 3

Original Poster
Rep: Reputation: Disabled
Thank you i am grateful your response was a great help to me Mr Knudfl.
 
  


Reply

Tags
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
[SOLVED] awk script for caluclating throughput (trace file of ns2) rc49 Programming 6 09-28-2015 05:03 PM
[SOLVED] end to end delay calculation in satellite links awk file problem-ns2.35 rianariana Linux - Software 3 11-23-2013 09:46 AM
Errors while using awk script for calculating average end to end delay in ns2 NS2User2012 Linux - Networking 4 02-17-2013 11:20 AM
request to generate a awk file for NS2 .tr file vin.18 Linux - Networking 1 02-09-2013 09:07 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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