802.11a with fragmentation implementation

18 views
Skip to first unread message

Verotiana Hanitriniala Rabarijaona

unread,
Jun 18, 2009, 2:08:38 AM6/18/09
to ns-3-...@googlegroups.com
Hello,

I just started using ns3. I was using ns2 before but it couldn't implement the fragmentation in DCF protocol ans I heard that it's already implemented in ns3
Can anyone tell me how to implement  a 802.11a Network using fragmentation and to find the throughput and delay using ns3?
Best regards

Hanitra

--
***************************
RABARIJAONA Verotiana Hanitriniala
Graduate School of Global Information and Telecommunication Studies (GITS)
Waseda University
Tokyo
Japan
***************************

Mathieu Lacage

unread,
Jun 18, 2009, 2:59:19 AM6/18/09
to ns-3-...@googlegroups.com
On Thu, 2009-06-18 at 08:08 +0200, Verotiana Hanitriniala Rabarijaona
wrote:

> I just started using ns3. I was using ns2 before but it couldn't
> implement the fragmentation in DCF protocol ans I heard that it's
> already implemented in ns3
> Can anyone tell me how to implement a 802.11a Network using
> fragmentation and to find the throughput and delay using ns3?

WifiHelper wifi = WifiHelper::Default ();
wifi.SetRemoteStationManager ("ns3::ArfWifiManager",
"FragmentationThreshold", UintegerValue (512));


Mathieu

Reply all
Reply to author
Forward
0 new messages