LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 05-28-2013, 08:48 AM   #1
ines8989
Member
 
Registered: Mar 2013
Posts: 62

Rep: Reputation: Disabled
Wimax mobility with dccp


Hi . My object is to simulate wimax mobility with the dccp protocole with ns2. I make some researches and i take that patche for wimax is only avalaible for ns2.31 version.
I want to know please if dccp is basically implémented in ns2.31 version or i should to implement a patch for dccp also . I could not be sure of this information .
Please help me .
Thanks
 
Old 05-28-2013, 11:28 AM   #2
ines8989
Member
 
Registered: Mar 2013
Posts: 62

Original Poster
Rep: Reputation: Disabled
Wimax mobility with dccp

Please reply me i really need your help .Thanks
 
Old 05-28-2013, 12:43 PM   #3
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Not a very good idea to answer your own post #1 : Marks the thread as answered.
And : Takes the thread away from 'Zero Reply Threads',
where your post is bumped numerous times.

As you can see for yourself, there isn't much dccp in ns-2.31 :
cd ns-allinone-2.31/ns-2.31/ && grep -Rin dccp *
Code:
sctp/sctp-cmt.cc:3851:void SctpCMTAgent::SetSharedCCParams(SctpDest_S *spCurrInfo)
sctp/sctp-cmt.h:108:  void        SetSharedCCParams(SctpDest_S*);
tcp/tfrc.h:244:        int useHeaders_;        /* boolean: Add DCCP/IP header sizes */
I.e. ns-2.26 ... ns-2.34 : No dccp. Ns-3.35 has ns-2.35/dccp/.

DCCP patches : ns226 ns228 ns229 ns231 ns233 ns234 ns235.
http://mohittahiliani.blogspot.dk/20...-for-ns-2.html

With some luck you may find a wimax patch compatible with a dccp patch.
Wimax-1.02 : ns-2.28 http://www.lrc.ic.unicamp.br/wimax_ns2/
Wimax_v2.03 : ns-2.28 ?
Wimax-QoS : ns-2.29 ? http://perso.telecom-bretagne.eu/aymenbelghith/tools/
(( http://code.google.com/p/ns2-wimax/downloads/list ))
Wimax-nist : ns-2.29 http://www.ziddu.com/download/118034...t-mob.tgz.html
http://all-time-ns-2.blogspot.dk/search/label/NIST
Wimax-nist : ns-2.31 http://api.ning.com/files/FrqNs-2uTy...snistwimax.tgz
http://all-time-ns-2.blogspot.dk/search/label/NIST
Wimax-LWX : ns-2.33, ns-2.35
-
Attached Files
File Type: txt wimax-lwx.txt (440 Bytes, 31 views)

Last edited by knudfl; 05-29-2013 at 03:14 AM.
 
Old 05-28-2013, 02:50 PM   #4
ines8989
Member
 
Registered: Mar 2013
Posts: 62

Original Poster
Rep: Reputation: Disabled
Wimax mobility with dccp

Hi I thank you a lot for your helpful replys . Can you please give the steps to install the dccp patch and wimax patch .
I will be verry thankful for you . It is the first way that i install a patch for ns2.
 
Old 05-29-2013, 05:09 AM   #5
ines8989
Member
 
Registered: Mar 2013
Posts: 62

Original Poster
Rep: Reputation: Disabled
Wimax mobility with dccp

Please can you give me steps to install wimax in ns2.35 ?
 
Old 05-31-2013, 06:21 AM   #6
ines8989
Member
 
Registered: Mar 2013
Posts: 62

Original Poster
Rep: Reputation: Disabled
Wimax mobility with dccp

Can you give me please steps to install dccp patch . Please it is verry important.Thanks
 
Old 05-31-2013, 07:41 AM   #7
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
# 1 .
Quote:
wimax mobility with the dccp protocol
# 4 .
Quote:
dccp patch and wimax patch
Please read through the documentation for the different Wimax versions,
to decide which one will meet your requirements.

Please also have a look the LQ wimax threads
http://www.linuxquestions.org/questions/tags/wimax/

-
 
Old 05-31-2013, 08:20 AM   #8
ines8989
Member
 
Registered: Mar 2013
Posts: 62

Original Poster
Rep: Reputation: Disabled
Wimax mobility with dccp

My problem is that i need to test wimax mobility with DCCP protocol and i don't know how to have them in the same version of ns2.
It is the first time that i work with patches. And in the net i don't find the way to install dccp patch.I may have an idea.
Please help me .I'am so blocked.
 
Old 06-01-2013, 10:27 AM   #9
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
# 8 etc.

Light WiMAX (lwx) + DCCP :
We can start with lwx, there's only one extra file to write, when adding dccp.
Ref. #34, LWX http://www.linuxquestions.org/questi...568/page3.html

Example :
$ cd ns-allinone-2.33/ && tar xvf dccp+lwx01r78-ns233.tar.gz
https://docs.google.com/file/d/0B7S2...it?usp=sharing
$ export CC=gcc41 CXX=g++41 && ./install
$ cd ns-2.33/ ; $ strip ns ; $ cp ns ns-lwx+dccp ;
$ sudo cp ns-lwx+dccp /usr/local/bin/
-
Attached Files
File Type: txt Readme-DCCP+LWX.txt (572 Bytes, 28 views)

Last edited by knudfl; 06-01-2013 at 10:32 AM.
 
  


Reply

Tags
dccp, dccp-and-wimax, ns2, wimax



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
NS2: no DCCP_Data in dccp trace file ines8989 Linux - Software 0 05-13-2013 01:44 AM
dccp trace file ines8989 Linux - Networking 1 05-03-2013 02:55 AM
Simulation of dccp with ns2 ines8989 Linux - Networking 2 04-01-2013 10:52 AM
please guide me on wimax kathiravan Linux - Software 0 10-19-2008 09:51 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

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