60 GHz technologies in ns-3

215 views
Skip to first unread message

Baccour Emna

unread,
Feb 9, 2015, 2:56:08 AM2/9/15
to ns-3-...@googlegroups.com
 How can I implement 60 Ghz  technologies (IEEE802.15.3c, IEEE802.11.ad ...) in ad-hoc networks ?

Tommaso Pecorella

unread,
Feb 9, 2015, 3:13:13 AM2/9/15
to ns-3-...@googlegroups.com
By writing some code.

Baccour Emna

unread,
Feb 9, 2015, 3:53:17 AM2/9/15
to ns-3-...@googlegroups.com
So much help thank you

Tommaso Pecorella

unread,
Feb 9, 2015, 4:11:53 AM2/9/15
to ns-3-...@googlegroups.com
Well, if you don't explain what is your ns-3 knowledge, what you want to model in particular (the channel? the multipath? the 60GHz MAC?) and so on, the one I gave you is the only "right" answer.

T.

Baccour Emna

unread,
Feb 9, 2015, 5:05:36 AM2/9/15
to ns-3-...@googlegroups.com
Thank you for replying , I'm new in ns-3 and i want to simulate wireless data centers. i need to use 802.11ad in adhoc to connect  nodes same as 802.11b already  existing in ns3.

Sebastien Deronne

unread,
Feb 9, 2015, 8:04:31 AM2/9/15
to ns-3-...@googlegroups.com
First read tutorial and manual. Then go through existing 802.11 implementation. One you have a good view on how things are running, you can attempt to implement your own feature(s).
Note that I am ok to review your code for .11ad, I'm currently busy implementing .11ac.

Daniel Costa

unread,
Nov 24, 2015, 3:16:16 PM11/24/15
to ns-3-users
Hello guys,
Im working on 802.11ad (60Ghz) and I already implemented a few things, and I need some help on MAC, but before that i wanted to ask one thing:

I added my rates and mcs on yans-wifi-phy.cc as an example bellow:

  m_channelStartingFrequency = 60e3;  //60.000 GHz
  SetChannelWidth (2160); //2160 MHz

  m_deviceRateSet.push_back (WifiPhy::GetOfdmRate7Gbps ());
  m_deviceMcsSet.push_back (WifiPhy::GetVhtMcs13_OFDM ());
.....
I was just wondering if I really can use 7Gbps since i have to setup deviceRate and deviceMcs.

My second question is, can i istill use "VhtWifiMacHelper" and "ns3::StaWifiMac" "ns3::ApWifiMac"?
This is the error im getting atm because 802.11ac vht can only use till mcs8:
assert failed. cond="mcs >= 7 && mcs <= 9", file=../src/wifi/model/vht-capabilities.cc, line=273

Any help would be appreciate.

Thanks.
Reply all
Reply to author
Forward
0 new messages