Skip to content
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

Correct the stats collection for number of messages sent #12

Open
MarshallAsch opened this issue Apr 15, 2021 · 0 comments
Open

Correct the stats collection for number of messages sent #12

MarshallAsch opened this issue Apr 15, 2021 · 0 comments

Comments

@MarshallAsch
Copy link
Owner

MarshallAsch commented Apr 15, 2021

Re conversation with Jason.
Count the number of messages being sent as if they were uni-cast messages as opposed to broadcast. (alternatively actually send them as uni-cast) this will allow the detection of dropped packets when a message is sent but all of the other nodes do not receive it. currently I have no way to know this.

given the current implementation mun sent != mun received because of the broadcasts

Since I am currently using a fixed range wifi model, I can get the nodes mobility model and find the number of nodes that are within the specified range. However this will not work for other communication models. A better approach will be to add a callback to the routing table and have the application maintain a list of all one hop nodes.

This has some other implications but it should work best.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant