-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
poor performance #49
Comments
Odin Wi-5 is just a proof-of-concept. We are running some validations, but there are some things that may not work as in a commercial device. This said, it seems that there is some problem in your setup. In our tests, we get much more throughput. Please check each part carefully. https://github.com/Wi5/odin-wi5/wiki/Sanity-check |
Hello, peterrz: |
@Viomnice |
@peterrz |
@peterrz The main reason for the failure is that the downlink in the existing configuration file is composed of toHost(ap) instead of toDevice. |
@Viomnice |
@peterrz Hello Pourya. I am wondering if you found the issue that caused the poor performance. Would you please share your experience? I have packet loss and can see MAC layer CRC mismatch for some packets in Wireshark . |
@hoseiniamir Hello Hoseini. Unfortunately, I couldn't find a better solution, so I held on to this:
But I will be happily sharing my experience with you |
unfortunately, testing shows that Odin has poor performance especially: in deliver packets and delay (most of the packets will get lost).
earlier I had problems with the ping then I figure it out, I should add some flow manually, but now I need your guidance to solve these problems:
first of all, I'm using some code to access The Queue which was defined by you to manage transform packets.
as you see in below there are some packets in and out but queue length remained empty (code to access the queue is correct).
why the Queue remained empty and how it will be filled up?
Another question related to performance. I used the Iperf to fill up the queue and increase the traffic loads on the access point. the result is shown in the below that we have only first packets in and out.
how can we stable the link? and why just we have a send and receive data per each test?
(i used many devices, scenarios and different Iperf version but the results were same)
thanks!
The text was updated successfully, but these errors were encountered: