My current project requires multi-channel MAC and multi-interface simulation.
Does NS-3 support Multi-channel Multi-interface Simulation? Or can
anyone give me some instructions on how to implement these features?
Thanks a lot!
Best regards,
Xiaozhou
> My current project requires multi-channel MAC and multi-interface simulation.
>
> Does NS-3 support Multi-channel Multi-interface Simulation? Or can
> anyone give me some instructions on how to implement these features?
yes, ns-3 supports this. Did you read the ns-3 tutorial ?
http://www.nsnam.org/tutorials.html
Mathieu
--
Mathieu Lacage <mathieu...@gmail.com>
well, I read the tutorial several times and it is not obvious to me how to implement a multichannel 802.11p link. Since the 802.11p standard defines 7 x 10MHz channels that can be used by a mobile node or AP, should I create 7 phy in each node and 7 separate Wifichannels? If this is the case, does a node's mac switches between the 7 phy's in a packet or application basis?I appreciate if anyone who went through that with any flavor of 802.11 could give a hint. Thanks,Alex
hey Junling,That's a really useful project, congratulations!I've already implemented a somewhat large model in ns-3, so using another simulator is not really an option for me. On the other hand, I am more interested on overall network capacity (with multichannel) than detailed phy/mac performance, so I think your model will be quite useful for me even if it is not yet completed :)Anyway, are you planning to finish by the end of this September, as it is outlined in your wiki?Thank you very much,Alex
--
You received this message because you are subscribed to a topic in the Google Groups "ns-3-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ns-3-users/8_CqgJgxehI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ns-3-users+...@googlegroups.com.
To post to this group, send email to ns-3-...@googlegroups.com.
Visit this group at http://groups.google.com/group/ns-3-users.
For more options, visit https://groups.google.com/groups/opt_out.
Hi,
I attached my code that use two Wi-Fi module in one node container. Please see my code.