I hope to use ns3 to simulate large ethernet network, but as far as I know, the csma model doesnot fit well with the modern Ethernet, especially because it is not full-duplex. The PointToPoint channel is full duplex but it seems that I can not build bridge over p2p net device to simulate a switch.
--
Posting to this group should follow these guidelines https://www.nsnam.org/wiki/Ns-3-users-guidelines-for-posting
---
You received this message because you are subscribed to the Google Groups "ns-3-users" group.
To unsubscribe from this group and stop receiving emails from it, 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 https://groups.google.com/group/ns-3-users.
For more options, visit https://groups.google.com/d/optout.
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/piXGg3DrR9E/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ns-3-users+...@googlegroups.com.
Hi Tom and Zhengchun,
I’ve been using the csma full-duplex extension (https://codereview.appspot.com/187880044/) on my simulations since the beginning of 2016, and I have never experienced any erros after applying the fixes indicated in the code review.
I can help moving this extension to the mainline code. I already have an csma-duplex.cc example that I used to test the code and that can be include in the module to be used as test too (note that the csma module doesn’t have tests, only examples to run). I can also help with the documentation. I just need some orientation on how to submit these things, as this is the first time I’m contributing to the mainline code development.
- Tom--
Hi Luciano,Great thanks! I also want to use it. Which NS3 version are you using with the csma full-duplex extension? Thank you!