Hi Billy,
On Apr 29, 6:30 pm, Billy <
zhon1...@gmail.com> wrote:
> Just curious, is there any support in NS-3 for mesh wifi networks to
> use TDMA or FDMA in the mac layer?
no, because the IEEE 802.11 standard uses only CSMA, not TDMA nor
FDMA.
If you are asking about the PCF (which is the feature of 802.11 most
similar to TDMA that I can think of), it's not supported in ns-3
either.
By coordinating wifi devices so that they transmit on different
channel according to a given allocation, you could in principle
implement an FDMA-like wifi mesh network solution. Of course CSMA
would still be used to access each channel. Still, I am not aware of
anyone working on this for ns-3.
Regards,
Nicola