You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ns-3-users
Hi,
I implemented a 802.11af standard in NS 3.29 but when I simulated using the wifi-tcp.cc, I noticed that when I use the 100 mbps data rate on the application layer of the tcp file I got a missed ack and a 0 mbps throughput even if there was a re-transmission that happened. On the other hand, when I changed the data rate to 1 mbps on the application layer, I noticed that I got no 0 mbps throughput even if there was a missed ack. I would like to ask why I cannot receive any throughput even if there was a re-transmission that happened. Attached the wifi-tcp.cc file for reference.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ns-3-users
I am working on a research project and project required simulation of IEEE 802.11af standard. I see all the available wifi standards in ns-3 but couldn't find the previously mentioned standard. I've searched online and found many authors mentioned in their research paper that they have implemented 802.11af in ns-3. Please guide me how can I get 802.11af ns-3 implementation.