-
Notifications
You must be signed in to change notification settings - Fork 132
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
Packet error rate #34
Comments
I don't think that already have such a thing. But you could add a counter in form of a vector, for example, to identify each gw. |
Thanks for your Reply. I will try do it in this way. |
Yes, it is! If you are interested in GW-level statistics, we have methods to compute those in the adr branch, both at the MAC and at the PHY level. Check out the |
Hello , Thank you for the response. |
systemId is the System Id of the gateway you are interested in - if you have the Node where the Gateway is installed, you can simply call the GetSystemId method to get it! |
Hello, I would like to know if there is a method to track number of packets sent and received from each enddevices so as to calculate packet error rate at end device level. Thanks In Advance |
Currently this is not implemented, but shouldn't be too hard to do. Right now I don't have much time I can allocate to this, but I can definitely guide you if you want to tackle this! In case you want to look into this, all packets are tracked in the |
Hi, |
Best to open another issue to track further developments, so that I can close this one! |
Small Information for other users who will be reading this thread in future: |
Hello,
Is there already a class defined to calculate packet error rate?
I am hoping to calculate packet error rate at each gateway.
Is it possible to get number of packet received and number of packet lost at each gateway in case of multiple gateways?
The text was updated successfully, but these errors were encountered: